aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Rename SignedType -> MethodicTypeMartin Odersky2014-07-171-4/+4
* Added phase: SuperAccessorsMartin Odersky2014-07-172-4/+568
* New utitility methods in tpd.Martin Odersky2014-07-171-1/+1
* Added MacroTransform as a transformer template for macro phases.Martin Odersky2014-07-171-0/+54
* Fix wrong period for creating nested ctx in TreeTransforms.Dmitry Petrashko2014-07-161-2/+5
* Short-circuit TreeTransform.transformDmitry Petrashko2014-07-161-5/+7
* Short-circuit transformSingleDmitry Petrashko2014-07-161-5/+7
* More explanations for -Ycheck failures.Martin Odersky2014-06-131-2/+8
* Merge pull request #132 from DarkDimius/small-fixesDmitry Petrashko2014-05-202-2/+2
|\
| * Fix too precise type error in LazyVals.Dmitry Petrashko2014-05-091-1/+1
| * Fixing positions not being set in CreateCompanionObjectsDmitry Petrashko2014-05-091-1/+1
* | Fix of pos/t2429Martin Odersky2014-05-201-2/+2
|/
* Fix dotty deviation failure in TailRecDmitry Petrashko2014-05-081-1/+1
* Adding descriptive message to no-implicits-after-typer assertion.Martin Odersky2014-05-081-1/+1
* Adding a check that owner chains are correct for -YcheckMartin Odersky2014-05-081-0/+19
* Making dotc/transform Dotty compliantMartin Odersky2014-05-083-33/+35
* Refining TreeChecker to work immediately after typer.Martin Odersky2014-05-081-21/+36
* Some more debug info.Martin Odersky2014-05-081-1/+3
* Removing duplication between Any and Object methodsMartin Odersky2014-05-083-15/+20
* Fix invalid flags in lazy vals.Dmitry Petrashko2014-05-061-10/+15
* Fix TailRec to use Label flag.Dmitry Petrashko2014-05-061-6/+16
* Fix error in box\unbox logic.Dmitry Petrashko2014-05-061-1/+1
* CollectEntryPoints.Dmitry Petrashko2014-05-061-0/+115
* Constructors stubDmitry Petrashko2014-05-061-0/+27
* Fix Nullarify treating all 'apply' methods as Function0Dmitry Petrashko2014-04-151-1/+1
* New phase: NullarifyMartin Odersky2014-04-153-2/+149
* InfoTransformers as specific DenotTransformersMartin Odersky2014-04-144-13/+4
* Fix error in bridges.Dmitry Petrashko2014-04-111-1/+1
* Merge pull request #111 from DarkDimius/phase-reqDmitry Petrashko2014-04-113-0/+18
|\
| * Allow phases to give restrictions on pipeline position.Dmitry Petrashko2014-04-093-0/+18
* | TailRec phase and tests for it.Dmitry Petrashko2014-04-111-0/+341
* | Merge pull request #118 from dotty-staging/fix/annotationsDmitry Petrashko2014-04-091-2/+2
|\ \
| * | Port LazyVals to use hasAnnotation.Dmitry Petrashko2014-04-091-2/+2
* | | TreeCheckers use re-typing...Martin Odersky2014-04-081-6/+31
* | | Fleshed out Splitter phaseMartin Odersky2014-04-081-3/+103
* | | Merge pull request #109 from DarkDimius/erasure-bridgesDmitry Petrashko2014-04-041-6/+91
|\ \ \ | |/ / |/| |
| * | Bridge generation in erasure implemented.Dmitry Petrashko2014-04-041-6/+91
* | | Merge pull request #110 from DarkDimius/silenceDmitry Petrashko2014-04-041-1/+1
|\ \ \
| * | | Reduce verbosity of logs.Dmitry Petrashko2014-04-021-1/+1
| | |/ | |/|
* | | Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-041-0/+1
|\ \ \
| * | | replace i"..." by d"..." if string might go into aSamuel Gruetter2014-04-021-0/+1
| | |/ | |/|
* | | Merge pull request #112 from dotty-staging/topic/loggable-transformsDmitry Petrashko2014-04-041-2/+4
|\ \ \ | |_|/ |/| |
| * | Make transforms loggableMartin Odersky2014-04-041-2/+4
| |/
* | Merge pull request #105 from DarkDimius/docsDmitry Petrashko2014-04-021-2/+5
|\ \
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-2/+5
| |/
* | Intercepted methods transformerDmitry Petrashko2014-04-022-1/+147
* | Fix TypeTestCastsDmitry Petrashko2014-04-011-13/+13
|/
* Fix error in lazy-vals.Dmitry Petrashko2014-03-311-1/+1
* Factored re-typing logic into seperate ReTyper classMartin Odersky2014-03-311-35/+5
* Added implementation of TypeTestsCasts#boxMartin Odersky2014-03-311-2/+1