summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* decompiler: support line number table attributeEgor Ushakov2014-10-05-0/+73
* tests: decompiler test data lookup fixed for particular build configurationRoman Shevchenko2014-10-02-0/+2
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-153/+375
* Cleanup (loop invariant optimization; formatting)Roman Shevchenko2014-09-29-12/+10
* IDEA-130478 (optimization of 6fcac6a5: less short-lived objects)Roman Shevchenko2014-09-29-15/+13
* Fixing migration errors: refactoring of processStatementLabel() reverted as i...Stiver2014-09-28-13/+19
* Fixing migration errors: stream.read() doesn't read the entire available stre...Stiver2014-09-28-5/+12
* EA-60512 (better logging)Roman Shevchenko2014-09-16-11/+1
* java-decompiler: fix for broken Git checkout on WindowsRoman Shevchenko2014-09-12-16/+10
* IDEA-129221 (tolerate invalid signature attributes)Roman Shevchenko2014-09-12-76/+122
* java-decompiler: force decompiled test data to be text filesRoman Shevchenko2014-09-12-0/+1
* java-decompiler: NPE in test fixture; diagnosticRoman Shevchenko2014-09-12-2/+4
* IDEA-128685 (test added)Roman Shevchenko2014-09-12-0/+44
* IDEA-128676 (test added)Roman Shevchenko2014-09-11-0/+40
* Cleanup (test)Roman Shevchenko2014-09-09-8/+23
* IDEA-127466 (test added)Roman Shevchenko2014-09-07-6/+4
* java-decompiler: bulk decompilation test addedRoman Shevchenko2014-09-07-50/+216
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-672/+482
* java-decompiler: code attributes reading restoredRoman Shevchenko2014-09-04-6/+49
* java-decompiler: optimization (empty lists allocation avoided)Roman Shevchenko2014-09-04-356/+358
* java-decompiler: optimization (less string buffer allocations on generating t...Roman Shevchenko2014-09-04-935/+715
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-86/+68
* java-decompiler: hide synthetic field assignmentRoman Shevchenko2014-09-03-71/+38
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-995/+569
* java-decompiler: post-import cleanup (test sources reformatted)Roman Shevchenko2014-09-01-189/+181
* java-decompiler: tests movedRoman Shevchenko2014-09-01-10/+467
* java-decompiler: post-import cleanup (OS-dependent line separator)Roman Shevchenko2014-09-01-2/+3
* java-decompiler: post-import cleanup (typos)Roman Shevchenko2014-09-01-131/+115
* java-decompiler: post-import cleanup (explicit defaults for all preferences)Roman Shevchenko2014-09-01-63/+55
* java-decompiler: post-import cleanup (tests reorganized)Roman Shevchenko2014-09-01-137/+282
* java-decompiler: post-import cleanup (obsolete copyright option dropped)Roman Shevchenko2014-08-31-15/+0
* java-decompiler: post-import cleanup (readme and build file updated)Roman Shevchenko2014-08-31-132/+36
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-422/+410
* java-decompiler: post-import cleanup (dead code dropped)Roman Shevchenko2014-08-29-4887/+4
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-606/+573
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-37835/+40736
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+0
* java-decompiler: post-import cleanup (root package renamed)Roman Shevchenko2014-08-28-1583/+1583
* java-decompiler: post-import cleanup (unneeded files dropped)Roman Shevchenko2014-08-28-2298/+0
* Unit tests updatedStiver2014-08-20-0/+18
* Unit tests updatedStiver2014-08-17-0/+46
* Fixed wrong typing of integer constants (IDEA-128594 gone deeper)Stiver2014-08-17-15/+0
* Fixed wrong order of static initializations (probably part of IDEA-127465)Stiver2014-08-17-6/+11
* Unified the types of 'case' values in a switch statementStiver2014-08-17-6/+21
* Fixed ' IDEA-128685: Incorrectly typed assignment expression'Stiver2014-08-16-1/+27
* Fixed 'IDEA-128676: Initializer in a nested class disappears'Stiver2014-08-15-1/+7
* Unit tests updatedStiver2014-08-13-7/+120
* Fixed 'IDEA-128595: Variable name set to "this"'Stiver2014-08-13-2/+10
* Fixed 'IDEA-128591: Infinite loop ignored'Stiver2014-08-13-4/+4
* Fixed 'IDEA-128593: Wrong order of switch cases'Stiver2014-08-13-6/+11