summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-29216-859/+4181
|\
| * SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-0/+36
| * 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-0510-14/+796
| |\ \ \
| | * | | Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-051-0/+143
| | * | | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-053-3/+8
| | * | | Integrate flat classpath with the compilermpociecha2014-12-054-9/+273
| | * | | Refactor scalap's mainmpociecha2014-12-011-2/+5
| | * | | Create dedicated path resolver for the flat classpath representationmpociecha2014-11-301-0/+159
| | * | | Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-301-0/+208
| * | | | Merge pull request #4141 from Ichoran/issue/8970Lukas Rytz2014-12-041-0/+6
| |\ \ \ \
| | * | | | SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-211-0/+6
| * | | | | Merge pull request #4146 from Ichoran/issue/6519Lukas Rytz2014-12-041-3/+15
| |\ \ \ \ \
| | * | | | | SI-6519 PagedSeq is not lazy enoughRex Kerr2014-11-211-3/+15
| | |/ / / /
| * | | | | 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 #4061 from maxcom/SI-8924-list-iterator-oomJason Zaugg2014-12-041-0/+49
| |\ \ \ \ \ \
| | * | | | | | SI-8924 don't hold reference to list in iteratorMaxim Valyanskiy2014-11-271-0/+49
| * | | | | | | 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-0/+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
| * | | | | Merge pull request #4115 from retronym/ticket/8597Grzegorz Kossakowski2014-11-217-1/+90
| |\ \ \ \ \
| | * | | | | SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-097-1/+90
| * | | | | | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-202-0/+54
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-102-0/+54
| | |/ / / /
| * | | | | Merge pull request #4118 from retronym/ticket/5639Jason Zaugg2014-11-1912-14/+184
| |\ \ \ \ \
| | * | | | | SI-5639 Predicate bug fix on -Xsource:2.12Jason Zaugg2014-11-184-0/+33
| | * | | | | SI-5639 Fix spurious discarding of implicit importJason Zaugg2014-11-098-14/+151
| | |/ / / /
| * | | | | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-182-0/+109
| |\ \ \ \ \
| | * | | | | Adds tests that programatically generate jarsHeather Miller2014-11-052-0/+109
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4068 from lrytz/t8925Jason Zaugg2014-11-184-1/+35
| |\ \ \ \ \
| | * | | | | SI-8925, SI-7407 test cases, fixed in new backendLukas Rytz2014-11-044-1/+35
| * | | | | | Merge pull request #4075 from som-snytt/issue/8835-junitGrzegorz Kossakowski2014-11-179-225/+150
| |\ \ \ \ \ \
| | * | | | | | SI-8835 Update iterator testsSom Snytt2014-11-131-50/+35