summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | 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
| |\ \