summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix many typosMichał Pociecha2015-04-211-1/+1
* Removed warningsEECOLOR2015-03-261-2/+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-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
* | Parser stack reduction peekingAheadSom Snytt2013-11-081-14/+30
* | Parser stack reduction discussionSom Snytt2013-11-081-13/+14
* | Rewrites the parser stack reduction logic.Paul Phillips2013-11-081-128/+118
* | SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-241-1/+9
* | use more descriptive types instead of ints in the parser and scannerDen Shabalin2013-10-181-58/+59
* | eliminate isCaseDefEnd override by moving the logic into stock parserDen Shabalin2013-10-181-1/+1
* | decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-30/+16
* | move fresh name creator into scala.reflect.internal.utilDen Shabalin2013-10-181-3/+2
* | better name for isCaseDefStartDen Shabalin2013-10-181-6/+6
* | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-141-5/+7
* | refactor out range position utility constructorsDen Shabalin2013-10-141-2/+4
* | refactor out common logic between various statSeq-s in parserDen Shabalin2013-10-141-35/+31