aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Move foreachSubTreeOf of to tpd.Martin Odersky2014-08-242-9/+16
* Add TypedSplice case to untpd.TreeAccumulatorMartin Odersky2014-08-241-0/+2
* Make type creators work for erased types.Martin Odersky2014-08-241-1/+1
* Refactored TreeTypeMapMartin Odersky2014-08-183-129/+135
* Fixes to TreeTypeMapMartin Odersky2014-08-181-28/+65
* Make local dummy a non-member type.Martin Odersky2014-08-181-1/+1
* Add pathTo method for Positioned.Martin Odersky2014-08-181-1/+27
* Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-172-23/+14
* Extend retyping to more copy methods.Martin Odersky2014-08-152-23/+70
* Delete propagateType and RetypingTreeMapMartin Odersky2014-08-151-117/+3
* Make typed tree copiers selectively retype nodes.Martin Odersky2014-08-152-14/+101
* Drop commented out code.Martin Odersky2014-08-131-35/+0
* Restrict treee copiers with default arguments to trees with more than 2 eleme...Martin Odersky2014-08-132-41/+41
* Switched to new cpy scheme.Martin Odersky2014-08-132-30/+32
* Changes to tree copyingMartin Odersky2014-08-134-180/+237
* Two fixes in desugarMartin Odersky2014-08-121-2/+4
* Use _1 intstead of get for accessing unary case class parametersMartin Odersky2014-08-111-3/+1
* Added some more methods as infix tree operations:Martin Odersky2014-08-111-9/+15
* Add CaseAccessor flag for case accessorsMartin Odersky2014-08-111-1/+2
* Add Product{1,2} supertrait to case classesMartin Odersky2014-08-101-2/+2
* ParamAccessors are assumed to have definitionMartin Odersky2014-08-091-1/+1
* Annotation decorators for symbolsMartin Odersky2014-08-031-2/+10
* Two variance-related fixes in DesugarMartin Odersky2014-08-031-5/+14
* Removed CheckTreesMartin Odersky2014-08-032-8/+3
* Fixed tpd.refMartin Odersky2014-08-031-1/+1
* Eliminate JavaRepeatedParamClassMartin Odersky2014-08-031-1/+0
* Create RetypingTreeMap that propagates typesDmitry Petrashko2014-07-222-21/+150
* Fixes to TreeTypeMapMartin Odersky2014-07-171-3/+13
* Revamped TreeTypeMapMartin Odersky2014-07-171-21/+63
* Small cleanups and additions.Martin Odersky2014-07-171-1/+1
* Revised purity tests in TreeInfoMartin Odersky2014-07-171-26/+55
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-24/+34
* Various cleanups and utility additionsMartin Odersky2014-07-171-3/+11
* ThisType trees have their class as a denotationMartin Odersky2014-07-171-0/+1
* New utitility methods in tpd.Martin Odersky2014-07-171-3/+16
* Added MacroTransform as a transformer template for macro phases.Martin Odersky2014-07-171-0/+2
* Fix of t2660.Martin Odersky2014-05-301-1/+9
* Merge pull request #132 from DarkDimius/small-fixesDmitry Petrashko2014-05-201-0/+4
|\
| * withPos for Thickets.Dmitry Petrashko2014-05-091-0/+4
* | Avoid hoisting of local classes out of method bodies.Martin Odersky2014-05-201-0/+1
|/
* Fixing tpd.ClassDef.Martin Odersky2014-05-081-5/+24
* Changed handling of repeated parameters.Martin Odersky2014-05-082-1/+4
* Added a unique identifier to trees.Martin Odersky2014-05-081-0/+10
* Fix to Select(Tree, Symbol)Martin Odersky2014-04-141-1/+1
* ByNameTypeTree is a TypTree.Martin Odersky2014-04-141-1/+1
* Allow closures to take type parameters.Dmitry Petrashko2014-04-111-2/+5
* Reworked TermRef handlingMartin Odersky2014-04-081-2/+4
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+0
* Merge pull request #102 from dotty-staging/transform/erasureDmitry Petrashko2014-03-311-3/+10
|\
| * Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-3/+10