aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
...
| * Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-281-2/+7
| * Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
* | Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
|/
* Merge pull request #1883 from dotty-staging/fix-1877Dmitry Petrashko2017-01-113-6/+83
|\
| * Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-113-15/+55
| * Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-062-6/+43
* | Fix #1878: Use Inline on final vals.Nicolas Stucki2017-01-101-20/+5
* | Stop emitting fields for inlined fields.Nicolas Stucki2017-01-101-1/+2
* | Revert "Fix #1878: Generate fields for final vars."Nicolas Stucki2017-01-101-1/+1
|/
* Merge pull request #1873 from dotty-staging/fix-#1865odersky2017-01-051-1/+2
|\
| * Address reviewer commentsMartin Odersky2017-01-041-1/+1
| * Fix #1865: Compute outer path at right phaseMartin Odersky2017-01-031-1/+2
* | Fix #1878: Generate fields for final vars.Nicolas Stucki2017-01-051-1/+1
* | Fix #1732: Special treatment for bottom type by-name argsMartin Odersky2016-12-311-1/+2
|/
* Fiddling with wideneningMartin Odersky2016-12-212-2/+2
* Fix super accessor generationMartin Odersky2016-12-201-15/+18
* Merge pull request #1821 from dotty-staging/fix-i1820odersky2016-12-201-7/+13
|\
| * address review: rename hasOuterFlag to clsHasOuterliu fengyun2016-12-201-3/+3
| * refine previous commitliu fengyun2016-12-191-2/+2
| * Fix #1820: condition of whether generates outerliu fengyun2016-12-191-1/+2
| * fix #1820: make sure outer of traits implementedliu fengyun2016-12-181-7/+12
* | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-182-13/+180
|\ \ | |/ |/|
| * Fix commentMartin Odersky2016-12-171-1/+1
| * Fix typo in commentMartin Odersky2016-12-171-1/+1
| * Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-2/+5
| * Make specialization tweakableMartin Odersky2016-12-171-3/+22
| * New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+143
| * Fix erasure of implicit functionsMartin Odersky2016-12-171-13/+15
* | Merge pull request #1767 from dotty-staging/fix-#1755odersky2016-12-171-2/+21
|\ \ | |/ |/|
| * Fix #1755: Make sure references in outer args are accessibleMartin Odersky2016-12-021-2/+21
* | Merge pull request #1811 from dotty-staging/fix-1810odersky2016-12-161-1/+1
|\ \
| * | Fix #1810 LazyVals should use changeOwnerAfter.Dmitry Petrashko2016-12-151-1/+1
* | | Merge pull request #1763 from dotty-staging/fix/annotationsDmitry Petrashko2016-12-161-3/+7
|\ \ \
| * | | Fix transformation of inline body annotationsGuillaume Martres2016-11-301-3/+7
* | | | Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-161-1/+2
|\ \ \ \
| * | | | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-1/+2
* | | | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-161-33/+28
|\| | | |
| * | | | Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-4/+5
| * | | | Change by-name pattern matching.Martin Odersky2016-12-141-33/+27
| | |/ / | |/| |
* | | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-152-3/+3
|\ \ \ \
| * | | | Drop explicit types for local implicit valsMartin Odersky2016-12-122-3/+3
* | | | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-153-9/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | renable checking for TreeCheckerliu fengyun2016-11-241-1/+4
| * | | | don't recheck in -Ycheckliu fengyun2016-11-241-1/+1
| * | | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-242-8/+10
| | |/ / | |/| |
* | | | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1776: Avoid interaction between parameter forwarding and elimByNameMartin Odersky2016-12-111-1/+3
* | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-102-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-022-3/+3
| | |/ | |/|
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-101-3/+5
|\ \ \