aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/FirstTransform.scala
Commit message (Collapse)AuthorAgeFilesLines
* Pruning branch of constant type condition.Nicolas Stucki2017-04-171-5/+12
| | | | As done in inliner.
* Make outer select names semanticMartin Odersky2017-04-111-2/+2
|
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-1/+1
|
* Add ShadowedName and AvoidClashNameMartin Odersky2017-04-111-2/+2
|
* Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-141-6/+6
|\ | | | | Allow inter-parameter dependencies
| * Fix unrelated typos in commentsMartin Odersky2017-03-141-6/+6
| |
* | Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-131-0/+9
|/ | | | | Move fixed logic to FirstTransform, where the other constant folding operations are also done.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+193