summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-1/+1
* Revert "SI-10133 Require escaped single quote char lit"Adriaan Moors2017-02-211-18/+6
* Merge pull request #5629 from som-snytt/issue/10120-quote-errAdriaan Moors2017-02-201-6/+18
|\
| * SI-10120 Extra advice on unclosed char literalSom Snytt2017-01-081-6/+13
| * SI-10133 Require escaped single quote char litSom Snytt2017-01-081-0/+5
* | SI-10148 Accept verbose zeroSom Snytt2017-02-181-4/+4
* | Merge pull request #5648 from som-snytt/issue/10148Seth Tisue2017-02-161-6/+28
|\ \
| * | SI-10148 Follow Java for float literalsSom Snytt2017-01-181-6/+28
| |/
* | SIP-27 Tweak and test wildstar in REPLDale Wijnand2017-01-081-2/+5
* | SI-4986 SIP-27 Trailing Comma (multi-line only) supportDale Wijnand2016-12-111-0/+8
|/
* Merge pull request #5440 from som-snytt/issue/9944Lukas Rytz2016-11-161-2/+11
|\
| * SI-9944 Scan after interp expr keeps CRSom Snytt2016-10-011-2/+11
* | Factor out some more into ScaladocScannerAdriaan Moors2016-10-191-1/+1
* | DocScanner has doc-comment scanning hooks.Adriaan Moors2016-10-191-15/+30
|/
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-9/+9
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Merge pull request #4590 from som-snytt/issue/6810Lukas Rytz2015-08-241-3/+5
|\
| * SI-6810 Disallow EOL in char literalSom Snytt2015-06-291-3/+5
* | ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
|/
* SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-051-119/+73
* 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-18/+17
* | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-191-8/+8
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-3/+3
* SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
* Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-171-4/+1
|\
| * Revert "SI-6426, importable _."Adriaan Moors2013-12-101-4/+1
* | SI-8015 Count lines by EOLsSom Snytt2014-01-081-3/+3
* | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-031-2/+6
|\ \
| * | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-091-2/+6
* | | SI-7618 Remove octal number literalsSimon Ochsenreither2013-12-091-10/+9
|/ /
* | use more descriptive types instead of ints in the parser and scannerDen Shabalin2013-10-181-24/+26
* | Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-241-9/+0
* | SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-181-0/+9
* | SI-7715 String inpatternation s"$_" for s"${_}"Som Snytt2013-08-121-0/+4
* | Merge pull request #2690 from soc/SI-7620Adriaan Moors2013-07-291-7/+4
|\ \
| * | SI-7620 Remove floating-point-literals-without-digit-after-dotSimon Ochsenreither2013-06-281-7/+4
* | | adds the lookahead routine to the parserDen Shabalin2013-07-081-10/+23
|/ /
* | Merge pull request #2667 from adriaanm/modularize-xmlAdriaan Moors2013-06-241-1/+1
|\ \
| * | Remove dependency on xml in ast.parserAdriaan Moors2013-06-201-1/+1
* | | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-201-0/+7
|\ \ \ | |/ / |/| |
| * | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-041-0/+7
* | | Make all numeric coercions explicit.Paul Phillips2013-05-271-2/+2
* | | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-161/+125
|\ \ \ | |_|/ |/| |
| * | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+1
| * | Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-0/+1
| |/
| * SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-12/+12
| * Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-091-86/+69