summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-2/+2
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-3/+1
* Refactored reflection into reflect.api and refl...Martin Odersky2011-07-111-1/+281
* Renamed scala.reflect.common to scala.reflect.i...Paul Phillips2011-05-161-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-1147/+3
* Special case Array[Unit] printing in the repl t...Paul Phillips2011-05-061-0/+3
* Figuring it couldn't hurt if more people had a ...Paul Phillips2011-05-021-7/+6
* Set the original tree for TypeTree in self-type...Iulian Dragos2011-03-251-1/+9
* Changed Super to fix #4300Martin Odersky2011-03-141-7/+9
* Fixes underlying "...Martin Odersky2011-03-051-6/+11
* More work on symbol trackers.Paul Phillips2011-02-201-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Warded off an NPE (which only arose on erroneou...Paul Phillips2011-01-091-0/+1
* Great moments in code reuse:Paul Phillips2011-01-071-1/+1
* Some minor Tree optimizations. No review.Paul Phillips2011-01-031-3/+4
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-011-9/+9
* More elimination of avoidable calls to List#len...Paul Phillips2010-12-211-2/+1
* Application now uses delayedInit.Martin Odersky2010-12-171-2/+5