summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] SI-9060 Backpatch fifth-edition namesSom Snytt2015-02-151-1/+3
* Revert "SI-6426, importable _."Adriaan Moors2013-12-101-4/+1
* SI-7271 fixes positions of string interpolation partsEugene Burmako2013-04-271-0/+2
* SI-7143 Fix scanner docComment: docBuffer and docPos are initializedEugene Vigdorchik2013-02-191-21/+13
* Merge pull request #1980 from retronym/backport/1518Adriaan Moors2013-02-011-0/+6
|\
| * [backport] SI-2968 Fix brace healing for `^case (class|object) {`Jason Zaugg2013-01-261-0/+6
* | Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-311-1/+4
|\ \
| * | SI-6426, importable _.Paul Phillips2013-01-301-1/+4
| |/
* / the scanner is now less eager about deprecationsEugene Burmako2013-01-311-1/+10
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Don't write side-effecting nullary methods.Paul Phillips2012-09-261-5/+5
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-2/+2
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-011-2/+6
* Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-201-72/+87
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* changes error message generated by compilerDominik Gruntz2012-07-171-1/+1
* SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-171-1/+5
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+2
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-1/+1
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-2/+8
|\
| * SI-5510: string interpolation: parser no longer hangs on unclosed stringDominik Gruntz2012-04-131-2/+8
* | Fixed problems with new deprecated idents scheme.Martin Odersky2012-04-131-7/+6
* | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-131-13/+25
* | 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-10/+13
|/
* Next generation of macrosEugene Burmako2012-04-121-1/+2
*-. Merge remote-tracking branches 'scalamacros/ticket/5530', 'szabolcsberecz/SI-...Paul Phillips2012-03-011-9/+18
|\ \
| | * Fixes SI-5532Eugene Burmako2012-03-011-4/+10
| |/ |/|
| * Fixes SI-5530Eugene Burmako2012-02-291-5/+8
|/
* Whitespace commit.Paul Phillips2012-02-291-19/+19
* Makes multiline interpolation work finelyEugene Burmako2012-02-151-3/+5
* Fix for parser OOM.Paul Phillips2012-02-011-4/+6
* Make 'illegal' characters less annoying.Paul Phillips2012-01-271-1/+1
* A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-97/+148
* Fixed -Xfuture 5.ds, deprecated 0-octal.Paul Phillips2011-11-291-38/+40
* Deprecated ambiguous dot syntaxes.Paul Phillips2011-11-111-5/+37
* Added back reporting of comment tokens from the...Iulian Dragos2011-10-121-0/+8
* Avoiding String.isEmpty.Paul Phillips2011-10-101-1/+1
* String interpolation added as experimental feat...Martin Odersky2011-10-101-19/+83
* Removed special comments on Martin's requestmichelou2011-09-291-8/+2
* fixed svn props, did some cleanupmichelou2011-09-191-4/+10
* Fix for a bug in CharArrayReader which made tri...Paul Phillips2011-08-081-3/+0
* Reverts r18939.Iulian Dragos2011-07-061-10/+0
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-201-1/+1
* This patch and the several to follow represent ...Paul Phillips2011-05-161-1/+1
* Primarily a cleanup of the organization of keyw...Paul Phillips2011-01-271-84/+78
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Implemented toplevel browsing in IDE, so that s...Martin Odersky2011-01-091-3/+3
* Untangling parsers from compilation units so th...Martin Odersky2011-01-081-8/+21