aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/PostTyper.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-286/+0
* Pickle and unpickle type treesMartin Odersky2016-11-161-1/+1
* Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-041-65/+51
|\
| * Keep rhs of TypeDefs until picklingMartin Odersky2016-10-311-18/+15
| * Roll normalizedTree into main PostTyper transformMartin Odersky2016-10-311-29/+14
| * Don't convert to literals before picklingMartin Odersky2016-10-311-36/+9
| * Don't convert to TypeTrees before picklingMartin Odersky2016-10-311-16/+31
| * Mention Inlined transformation in docsMartin Odersky2016-10-181-0/+3
| * Minimize inline call info in PostTyperMartin Odersky2016-10-171-0/+13
* | Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+13
|/
* First version of inline schemeMartin Odersky2016-10-021-0/+4
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-2/+2
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-231-1/+1
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* | Fix corner case w types ALL passed by name & out of orderOlivier Blanvillain2016-09-161-5/+2
|/
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-241-0/+9
* Drop Config.checkKindsMartin Odersky2016-07-111-1/+2
* Handle signatures over uninstantiated type variablesMartin Odersky2016-07-111-2/+13
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-2/+2
* Avoid creating a SourceFile annotation for SourceFile itselfMartin Odersky2016-04-091-1/+3
* Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-091-1/+7
* Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-121-2/+7
* Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-191-4/+6
|\
| * Move leak detection to CheckingMartin Odersky2016-02-191-34/+2
| * Add checking for leaking private definitionsMartin Odersky2016-02-191-5/+39
* | Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-3/+39
* | Make some operations surivive partial named parameter listsMartin Odersky2016-02-191-1/+4
|/
* Big realizability refactoringMartin Odersky2016-02-091-2/+2
* Check bounds everywhereMartin Odersky2016-01-181-28/+23
* Keep rhs of TypeDef in typed treeMartin Odersky2016-01-181-0/+9
* Fix sleeper bug in ParamForwardingMartin Odersky2015-12-141-6/+7
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-051-1/+4
* Allow existential types in hk typesMartin Odersky2015-10-241-1/+1
* Move literalize functionality to PostTyperMartin Odersky2015-09-141-3/+38
* As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-151-3/+2
* Remove trailing whitespaceMartin Odersky2015-04-231-21/+21
* Roll some of FirstTransform functionaility into PostTyperMartin Odersky2015-04-221-33/+57
* Roll SyntheticMethods into PostTyperMartin Odersky2015-04-221-5/+9
* Roll InstChecks into PostTyperMartin Odersky2015-04-221-13/+76
* Super accessor refactoringMartin Odersky2015-04-221-0/+78