aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1972 from dotty-staging/fix/inline-errorsodersky2017-02-182-6/+10
|\
| * TreeMap/TreeAccumulator: proper context for inlined treesGuillaume Martres2017-02-132-6/+10
* | Fix #1975: Align valdefs and for expressions for patternsMartin Odersky2017-02-141-5/+7
|/
* Merge pull request #1931 from dotty-staging/fix-#1501Guillaume Martres2017-02-131-1/+1
|\
| * Refine AnonClass generationMartin Odersky2017-02-081-1/+1
* | fix #1484: position of while incorrect in debugliu fengyun2017-02-101-2/+2
* | Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-083-22/+29
|\ \
| * | Better positions for infix term operations.Guillaume Martres2017-02-051-2/+4
| * | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-053-22/+27
| |/
* | Merge pull request #1943 from dotty-staging/fix/lambda-positionodersky2017-02-081-0/+2
|\ \
| * | Positioned#initialPos: Union the position of every childrenGuillaume Martres2017-02-051-0/+2
| |/
* / Trees#namePos: Correct position for objectsGuillaume Martres2017-02-061-2/+2
|/
* Fix #1568 - avoid transforming error treesMartin Odersky2017-02-022-87/+94
* Merge pull request #1881 from dotty-staging/add-structural-selectodersky2017-02-011-0/+22
|\
| * Generalize test whether access is to a refinementMartin Odersky2017-01-281-1/+1
| * Implement structural type member accessMartin Odersky2017-01-051-0/+22
* | fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-301-1/+1
* | 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-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