aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast/untpd.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-2/+2
* Merge pull request #1958 from dotty-staging/add-enumodersky2017-04-061-0/+9
|\
| * Change handling of enum defs.Martin Odersky2017-04-041-3/+5
| * Add enum syntaxMartin Odersky2017-04-041-0/+7
* | Merge pull request #2168 from allanrenucci/warningsGuillaume Martres2017-04-041-1/+1
|\ \ | |/ |/|
| * Use `mapConserve` in `UntypedTreeMap`Allan Renucci2017-04-031-1/+1
* | Merge pull request #2162 from abeln/infix-opDmitry Petrashko2017-04-041-3/+3
|\ \
| * | Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-3/+3
| |/
* / fix copy of flags for ModuleDef and refactor codeliu fengyun2017-04-031-19/+19
|/
* address review feedbackliu fengyun2017-03-071-0/+1
* Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-10/+10
* fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-301-1/+1
* Fix toString in ImplicitFunction treeMartin Odersky2016-12-171-1/+1
* Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-3/+3
* Cleanup of implicit modifiers schemeMartin Odersky2016-12-171-1/+1
* Add syntax for implicit functionsMartin Odersky2016-12-171-0/+4
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+562