summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7767 avoid rejecting Scaladoc comments in early initializersFrançois Garillot2013-09-091-0/+2
* SI-4760 Parser handles block-ending importSom Snytt2013-08-301-1/+1
* SI-7473 Bad for expr crashes postfixSom Snytt2013-05-231-5/+4
* Merge pull request #2461 from scalamacros/ticket/7325Paul Phillips2013-05-101-29/+30
|\
| * literal() now assigns a position to the tree it producesEugene Burmako2013-05-041-31/+32
| * SI-7271 fixes positions of string interpolation partsEugene Burmako2013-04-271-2/+2
* | SI-7385 crash in erroneous codePaul Phillips2013-04-301-2/+1
|/
* [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-30/+32
* [nomaster] Revert "DummyTree => CannotHaveAttrs"Eugene Burmako2013-02-051-1/+1
* [nomaster] Revert "more ListOfNil => Nil"Eugene Burmako2013-02-051-1/+1
* SI-6426, importable _.Paul Phillips2013-01-301-5/+2
* more ListOfNil => NilEugene Burmako2012-12-061-1/+1
* DummyTree => CannotHaveAttrsEugene Burmako2012-12-061-1/+1
* evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+1
* refactors handling of parent typesEugene Burmako2012-12-061-32/+30
* Asserts about Tree qualifiers.Paul Phillips2012-11-291-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-251-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-1/+1
* Rescued TreeBuilder from the parser.Paul Phillips2012-09-121-11/+2
* Two fixes for the worksheet instrumenterMartin Odersky2012-08-291-2/+7
* Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-201-78/+95
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-11/+11
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Merge pull request #927 from dgruntz/issue/5856Adriaan Moors2012-07-201-1/+6
|\
| * SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-171-1/+6
* | Avoid conflict with String's apply.Paul Phillips2012-07-131-1/+1
|/
* Added a key comment.Paul Phillips2012-06-231-1/+3
* Don't require symbols to be loaded in the parser.Iulian Dragos2012-06-131-1/+10
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-2/+3
* The new reflectionEugene Burmako2012-06-081-1/+1
* macros: -Xmacros is now retiredEugene Burmako2012-06-081-2/+1
* Made parser less hostile to inspection.Paul Phillips2012-06-021-56/+57
* Creator for superconstructor tree.Paul Phillips2012-05-231-1/+1
* Removed BackquotedIdent.Paul Phillips2012-05-031-5/+1
* SI-5702 Pattern parser halts on starSom Snytt2012-04-261-31/+84
* New facility: TypeDestructurers.Paul Phillips2012-04-161-1/+8
* Merge commit 'refs/pull/391/head'; commit 'refs/pull/390/head' into developPaul Phillips2012-04-141-7/+13
|\
| * parse patterns, not exprs in interpolatedString's holesAdriaan Moors2012-04-131-7/+13
* | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-131-65/+10
* | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* | Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-1/+2
* | Merge branch 'master' into topic/sip18Martin Odersky2012-04-121-46/+103
|\|
| * Next generation of macrosEugene Burmako2012-04-121-35/+94
| * Less laborious type application.Paul Phillips2012-04-091-4/+3
| * A boatload of work on Symbols and Flags.Paul Phillips2012-04-051-7/+6
* | Implementation of SIP 18. We still need to get rid of the warnings caused by ...Martin Odersky2012-04-111-1/+2
|/
* Syntactic/organizational optimizations in Settings.Paul Phillips2012-03-261-7/+1
* Revert "More uniformity for the parser."Paul Phillips2012-03-161-24/+9