aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/FrontEnd.scala
Commit message (Expand)AuthorAgeFilesLines
* Check that (most) positions are non-overlapping.Martin Odersky2016-09-241-1/+2
* Make positions fit for metaMartin Odersky2016-09-241-0/+2
* Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* Fix value classes not being documentedFelix Mulder2016-08-191-1/+1
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-271-1/+1
* Don't try to transform sources of primitive value classes after FrontEnd.Martin Odersky2015-11-091-1/+14
* Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-051-1/+3
|\
| * Make a new fresh name creator for each unitMartin Odersky2015-10-301-1/+3
* | Allow -Xprint:parser option to print parse treesMartin Odersky2015-11-011-1/+2
|/
* Merge pull request #691 from vsalvis/vsalvis-partest-outputDmitry Petrashko2015-06-261-1/+1
|\
| * Partest 2/3: Compiler prints via context instead of printlnvsalvis2015-06-241-1/+1
* | Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-0/+1
|/
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Drop Java compilation units after TyperMartin Odersky2015-04-131-1/+1
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-3/+3
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+2
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-221-1/+4
* Phase.runOn is now List[ComliplationUnit] => List[ComliplationUnit]Dmitry Petrashko2014-11-031-1/+2
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* More statistics for created and retained treesMartin Odersky2014-02-241-0/+5
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-071-3/+11
* Output cleanupsMartin Odersky2014-01-041-3/+4
* Rename TyperPhase.scala -> FrontEnd.scalaMartin Odersky2013-12-211-0/+43