aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Fix-#1824 Logic fix in desugarMartin Odersky2016-12-181-2/+1
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-185-12/+41
|\
| * Fix rebase breakageMartin Odersky2016-12-171-1/+1
| * Fix toString in ImplicitFunction treeMartin Odersky2016-12-171-1/+1
| * Ref copier that works for Idents and SelectsMartin Odersky2016-12-172-1/+7
| * Create implicit closures to math expected implicit functionsMartin Odersky2016-12-173-12/+29
| * Cleanup of implicit modifiers schemeMartin Odersky2016-12-171-1/+1
| * Refactor function operations in DefinitionsMartin Odersky2016-12-171-1/+3
| * Add syntax for implicit functionsMartin Odersky2016-12-171-0/+4
* | Merge pull request #1817 from dotty-staging/fix-#1802odersky2016-12-181-1/+1
|\ \
| * | Make errors are not swept under the carpetMartin Odersky2016-12-171-1/+1
| |/
* | 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
* | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-161-3/+1
|\ \ | |/ |/|
| * Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-3/+1
* | Drop explicit types for local implicit valsMartin Odersky2016-12-121-4/+4
|/
* 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
|/
* Clean up importsMartin Odersky2016-12-011-1/+1
* fix #1748: desugaring with StringContext in PatDefliu fengyun2016-11-271-0/+2
* TypedTreeCopier#Select: don't use unstable prefixesGuillaume Martres2016-11-221-1/+1
* Fix flags for default getters of constructorsGuillaume Martres2016-11-221-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2210-0/+5476