summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-25/+20
* Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1820-235/+186
* Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-141-0/+3
|\
| * Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-0/+3
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-145-0/+70
|\ \ | |/ |/|
| * SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-0/+15
| * SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-0/+13
| * Refactor transform of case apply in refchecksJason Zaugg2016-03-023-0/+42
* | Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-2419-75/+8
|\ \
| * | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-1617-73/+7
| * | Rewrite a few more tests to the new optimizerLukas Rytz2016-02-152-2/+1
* | | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-241-2/+2
|\ \ \ | |/ / |/| |
| * | SI-9540 typedFunction is erasure awareAdriaan Moors2016-02-121-2/+2
* | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-127-23/+133
|\ \ \
| * | | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-297-23/+133
* | | | Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-101-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch '2.12.x' into SI-9452Shane Delmore2016-02-0413-14/+580
| |\ \ \
| * | | | Extend BigInt with Ordered for java interopShane Delmore2016-02-011-1/+2
* | | | | Merge pull request #4938 from retronym/ticket/9349Jason Zaugg2016-02-102-0/+22
|\ \ \ \ \
| * | | | | SI-9349 Fix use of patmat binder as prefix for new x.InnerJason Zaugg2016-02-022-0/+22
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-0413-14/+580
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-0313-14/+580
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Re-write and Re-enable optimizer testsLukas Rytz2016-02-0313-14/+580
| | |/ /
* | | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-033-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
* | | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-298-11/+12
| |/ |/|
* | 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
* | | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-2464-1260/+204
|\| |
| * | SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-193-12/+12
| * | Merge pull request #4729 from retronym/topic-trait-defaults-moduleLukas Rytz2015-12-186-4/+57
| |\ \
| | * | Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-086-4/+57
| * | | SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-0/+27
| * | | Merge pull request #4863 from retronym/topic/leaner-patmat-codegenLukas Rytz2015-11-241-10/+4
| |\ \ \
| | * | | DRY-er trees in pattern matcher code gen.Jason Zaugg2015-11-241-10/+4
| * | | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-245-16/+22
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-0/+1
| | |\ \
| | | * | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-0/+1
| | * | | SI-4950 Test reductionSom Snytt2015-10-252-13/+18
| | * | | Merge pull request #4795 from SethTisue/windows-ciLukas Rytz2015-10-212-3/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fix t7634 to work on CygwinSeth Tisue2015-10-082-3/+3
| * | | | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-186-0/+33
| |\ \ \ \
| | * | | | SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-276-0/+33
| * | | | | Remove ICodeSimon Ochsenreither2015-10-311-3/+2
| * | | | | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-2741-1215/+47
* | | | | | Apply local optimization based on nullness informationLukas Rytz2015-12-151-1/+1
|/ / / / /
* | | | | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-271-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-261-0/+22