summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-0/+28
|\
| * Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-0/+28
| |\
| | * SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* | | SI-9620: add doc annotation to hide specific conversionsFelix Mulder2016-02-092-0/+44
* | | SI-9574 Prevent illegal overrides of members with module typesStefan Zeiger2016-02-082-1/+20
* | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-0455-263/+573
|\ \ \
| * \ \ Merge pull request #4940 from lrytz/partestUpgradeSeth Tisue2016-02-034-1/+11
| |\ \ \
| | * | | Update partest to 1.0.12, test case for reporting invalid flagsLukas Rytz2016-02-035-2/+12
| * | | | Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-0349-262/+444
| |\ \ \ \
| | * | | | Re-write and Re-enable optimizer testsLukas Rytz2016-02-0347-256/+421
| | * | | | show erroneous compiler flags in junit compiler testsLukas Rytz2016-02-031-2/+4
| | * | | | Improve simplifyJumpsLukas Rytz2016-02-031-4/+19
| * | | | | Merge pull request #4737 from soc/SI-9315Lukas Rytz2016-02-031-0/+70
| |\ \ \ \ \
| | * | | | | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-031-0/+70
| | |/ / / /
| * | / / / Clarified and expanded which Builders were reusableRex Kerr2016-01-301-0/+48
| | |/ / / | |/| | |
* | | | | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-046-2/+94
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4927 from szeiger/issue/9572Jason Zaugg2016-02-012-0/+13
| |\ \ \ \
| | * | | | SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-282-0/+13
| | | |_|/ | | |/| |
| * / | | SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-1/+11
| |/ / /
| * | | Trim complexity in CommentFactoryBaseJanek Bogucki2016-01-252-0/+69
| * | | Merge pull request #4899 from som-snytt/issue/9616Jason Zaugg2016-01-193-12/+81
| |\ \ \
| | * | | [backport] SI-9616 False positive in unused import warningSom Snytt2016-01-073-12/+81
* | | | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-037-4/+155
|\| | | | | |_|/ / |/| | |
| * | | disable flaky presentation compiler test on WindowsSeth Tisue2016-01-151-0/+6
| * | | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-0/+48
| |/ /
| * | Merge pull request #4862 from retronym/ticket/9567Lukas Rytz2015-12-183-0/+66
| |\ \
| | * | SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-252-0/+37
| | * | SI-9567 Fix latent bugs in patmat's reasoning about mutabilityJason Zaugg2015-11-251-0/+29
| * | | Merge pull request #4876 from ruippeixotog/issue/9581Seth Tisue2015-12-151-0/+30
| |\ \ \
| | * | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-0/+30
| | |/ /
| * / / Make all of partest work in the sbt buildStefan Zeiger2015-12-041-4/+5
| |/ /
* | | SI-9599 Multiple @todo formatted with comma on separate linepeterz2016-01-292-0/+13
* | | Merge pull request #4917 from retronym/ticket/9629Jason Zaugg2016-01-292-0/+29
|\ \ \
| * | | SI-9629 Emit missing 'pattern must be a value' errorJason Zaugg2016-01-252-0/+29
* | | | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-2914-12/+33
* | | | SI-9630 Fix spurious warning related to same-named case accessorsJason Zaugg2016-01-299-0/+101
| |_|/ |/| |
* | | Merge pull request #4735 from soc/SI-9437Lukas Rytz2016-01-267-0/+161
|\ \ \
| * | | SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-257-0/+161
* | | | Rename junit tests to end in *Test to make them run in ANTLukas Rytz2016-01-254-7/+5
* | | | Rewrite test: no local for underscoreLukas Rytz2016-01-255-49/+19
* | | | Rewrite test: no null in patmatLukas Rytz2016-01-255-40/+13
* | | | Rewrite test: no type test on primitives in patmatLukas Rytz2016-01-255-34/+19
* | | | Rewrite test for SI-7006Lukas Rytz2016-01-255-61/+24
* | | | Rewrite test for inlining higher-order functionsLukas Rytz2016-01-253-92/+20
* | | | Rewrite test for inlining from sealed classLukas Rytz2016-01-254-56/+29
* | | | Rewrite copy propagation testLukas Rytz2016-01-253-191/+73
* | | | Rewrite test for SI-5313Lukas Rytz2016-01-253-67/+92
* | | | Rewrite test for SI-6955Lukas Rytz2016-01-252-33/+28
* | | | Rewrite test for SI-6956Lukas Rytz2016-01-252-31/+58
* | | | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-24154-392/+768
|\ \ \ \ | | |/ / | |/| |