summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Removing unused code.Paul Phillips2013-10-021-11/+0
* | Updating Position call sites.Paul Phillips2013-09-271-29/+29
* | Merge pull request #2909 from soc/SI-7629-deprecate-view-boundsJason Zaugg2013-09-271-4/+6
|\ \
| * | SI-7629 Deprecate view boundsSimon Ochsenreither2013-09-251-4/+6
* | | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-6/+6
|/ /
* | Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-241-221/+239
* | Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-231-1/+1
|\ \
| * | add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-1/+1
* | | SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-181-239/+221
|/ /
* | Merge pull request #2935 from densh/topic/si-7304-6489-6701Jason Zaugg2013-09-161-14/+14
|\ \
| * | SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-14/+14
* | | Reducing variation of tree creation methods.Paul Phillips2013-09-131-25/+25
* | | Merge remote-tracking branch 'origin/master' into merge/2.10.x-to-masterJason Zaugg2013-09-111-38/+38
|\| |
| * | Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-111-36/+36
| |\ \
| | * | SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-051-1/+3
| | * | first-class early def splicing and extraction supportDen Shabalin2013-09-051-27/+21
| | * | SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-051-8/+12
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-masterJason Zaugg2013-09-101-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SI-7767 avoid rejecting Scaladoc comments in early initializersFrançois Garillot2013-09-091-0/+2
* | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-051-1/+1
|\| | | |/ |/|
| * SI-4760 Parser handles block-ending importSom Snytt2013-08-301-1/+1
* | deprecate early type defsDen Shabalin2013-08-281-1/+2
* | Merge pull request #2839 from densh/topic/si-7757Adriaan Moors2013-08-191-1/+1
|\ \
| * | SI-7757 disallow constructor annotations on traitsDen Shabalin2013-08-161-1/+1
* | | Merge pull request #2830 from densh/topic/stats-parsing-2Adriaan Moors2013-08-161-30/+46
|\ \ \
| * | | refactor parser entry points and extract a few methods outDen Shabalin2013-08-141-30/+46
| |/ /
* | | Merge pull request #2823 from som-snytt/issue/7715Adriaan Moors2013-08-161-42/+63
|\ \ \ | |/ / |/| |
| * | SI-7715 String inpatternation s"$_" for s"${_}"Som Snytt2013-08-121-42/+63
* | | DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
|/ /
* | moves template creation logic from nsc to reflectDen Shabalin2013-07-081-1/+1
* | adds the lookahead routine to the parserDen Shabalin2013-07-081-0/+11
* | extensibility hooks for parserDen Shabalin2013-07-081-8/+15
* | moves TreeBuilder into the parserDen Shabalin2013-07-081-4/+14
* | Set scene for Predef.$scope's demise.Jason Zaugg2013-06-201-3/+10
* | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-041-5/+4
|\|
| * SI-7473 Bad for expr crashes postfixSom Snytt2013-05-231-5/+4
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-3/+3
* | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-319/+248
|\ \ | |/ |/|