summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-092-1/+3
| * | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-141-6/+3
* | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
|/ /
* / SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-102-108/+154
|/
* Merge pull request #3424 from som-snytt/issue/7322Adriaan Moors2014-02-011-1/+1
|\
| * SI-7322 Interpolator idents must be encodedSom Snytt2014-01-291-1/+1
* | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-291-53/+52
|\ \
| * | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-161-53/+52
* | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-291-1/+1
|\ \ \
| * | | Addresses feedback from JasonDenys Shabalin2014-01-271-1/+1
* | | | SI-8182 Avert crash due to type args in patternSom Snytt2014-01-272-3/+9
| |_|/ |/| |
* | | SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
|/ /
* | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-5/+6
|\ \
| * | Revert "SI-6426, importable _."Adriaan Moors2013-12-102-6/+6
* | | Merge pull request #3283 from paulp/pr/dotless-targsAdriaan Moors2014-01-172-11/+23
|\ \ \ | |_|/ |/| |
| * | Dotless type application for infix operators.Paul Phillips2013-12-172-11/+23
* | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-151-3/+3
|\ \ \
| * | | SI-8015 Count lines by EOLsSom Snytt2014-01-081-3/+3
* | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-12/+8
|/ / /
* | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-032-4/+11
|\ \ \ | |/ / |/| |