summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5296 from retronym/ticket/SD-186Lukas Rytz2016-07-221-1/+1
|\
| * SD-186 Fix positions in trait method bytecodeJason Zaugg2016-07-221-1/+1
* | SD-120 Non FunctionN lambdas should not be universally serializableJason Zaugg2016-07-221-8/+10
* | Retain javadoc comments in scaladocJakob Odersky2016-07-151-1/+1
|/
* Emit trait method bodies in staticsJason Zaugg2016-06-281-1/+2
* Merge commit '91b6944' into merge-2.11-to-2.12-june-19Lukas Rytz2016-06-191-1/+1
|\
| * SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
* | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-061-3/+47
|\ \
| * | Drop local suffix in lambda impl method nameJason Zaugg2016-06-021-1/+1
| * | Treat self parameter as non-null in the optimizerLukas Rytz2016-06-011-1/+1
| * | Lambda impl methods static and more stably namedJason Zaugg2016-06-011-3/+47
* | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-44/+64
|\ \ \ | |/ / |/| / | |/
| * SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| * SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| * SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| * SI-4625 App is a thingSom Snytt2016-05-161-1/+4
| * SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-292-18/+18
* | Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-241-8/+8
|\ \
| * | SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-4/+3
| * | SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-201-7/+8
* | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-2/+2
|\ \ \ | |/ / |/| |
| * | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-2/+2
* | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-302-3/+4
* | | Bring back AbstractFunction parentAdriaan Moors2016-03-301-1/+5
* | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-291-5/+1
* | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-30/+46
* | | Set the scene for Sammy.Adriaan Moors2016-03-261-4/+4
* | | Refactoring. Sweep Sammy's backyard.Adriaan Moors2016-03-261-14/+32
* | | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-0/+1
* | | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-5/+0
|/ /
* | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-042-35/+54
|\|
| * SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-282-35/+54
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-189-19/+10
* | Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-081-5/+8
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-2/+8
|\|
| * Improve presentation compilation of annotationsJason Zaugg2015-09-241-2/+8
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-224-0/+0
|\|
| * unset inappropriate execute bitsSeth Tisue2015-09-024-0/+0
| * Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
| * Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-082-6/+6
* | Merge pull request #4590 from som-snytt/issue/6810Lukas Rytz2015-08-241-3/+5
|\ \
| * | SI-6810 Disallow EOL in char literalSom Snytt2015-06-291-3/+5
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-1/+1
|\ \ \ | | |/ | |/|
| * | ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\| | | |/ |/|
| * Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-3/+3
|\|
| * SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-271-3/+3