aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Tightening of orphans tests.Martin Odersky2015-03-181-0/+2
* Make pickling output printer-dependent.Martin Odersky2015-03-181-2/+2
* Avoid pickling for Java-parsed compilation units.Martin Odersky2015-03-181-10/+11
* Add TASTY readers and printers for TASTy info.Martin Odersky2015-03-181-0/+29
* Merge pull request #404 from dotty-staging/backend-mergeDmitry Petrashko2015-03-182-1/+54
|\
| * Handle inner classes in RestoreScopesMartin Odersky2015-03-181-1/+5
| * New phase: ElimWildcardIdents.Dmitry Petrashko2015-03-111-0/+49
* | Merge pull request #378 from dotty-staging/ycheck-for-symblsDmitry Petrashko2015-03-171-1/+38
|\ \
| * | YCheck now checks symbols for validity.Dmitry Petrashko2015-03-171-1/+38
* | | Merge pull request #407 from dotty-staging/fix/#400odersky2015-03-131-1/+2
|\ \ \
| * | | Fix #400Martin Odersky2015-03-131-1/+2
* | | | New test for valueclassesMartin Odersky2015-03-131-1/+1
|/ / /
* | | Merge pull request #390 from smarter/fix/isDerivedValueClassodersky2015-03-131-1/+4
|\ \ \
| * | | AnyVal is not a derived value classGuillaume Martres2015-03-051-1/+4
* | | | Fixes to class field initializationMartin Odersky2015-03-114-19/+38
| |_|/ |/| |
* | | Move ElimByName as late as possible.Martin Odersky2015-03-102-1/+3
* | | Merge pull request #388 from dotty-staging/drop/throwodersky2015-03-061-28/+0
|\ \ \ | |/ / |/| |
| * | Eliminate Throw as a typed TreeMartin Odersky2015-03-041-28/+0
| |/
* / FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+6
|/
* Make TreeChecker a phaseDmitry Petrashko2015-02-191-1/+8
* Fix hashCode method for value classesGuillaume Martres2015-02-171-3/+17
* Fix equals method for value classesGuillaume Martres2015-02-152-1/+8
* Merge pull request #359 from dotty-staging/fix/erasure-lub-alternativeDmitry Petrashko2015-02-132-3/+23
|\
| * Do not box Unit inside try, match and if branches.Dmitry Petrashko2015-02-131-2/+7
| * A small fix in patmat: doesn't change the behaviour, but makes easier to unde...Dmitry Petrashko2015-02-131-1/+1
| * Alternative scheme to handle branchingMartin Odersky2015-02-111-23/+16
| * Removed extraneous debug println.Martin Odersky2015-02-111-9/+1
| * Insert correct boxing/unboxing conversions for branchesMartin Odersky2015-02-111-0/+30
* | Merge pull request #358 from dotty-staging/backend-backportsDmitry Petrashko2015-02-123-3/+3
|\ \
| * | Disable t2667 that fails inside Extension methods.Dmitry Petrashko2015-02-111-1/+1
| * | Fix #348 flatten short name shouldn't include package namesDmitry Petrashko2015-02-112-2/+2
| |/
* | Fix of the escaping MethodParam problemMartin Odersky2015-02-121-1/+1
* | Added test to TreeChecker that guards against orphan parameters.Martin Odersky2015-02-111-0/+19
|/
* After boxing its value, a captured var should become a val.Martin Odersky2015-02-101-6/+2
* Tweaks to matchesMartin Odersky2015-02-071-6/+1
* New spec and implementation for matching.Martin Odersky2015-02-071-2/+2
* Fix of #329.Martin Odersky2015-02-071-1/+1
* Merge pull request #346 from dotty-staging/local-lazy-valsodersky2015-02-072-31/+54
|\
| * Fix problems with lazy vals and separate compilationDmitry Petrashko2015-02-031-1/+2
| * Getters shouldn't handle LazyVals.Dmitry Petrashko2015-02-031-1/+1
| * Dotty deviation in shadowing rules for names.Dmitry Petrashko2015-02-031-8/+8
| * Bring back lazyVals. Changed encoding of local lazy vals.Dmitry Petrashko2015-02-031-22/+44
* | Addressing review comments of #336Dmitry Petrashko2015-02-031-1/+3
* | Even more careful handling of tailcalls.Dmitry Petrashko2015-02-031-19/+23
* | Fix i321, tail call needs to be careful with abstracting over class type argu...Dmitry Petrashko2015-02-031-6/+10
* | Allow FullParametrization to not parametrize over class targs.Dmitry Petrashko2015-02-031-9/+11
|/
* Merge pull request #313 from dotty-staging/more-testsDmitry Petrashko2015-01-091-1/+9
|\
| * Avoid name clashes when generating synthetic companion objects.Martin Odersky2014-12-191-1/+9
* | Merge pull request #317 from dotty-staging/fix/java-varargsDmitry Petrashko2015-01-081-3/+29
|\ \
| * | Fix passing : _* arguments to Java methodsMartin Odersky2014-12-211-3/+29
| |/