aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util/Positions.scala
Commit message (Expand)AuthorAgeFilesLines
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
* Misc performance improvements by eliminating stupid allocationsMartin Odersky2014-02-241-1/+1
* Tightening of position handlngMartin Odersky2013-12-291-3/+3
* Fixing Position.contains(NoPosition)Martin Odersky2013-11-091-2/+1
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-0/+3
* Namer redesign.Martin Odersky2013-06-061-2/+3
* Parser tweaks to handling new and templates.Martin Odersky2013-05-241-2/+3
* Various fixes to Positions.Martin Odersky2013-05-121-20/+42
* Refactored and augmented source positions.Martin Odersky2013-05-101-11/+0
* Added a parser.Martin Odersky2013-05-071-1/+1
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-301-1/+1
* Re-vamping of positions, and split into synthetic and source-derived.Martin Odersky2013-04-301-28/+72
* Modifications in prepation of parsing.Martin Odersky2013-04-231-2/+12
* Added symbolic XML builderMartin Odersky2013-04-191-0/+1
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-0/+2
* Scanners added.Martin Odersky2013-04-171-0/+88