aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing/Scanners.scala
Commit message (Expand)AuthorAgeFilesLines
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
* Fix cooking of docstringsFelix Mulder2016-10-061-1/+1
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-5/+1
* Address @smarter's review commentsMartin Odersky2016-10-021-1/+1
* Make inline a keywordMartin Odersky2016-10-021-2/+27
* Port cooking of strings from NSCFelix Mulder2016-08-191-2/+2
* Fix #1292: give position when failing to emit switch on annotated matchFelix Mulder2016-06-021-2/+2
* Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-111-3/+3
* Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-7/+9
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-071-2/+2
* Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-071-9/+9
* Fix association of docstrings based on posisitionFelix Mulder2016-04-071-8/+19
* Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-071-9/+20
* Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-9/+6
* Add initial support for raw docstrings in ASTsFelix Mulder2016-04-071-7/+23
* Allow successive opening comments.Martin Odersky2016-03-071-11/+11
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-2/+2
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-221-118/+115
* Remove dependency on scala-xml.Dmitry Petrashko2014-03-181-4/+4
* Fix for constant foldingMartin Odersky2014-01-151-9/+9
* Small cleanups to scanning and parsing.Martin Odersky2013-12-161-0/+1
* Made reporting framework more lightweight and uniform in preparation of futur...Martin Odersky2013-07-191-1/+1
* Various fixes to Scanners.Martin Odersky2013-05-121-13/+22
* Added a parser.Martin Odersky2013-05-071-1/+1
* Modifications in prepation of parsing.Martin Odersky2013-04-231-24/+22
* Scanners added.Martin Odersky2013-04-171-0/+958