summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-111-0/+12
* Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-023-0/+8
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-226-12/+12
* Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-201-0/+4
|\
| * SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-121-0/+4
* | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-131-4/+0
|/
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-0/+10
|\
| * Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-292-0/+10
* | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3118-15/+100
|\ \
| * | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-301-0/+10
| * | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-264-8/+38
| * | More fixes based on feedback by LukasAdriaan Moors2016-03-263-0/+0
| * | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-262-2/+3
| * | Review feedback from LukasAdriaan Moors2016-03-261-1/+1
| * | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-261-0/+19
| * | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-265-0/+33
| * | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-268-8/+0
| |/
* | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-292-2/+2
|\ \
| * | Remove deprecated Predef.errorJanek Bogucki2016-03-262-2/+2
| |/
* | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-291-1/+2
|\ \ | |/ |/|
| * Make some collection classes final or sealedStefan Zeiger2016-03-231-1/+2
* | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-4/+4
|/
* SI-9658 Fix crosstalk between partial fun. and GADT matchJason Zaugg2016-03-041-0/+10
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Rewrite a few more tests to the new optimizerLukas Rytz2016-02-159-40/+3
* Merge pull request #4868 from retronym/ticket/9542-comboJason Zaugg2016-02-101-0/+8
|\
| * SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-0/+8
* | Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-0325-664/+2
|\ \ | |/ |/|
| * Re-write and Re-enable optimizer testsLukas Rytz2016-02-0325-664/+2
* | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-291-0/+1
* | SI-9630 Fix spurious warning related to same-named case accessorsJason Zaugg2016-01-299-0/+101
|/
* SI-9622 Native method may be privateSom Snytt2016-01-131-0/+4
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-243-0/+15
|\
| * Attacking exponential complexity in TypeMapsJason Zaugg2015-11-133-0/+15
| * Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-221-0/+18
| |\
| | * [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-221-0/+18
* | | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-184-0/+22
|\ \ \
| * | | 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-272-0/+8
* | | | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-279-76/+21
|/ / /
* | | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-0/+25
* | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2232-1/+45
|\| |
| * | fix t9370 so it works on Windows tooSeth Tisue2015-09-181-1/+1
| |/
| * SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+19
| * Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1428-0/+0
| |\
| | * unset inappropriate execute bitsSeth Tisue2015-09-0228-0/+0
| * | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-122-0/+25
| * | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-0/+14
| |\ \ | | |/ | |/|
| | * SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-0/+14
| * | Fix typos in spec, docs and commentsMichał Pociecha2015-08-232-3/+3
| |/