summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-1/+1
|\
| * Asserts about Tree qualifiers.Paul Phillips2012-11-291-1/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-1/+1
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-2/+2
|\|
| * More relative path elimination.Paul Phillips2012-09-151-1/+1
| * SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-141-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-4/+4
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
| * Minor cleanups of code/comments related to value classesJason Zaugg2012-09-101-3/+3
* | Hardening specialization and others.Paul Phillips2012-08-311-1/+1
|/
* Optimizations to SymTree and transformMartin Odersky2012-08-201-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-4/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-6/+7
* The new reflectionEugene Burmako2012-06-081-1/+4
* Creator for superconstructor tree.Paul Phillips2012-05-231-3/+1
* fixes resetAttrsEugene Burmako2012-05-171-8/+5
* A band-aid solution for SI-5803.Jason Zaugg2012-05-171-1/+2
* Fix for SI-5608, crasher with value classes.Paul Phillips2012-05-031-1/+1
* moving patmat to its own phaseAdriaan Moors2012-05-021-0/+5
* Fixes #SI-5578.Paul Phillips2012-05-011-8/+10
* Minor optimizations with nested list operations.Paul Phillips2012-04-181-8/+14
* synth PartialFunction in uncurryAdriaan Moors2012-04-141-4/+5
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-121-80/+44
|\
| * Next generation of macrosEugene Burmako2012-04-121-80/+44
* | Implementation of SIP 18. We still need to get rid of the warnings caused by ...Martin Odersky2012-04-111-1/+3
|/
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-0/+41
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-0/+20
|\
| * Changed erasure boxing/unboxing scheme to support value classes that wrap ref...Martin Odersky2012-02-221-0/+20
* | Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-15/+13
* | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-141-6/+24
* | reifyAnnotationsEugene Burmako2012-02-121-19/+0
|/
* Miscellaneous fixes to reificationEugene Burmako2012-02-021-45/+62
* Intercept assert and require calls.Paul Phillips2012-01-261-1/+1
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-4/+2
* Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+22
* More performance work.Paul Phillips2011-12-301-6/+7
* Hardening of resetAllAttrs.Martin Odersky2011-12-221-37/+40
* Omit non-essential TypeApply trees.Eugene Burmako2011-12-221-4/+0
* Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-041-0/+4
* Code to locate currently transformed unit in ca...Martin Odersky2011-10-311-1/+8
* Back to square one.Hubert Plociniczak2011-09-231-15/+8
* Corrected resetErrorBits in TreesMartin Odersky2011-09-221-1/+3
* More performant encoding of tree errors.Paul Phillips2011-09-211-9/+5
* Reworked error trees.Paul Phillips2011-09-171-15/+5
* Added parens to many methods.Paul Phillips2011-09-091-5/+5
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-5/+24