summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3817 from phaller/topic/typetagsLukas Rytz2014-07-155-7/+40
|\
| * SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-155-7/+40
* | Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-151-0/+0
|\ \
| * | relaxes attachment-matching rulesEugene Burmako2014-07-101-0/+0
* | | Merge pull request #3844 from xeno-by/topic/rangepos-subpatternsJason Zaugg2014-07-154-0/+25
|\ \ \ | |_|/ |/| |
| * | prevents some reflection APIs from destroying rangeposesEugene Burmako2014-07-104-0/+25
| |/
* | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-153-0/+20
|\ \
| * | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-143-0/+20
* | | SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-112-0/+5
|/ /
* | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-093-0/+37
|\ \
| * | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-073-0/+37
* | | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-0414-14/+14
|/ /
* / SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-292-0/+14
|/
* Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-275-0/+40
|\
| * adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-225-0/+40
* | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-274-0/+16
|\ \
| * | macro args now correctly preserve range positionsEugene Burmako2014-05-234-0/+16
| |/
* | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-272-2/+41
|\ \
| * | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-252-2/+41
* | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-2755-64/+64
|\ \ \
| * | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-1455-64/+64
* | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-2/+2
|\ \ \ \
| * | | | SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-041-2/+2
* | | | | Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-253-31/+67
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-103-31/+67
* | | | | Merge pull request #3781 from retronym/topic/8611Jason Zaugg2014-06-116-0/+94
|\ \ \ \ \
| * | | | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-106-0/+94
* | | | | | Merge pull request #3777 from som-snytt/issue/5905-testJason Zaugg2014-06-101-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-5905 Clarify test caseSom Snytt2014-05-221-3/+5
* | | | | | Java 8 support for run/repl-javap-app.checkSom Snytt2014-06-051-1/+24
* | | | | | Test: classfile reading during inlining works if there is dead codeLukas Rytz2014-06-052-0/+101
* | | | | | Make test repl-javap-app independent of precise constant pool indicesLukas Rytz2014-06-042-6/+19
* | | | | | Tone down the noise in the output of t7974Lukas Rytz2014-06-042-30/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #3803 from xeno-by/ticket/8637Adriaan Moors2014-06-032-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-302-0/+9
| | |_|/ | |/| |
* | | | Merge pull request #3770 from retronym/ticket/8607Grzegorz Kossakowski2014-05-292-8/+41
|\ \ \ \
| * | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-211-8/+5
| * | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-211-0/+36
* | | | | SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-242-0/+40
| |_|/ / |/| | |
* | | | Upgrade ASM to 5.0.2Lukas Rytz2014-05-203-7/+37
|/ / /
* | | SI-8601 Test that static LOAD_FIELD is not eliminatedJason Zaugg2014-05-204-0/+21
* | | SI-8601 Test that `null.synchronized` NPEs under -optimizeJason Zaugg2014-05-192-0/+9
* | | SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-191-0/+3
* | | Add a test for array loadJason Zaugg2014-05-191-1/+3
* | | SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-194-0/+40
* | | SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-194-0/+26
* | | Revert "SI-8601 Don't treat int/long division, or arraylength, as dead-code"Adriaan Moors2014-05-194-26/+0
* | | Revert "SI-8601 Avoid over-eager optimization of LOAD_FIELD"Adriaan Moors2014-05-192-13/+0
* | | Revert "Add a test for array load"Adriaan Moors2014-05-191-3/+1
* | | Revert "SI-8601 Don't treat newarray as dead code"Adriaan Moors2014-05-191-3/+0