summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-1410-0/+72
|/
* 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
* | 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-2415-24/+45
|\ \ \ | |/ / |/| |
| * | 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 #4843 from SethTisue/scaladoc-little-d-pleaseJason Zaugg2015-11-136-6/+6
| |\ \ \
| | * | | it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-126-6/+6
| | |/ /
| * | | 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-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
* | | | | Remove ICodeSimon Ochsenreither2015-10-316-60/+13
* | | | | Merge pull request #4814 from soc/topic/drop-genasmLukas Rytz2015-10-2981-1561/+66
|\ \ \ \ \
| * | | | | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-2781-1561/+66
* | | | | | Merge pull request #4808 from retronym/ticket/9527Seth Tisue2015-10-274-0/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-9527 Fix NPE in ambiguous implicit error generationJason Zaugg2015-10-214-0/+28
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-273-0/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-263-0/+36
* | | | | Merge pull request #4815 from som-snytt/test/stringcontext-fJason Zaugg2015-10-272-193/+0
|\ \ \ \ \
| * | | | | f interp test is junitSom Snytt2015-10-252-193/+0
| |/ / / /
* | | | | Merge pull request #4807 from lrytz/opt/innerClassAttrLukas Rytz2015-10-262-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-202-4/+4
| |/ / /
* | | | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-162-0/+46
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4771 from som-snytt/issue/9492-hereSeth Tisue2015-10-142-0/+46
| |\ \ | | |/ | |/|
| | * SI-9492 REPL paste here docSom Snytt2015-09-272-0/+46
* | | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-0512-5/+148
|\| |
| * | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-2912-5/+148
| |\ \ | | |/ | |/|
| | * SI-7850 Additional tests for name based patmatJason Zaugg2015-09-212-0/+28
| | * SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-215-5/+51
| | * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-215-0/+69
| * | Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-227-7/+356
| |\ \
| | * | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-227-7/+356
| | |/
* | | Merge pull request #4769 from retronym/topic/anyrefmap-serializableLukas Rytz2015-10-051-2/+3
|\ \ \
| * | | Make AnyRefMap serializableJason Zaugg2015-09-251-2/+3
* | | | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-0/+25
|/ / /
* | | Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-231-0/+20
* | | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-2214-47/+67
|\| |