summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add partial appearance update of inheritence graphs in scaladocFelix Mulder2016-01-231-1/+0
| * SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-193-12/+12
| * Merge pull request #4903 from som-snytt/issue/9622Jason Zaugg2016-01-181-0/+4
| |\
| | * SI-9622 Native method may be privateSom Snytt2016-01-131-0/+4
| * | Merge pull request #4898 from soc/SI-8700Lukas Rytz2016-01-1410-0/+72
| |\ \
| | * | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-1410-0/+72
| * | | Fix problems with a locale-dependent decimal mark in StringContextTestMichał Pociecha2016-01-131-16/+36
| | |/ | |/|
| * | Make StringContextTest pass on WindowsLinas Medziunas2016-01-131-3/+2
| |/
| * Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-181-0/+1
| |\
| | * [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-111-0/+1
| * | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
| * | 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
| * | | Merge pull request #4265 from retronym/ticket/9110Lukas Rytz2015-12-181-0/+27
| |\ \ \
| | * | | SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-0/+27
| | | |/ | | |/|
| * / | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-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-2421-27/+155
| |\ \ \
| | * \ \ Merge pull request #4828 from retronym/topic/existential-containsLukas Rytz2015-11-163-0/+15
| | |\ \ \
| | | * | | Attacking exponential complexity in TypeMapsJason Zaugg2015-11-133-0/+15
| | * | | | Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-141-2/+2
| | |\ \ \ \
| | | * | | | less confusing wording for a dependent method type errorSeth Tisue2015-11-071-2/+2
| | | |/ / /
| | * | | | Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-131-0/+73
| | |\ \ \ \
| | | * | | | Test addedwpopielarski2015-11-061-0/+73
| | | |/ / /
| | * | | | Merge pull request #4843 from SethTisue/scaladoc-little-d-pleaseJason Zaugg2015-11-139-9/+9
| | |\ \ \ \
| | | * | | | it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-129-9/+9
| | | |/ / /
| | * | | | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-0/+26
| | |\ \ \ \
| | | * | | | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
| | * | | | | 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-213-3/+11
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | add comment about Cygwin trouble to test/partestSeth Tisue2015-10-081-0/+8
| | | * | | fix t7634 to work on CygwinSeth Tisue2015-10-082-3/+3
| * | | | | SI-9363 - Add empty serializabletriggerNZ2015-11-241-0/+2
| * | | | | Fix for SI-9363triggerNZ2015-11-241-0/+34
| | |_|/ / | |/| | |
| * | | | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-1810-0/+55
| |\ \ \ \
| | * | | | SI-9178 Test for the status quo of eta-expansion to Func0Jason Zaugg2015-11-172-0/+14
| | * | | | SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-278-0/+41