aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Handle expansion and flatteningMartin Odersky2017-04-111-1/+1
* Merge pull request #2193 from dotty-staging/deterministic-testsFelix Mulder2017-04-061-1/+1
|\
| * Deterministically randomises test compilation orderOlivier Blanvillain2017-04-051-1/+1
* | Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-9/+9
|/
* Fix #2056: Backend crash when inlined method contains tryGuillaume Martres2017-03-071-2/+5
* TreeMap/TreeAccumulator: proper context for inlined treesGuillaume Martres2017-02-131-2/+9
* Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-081-0/+5
|\
| * Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-0/+5
* | Trees#namePos: Correct position for objectsGuillaume Martres2017-02-061-2/+2
|/
* Fix #1568 - avoid transforming error treesMartin Odersky2017-02-021-87/+92
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-0/+5
|\
| * Ref copier that works for Idents and SelectsMartin Odersky2016-12-171-0/+5
* | Make errors are not swept under the carpetMartin Odersky2016-12-171-1/+1
|/
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-4/+4
* Clean up importsMartin Odersky2016-12-011-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1295