aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Mode.scala
Commit message (Expand)AuthorAgeFilesLines
* Move Mode to coreMartin Odersky2016-04-011-86/+0
* Surivive Cyclic References when unpickling Scala 2 HK typesMartin Odersky2015-09-081-0/+3
* Turn global vars into valsMartin Odersky2015-07-061-1/+1
* Fixed typoMartin Odersky2015-06-221-1/+1
* Do not check for ambiguous implicits in viewExistsMartin Odersky2015-06-221-0/+6
* Fix stack overflow when testing for shadowingMartin Odersky2015-06-191-0/+5
* Harden display logicMartin Odersky2015-05-211-0/+3
* Add "Printing" modeMartin Odersky2015-05-211-0/+2
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-3/+3
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-181-0/+6
* Cleanups prompted by reviews.Martin Odersky2015-01-281-0/+6
* Fix problem in unapply typing.Martin Odersky2014-09-231-0/+3
* Add inSuperCall mode and flag.Martin Odersky2014-09-041-1/+3
* Allow more leniency in time travel.Martin Odersky2014-09-011-0/+12
* Special context for self constructor argsMartin Odersky2014-08-241-2/+1
* LazyRefs break cycles for unpickled typesMartin Odersky2014-08-081-0/+1
* Treat "this" specially when it appears in a parent constructorMartin Odersky2014-01-151-1/+2
* Refine eligibilityMartin Odersky2014-01-091-0/+2
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-0/+1
* Fixes to typer.Martin Odersky2013-12-111-2/+0
* Fixing inference problem and block scope problemMartin Odersky2013-11-071-1/+0
* Two fixes for implicit searchMartin Odersky2013-10-311-0/+1
* Fixes in implicit handlingMartin Odersky2013-08-231-1/+1
* Added typing of all forms of type trees.Martin Odersky2013-08-101-1/+1
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-0/+1
* Added code for adapt and more.Martin Odersky2013-07-211-5/+20
* Added typedIdent method.Martin Odersky2013-06-181-0/+20