aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* 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
* Maintaining owners during transformationsMartin Odersky2014-03-313-79/+111
* More fixes and tests for easure.Martin Odersky2014-03-311-7/+18
* Add -Ycheck capabilityMartin Odersky2014-03-311-0/+37
* Adapting containsPhase to phase groupsMartin Odersky2014-03-311-2/+2
* Added dummy pattern matcherMartin Odersky2014-03-311-0/+27
* Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-1/+1
* Fixes to erasureMartin Odersky2014-03-291-18/+23
* Erasure phase PoCMartin Odersky2014-03-291-0/+287
* Transform for normalizing type tests and type castsMartin Odersky2014-03-291-0/+101
* Reworked erasure denotation transformerMartin Odersky2014-03-291-3/+3
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-2/+2
* Fix context.withPhaseMartin Odersky2014-03-271-1/+1
* Make context available in TreeTransform.prepareForXX methodsTobias Schlatter2014-03-201-65/+65
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-193-65/+121
* LazyVals phase.Dmitry Petrashko2014-03-193-3/+384
* Refactored denotation transformersMartin Odersky2014-03-181-15/+34
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-3/+3
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-182-6/+2
* Reorg of info transformer frameworkMartin Odersky2014-03-181-0/+36
* CreateCompanionObjects transformerDmitry Petrashko2014-03-131-0/+53
* TreeTransform: add support for transforming statsDmitry Petrashko2014-03-131-37/+54
* PostTyper transformersDmitry Petrashko2014-03-131-0/+62
* Tree Transformer&TreeTransform:Dmitry Petrashko2014-03-061-0/+1076