aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Main.scala
Commit message (Expand)AuthorAgeFilesLines
* Better documentation of main classesMartin Odersky2016-04-011-2/+1
* newCompiler now takes a context parameterMartin Odersky2016-02-171-2/+1
* Remove -resident settingMartin Odersky2015-06-291-17/+0
* Partest 1/3: Pass PrintWriter as argument for context creationvsalvis2015-06-241-2/+2
* Changed handling of repeated parameters.Martin Odersky2014-05-081-2/+0
* Drop task of simplifying hk types.Martin Odersky2014-02-281-3/+1
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-061-3/+0
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-0/+1
* Make better use of AndOrTypes.Martin Odersky2014-01-201-1/+0
* For a typeRef, prefer info.isAlias over symbol.isAliasTypeMartin Odersky2014-01-201-2/+2
* Refinement of fully-defined accumulator.Martin Odersky2014-01-191-1/+1
* Fix problem with duplicate companion objects for classes with default paramet...Martin Odersky2014-01-171-1/+0
* Make typedAhead adapt to prototype.Martin Odersky2014-01-171-0/+1
* More refined handling of avoidable aliases.Martin Odersky2014-01-131-0/+1
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-071-1/+0
* Fix in constrainResultMartin Odersky2014-01-041-0/+2
* Reverting a change in `tpd` that would no longer be type-correct under dotty ...Martin Odersky2014-01-011-0/+7
* Added unit testing supportMartin Odersky2013-11-181-4/+7
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-291-1/+1
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-271-1/+1
* Making Main friendler as a compile target for dottyMartin Odersky2013-08-211-2/+2
* Added main runner and driver.Martin Odersky2013-08-121-0/+23