summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\|
| * Fix many typosMichał Pociecha2015-04-211-1/+1
* | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-212-57/+96
|\|
| * SI-3368 Default to coalescing for 2.11Som Snytt2015-04-161-4/+3
| * SI-3368 Promote xml option to -XxmlSom Snytt2015-04-082-2/+2
| * SI-3368 CDATA gets a NodeSom Snytt2015-04-082-57/+97
* | Merge pull request #4408 from kzys/one-wiki-syntaxAdriaan Moors2015-04-091-19/+0
|\ \
| * | Don't define the wiki syntax in multiple placesKato Kazuyoshi2015-03-261-19/+0
* | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-014-3/+5
|\ \ \ | | |/ | |/|
| * | Removed warningsEECOLOR2015-03-263-2/+4
| * | Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\| | | |/ |/|
| * Fix typo in brutallyResetAttrs commentRobertZK2015-03-181-1/+1
* | SI-8918 Unary ids are plain idsSom Snytt2015-02-081-5/+17
|/
* SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3
* Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-091-119/+73
|\
| * SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-051-119/+73
* | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-041-4/+3
|\ \ | |/ |/|
| * SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-031-4/+3
* | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-201-1/+2
|\ \ | |/ |/|
| * SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-101-1/+2
* | SI-6856 Fix incorrect EBNF in comment in ParsersJason Zaugg2014-11-071-1/+1
|/