summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-265-319/+298
| * | | Review feedback from LukasAdriaan Moors2016-03-261-1/+4
| * | | Set the scene for Sammy.Adriaan Moors2016-03-265-76/+48
| * | | Refactoring. Sweep Sammy's backyard.Adriaan Moors2016-03-264-232/+185
| * | | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-261-2/+10
| * | | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-262-189/+188
| * | | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-262-2/+2
| * | | Refactor. Extract mkLiteralUnit and mkUnitBlockAdriaan Moors2016-03-261-1/+1
| * | | Remove dead code now that `genBCodeActive` is always true.Adriaan Moors2016-03-265-343/+57
| | |/ | |/|
* | | Merge pull request #5058 from lrytz/newTraitsInlinerLukas Rytz2016-03-302-3/+9
|\ \ \
| * | | Inline super calls, as they are statically resolvedLukas Rytz2016-03-232-3/+9
| | |/ | |/|
* | | Merge pull request #5060 from scala/DarkDimius-patch-1Lukas Rytz2016-03-291-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix a bug in multi-dimensional array creationDmitry Petrashko2016-03-231-2/+2
| |/
* | Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-231-7/+13
|\ \ | |/ |/|
| * SI-9314 No warn on ${nonid}Som Snytt2016-03-231-7/+11
| * SI-9314 Ignore "${}"Som Snytt2016-03-201-3/+5
| * SI-9314 Don't warn on "$pkg"Som Snytt2016-03-201-1/+1
* | Merge pull request #5057 from lrytz/flatClasspathLukas Rytz2016-03-2314-191/+334
|\ \
| * | Support :require when using the flat classpath representation.Lukas Rytz2016-03-226-80/+196
| * | Enable flat classpath by defaultLukas Rytz2016-03-229-111/+138
* | | Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-221-1/+1
|\ \ \ | |/ / |/| |
| * | * Replace isPackage with hasPackageFlagKota Mizushima2016-03-171-1/+1
| |/
* | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-2113-18/+18
|\ \
| * | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-1513-18/+18
| |/
* | Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-182-1/+2
* | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-1820-726/+170
|/
* Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-143-23/+31
|\
| * Improved outer ref checking in pattern matches:Adriaan Moors2016-03-073-23/+31
* | Merge 2.11.x into 2.12.xAdriaan Moors2016-03-141-38/+47
|\ \
| * | SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-3/+10
| * | SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-4/+3
| * | Refactor transform of case apply in refchecksJason Zaugg2016-03-021-28/+30
* | | SI-9658 Fix crosstalk between partial fun. and GADT matchJason Zaugg2016-03-041-2/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-251-1/+5
|\|
| * Merge pull request #4928 from szeiger/wip/document-e-ncLukas Rytz2016-02-101-1/+5
| |\
| | * Document when the `scala` command starts/uses a compilation daemonStefan Zeiger2016-02-011-1/+5
* | | Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-2410-98/+36
|\ \ \
| * | | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-1610-98/+36
* | | | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-242-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9540 typedFunction is erasure awareAdriaan Moors2016-02-122-5/+11
* | | | SD-79 don't issue spurious inliner warnings under l:projectLukas Rytz2016-02-154-15/+20
* | | | Avoid generating ACONST_NULL; POP; ACONST_NULL when loading nullLukas Rytz2016-02-142-11/+21
* | | | Generate leaner code for branchesLukas Rytz2016-02-132-87/+94
* | | | Merge pull request #4944 from lrytz/stringBuilderNoBoxLukas Rytz2016-02-122-9/+20
|\ \ \ \
| * | | | SI-9571 Avoid boxing primitives in string concatenationMarko Elezovic2016-02-062-9/+20
* | | | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-126-165/+104
|\ \ \ \ \
| * | | | | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-296-165/+104
* | | | | | SI-9650 Refchecks on case apply transformSom Snytt2016-02-101-1/+12
| |_|/ / / |/| | | |
* | | | | Merge pull request #4938 from retronym/ticket/9349Jason Zaugg2016-02-101-3/+3
|\ \ \ \ \
| * | | | | SI-9349 Fix use of patmat binder as prefix for new x.InnerJason Zaugg2016-02-021-3/+3
| |/ / / /