aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast/Desugar.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix #1975: Align valdefs and for expressions for patternsMartin Odersky2017-02-141-5/+7
* fix #1484: position of while incorrect in debugliu fengyun2017-02-101-2/+2
* Better positions for infix term operations.Guillaume Martres2017-02-051-2/+4
* Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-12/+12
* Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-251-1/+3
* Tweak the way annotations are represented in desugaringMartin Odersky2016-12-211-6/+24
* Fix-#1824 Logic fix in desugarMartin Odersky2016-12-181-2/+1
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-7/+16
|\
| * Fix rebase breakageMartin Odersky2016-12-171-1/+1
| * Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-7/+16
* | Merge pull request #1815 from dotty-staging/fix-#1797Nicolas Stucki2016-12-171-2/+3
|\ \ | |/ |/|
| * Fix #1797: Allow case class params with names _1, _2, ...Martin Odersky2016-12-151-2/+3
* | Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-3/+1
|/
* Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-101-5/+10
|\
| * Handle hk types with context bounds in desugarMartin Odersky2016-12-021-5/+10
* | fix #1773: handle patterns in interpolated stringliu fengyun2016-12-081-0/+6
|/
* fix #1748: desugaring with StringContext in PatDefliu fengyun2016-11-271-0/+2
* Fix flags for default getters of constructorsGuillaume Martres2016-11-221-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1089