summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser
Commit message (Expand)AuthorAgeFilesLines
* Parse java comments in scaladocJakob Odersky2016-05-241-1/+1
* 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
* | 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-185-8/+6
* | 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-223-0/+0
|\|
| * unset inappropriate execute bitsSeth Tisue2015-09-023-0/+0
| * Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-5/+5
* | 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-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 commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-012-2/+3
|\|
| * Removed warningsEECOLOR2015-03-262-2/+3
* | 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
|/
* SI-8459 fix incorrect positions for incomplete selection treesghik2014-09-171-1/+1
* Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-263-3/+3
|\
| * Move more parsing hooks out of reporting.Adriaan Moors2014-07-173-3/+3
* | SI-6476 Unitize ALL the procedures!Som Snytt2014-07-192-27/+26
* | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-192-28/+24
* | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-043-9/+9
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-1/+1
* SI-8325 Accept infix star type outside patternsSom Snytt2014-05-051-9/+21
* SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-4/+4
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-162-7/+6
|\
| * Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-162-1/+3
| |\