summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-202-2/+0
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-2937-43/+724
|\
| * Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-0/+9
| |\
| | * SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-0/+9
| * | Merge pull request #4253 from retronym/ticket/9087Grzegorz Kossakowski2015-01-201-8/+8
| |\ \
| | * | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-8/+8
| * | | Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-163-20/+19
| * | | Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-0/+8
| * | | Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-163-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | SI-9089 Another REPL/FSC + specialization bug fixJason Zaugg2015-01-153-0/+7
| * | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1410-15/+15
| |\ \ \ | | |/ / | |/| |
| | * | Fix many typos in docs and commentsmpociecha2014-12-1410-15/+15
| | |/
| * | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-231-0/+54
| |\ \
| | * | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+54
| * | | Merge pull request #4208 from lrytz/t9044Adriaan Moors2014-12-231-0/+6
| |\ \ \
| | * | | SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-181-0/+6
| * | | | Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-182-0/+272
| |\ \ \ \
| | * | | | SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-122-0/+272
| | | |_|/ | | |/| |
| * | | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-1812-0/+166
| |\ \ \ \
| | * | | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-1412-0/+166
| * | | | | Merge pull request #4085 from adriaanm/patmat-suppressLukas Rytz2014-12-182-0/+160
| |\ \ \ \ \
| | * | | | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-122-0/+160
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4196 from lrytz/t9030-2.11Lukas Rytz2014-12-171-0/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-0/+19
* | | | | | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-29175-738/+2507
|\| | | | |
| * | | | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-124-0/+73
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-274-0/+73
| * | | | | Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-095-83/+102
| |\ \ \ \ \
| | * | | | | SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-055-83/+102
| * | | | | | Merge pull request #4169 from retronym/ticket/9008Adriaan Moors2014-12-055-0/+19
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | SI-9008 Fix regression with higher kinded existentialsJason Zaugg2014-12-035-0/+19
| | |/ / / /
| * | | | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-054-8/+252
| |\ \ \ \ \
| | * | | | | Integrate flat classpath with the compilermpociecha2014-12-053-6/+247
| | * | | | | Refactor scalap's mainmpociecha2014-12-011-2/+5
| * | | | | | Merge pull request #4180 from som-snytt/issue/7683Lukas Rytz2014-12-044-0/+43
| |\ \ \ \ \ \
| | * | | | | | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-014-0/+43
| * | | | | | | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-042-0/+34
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-032-0/+34
| | |/ / / / / /
| * | | | | | | Merge pull request #4164 from retronym/ticket/9003Adriaan Moors2014-12-032-0/+72
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-262-0/+72
| * | | | | | | | Merge pull request #4178 from retronym/ticket/9018Jason Zaugg2014-12-031-0/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9018 Fix regression: cycle in LUBsJason Zaugg2014-12-031-0/+16
| | | |_|/ / / / / | | |/| | | | | |
| * / | | | | | | Remove completely commented-out test/run fileGuy Dickinson2014-12-011-373/+0
| |/ / / / / / /
| * | | / / / / SI-8502 Improve resiliance to absent packagesJason Zaugg2014-11-284-7/+52
| | |_|/ / / / | |/| | | | |
| * | | | | | SI-8946 Disable flaky test for reflection memory leakJason Zaugg2014-11-281-29/+0
| * | | | | | Fixes memory leak when using reflectionTim Harper2014-11-221-0/+29
| |/ / / / /
| * | | | | Merge pull request #4121 from retronym/ticket/5938Grzegorz Kossakowski2014-11-211-0/+35
| |\ \ \ \ \
| | * | | | | SI-5938 Test for a FSC bug with mixin, duplicate static forwardersJason Zaugg2014-11-091-0/+35
| * | | | | | Merge pull request #4099 from retronym/ticket/7596Grzegorz Kossakowski2014-11-216-0/+65
| |\ \ \ \ \ \
| | * | | | | | SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-066-0/+65