summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-3/+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-041-3/+54
|\
| * SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-281-3/+54
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+2
* | 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
| * 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 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 '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+2
|\|
| * Removed warningsEECOLOR2015-03-261-2/+2
* | SI-8918 Unary ids are plain idsSom Snytt2015-02-081-5/+17
|/
* 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-261-1/+1
|\
| * Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* | SI-6476 Unitize ALL the procedures!Som Snytt2014-07-191-9/+9
* | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-191-20/+16
* | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-5/+5
* 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-161-7/+4
|\
| * Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-161-1/+1
| |\
| | * SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-091-1/+1
| * | 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
|/
* 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-271-2/+8
|/ /
* | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-171-1/+5
|\ \
| * | Revert "SI-6426, importable _."Adriaan Moors2013-12-101-2/+5
* | | Merge pull request #3283 from paulp/pr/dotless-targsAdriaan Moors2014-01-171-8/+14
|\ \ \ | |_|/ |/| |
| * | Dotless type application for infix operators.Paul Phillips2013-12-171-8/+14
* | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-12/+8
* | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-091-2/+5
|/ /
* | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-1/+12
* | SI-7985 Refactor parsing of pattern type argsJason Zaugg2013-11-191-3/+5
* | SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-191-1/+1
* | SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-191-1/+1
* | SI-7961 Fix false positive procedure warningsSimon Ochsenreither2013-11-141-9/+7
* | move for loop desugaring into tree genDen Shabalin2013-11-121-9/+8
* | change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-121-10/+22
* | deduplicate tuple tree creation codeDen Shabalin2013-11-121-2/+2