aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ReTyper.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix problem related to accessor generation under separate compilationMartin Odersky2016-10-021-0/+1
* Harden ReTyper so that it's fit for inliningMartin Odersky2016-10-021-0/+11
* Better diagnostics for TreeCheckerMartin Odersky2016-10-021-1/+2
* First version of inline schemeMartin Odersky2016-10-021-2/+2
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-6/+0
* Annotate repeated params with `case` flag to indicate that they are legalFelix Mulder2016-05-271-0/+1
* Add second field to SeqLiteralMartin Odersky2016-03-101-1/+1
* More refined Retyping tracingMartin Odersky2015-11-091-3/+4
* Disable "Exception while typing" trace in retyper.Martin Odersky2015-11-091-2/+2
* Fix oversight causing a type error on build.Martin Odersky2015-06-191-3/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+2
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-2/+3
* Better tests and bugfix for named argsMartin Odersky2014-10-261-2/+2
* SuperTypes are now promoted in Retyper; lambdaLift fails to Ycheck otherwise.Martin Odersky2014-10-261-0/+3
* Fix tree typing to account for trees after constructors is run.Martin Odersky2014-10-111-0/+3
* Move crash diagnostics from TreeChecker to ReTyper.Martin Odersky2014-09-041-0/+8
* Completed outer paths.Martin Odersky2014-09-011-1/+1
* Types of This trees are promoted during retyping.Martin Odersky2014-08-311-0/+3
* Moving an assertion from erasure to TreeChecker.Martin Odersky2014-08-301-1/+1
* Enabling primitive operations in ReTyperMartin Odersky2014-08-281-0/+8
* Disable enclding in retyping.Martin Odersky2014-08-281-1/+3
* Override symbolOfType in ReTyper.Martin Odersky2014-08-241-0/+1
* Restrict treee copiers with default arguments to trees with more than 2 eleme...Martin Odersky2014-08-131-3/+3
* Switched to new cpy scheme.Martin Odersky2014-08-131-3/+3
* Changes to tree copyingMartin Odersky2014-08-131-3/+3
* Added elimLocals miniphaseMartin Odersky2014-08-031-0/+2
* Fixes to ReTyperMartin Odersky2014-07-171-4/+11
* Tightening of rules for explicit types for implicit defsMartin Odersky2014-05-081-2/+0
* Avoid retyping of LiteralsMartin Odersky2014-05-081-0/+3
* Avoid checking for tpt non empty in implicit defs after typer.Martin Odersky2014-05-081-1/+4
* Avoid creating a local dummy when retyping.Martin Odersky2014-04-081-1/+3
* Factored re-typing logic into seperate ReTyper classMartin Odersky2014-03-311-0/+56