summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/TreeDSL.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* deduplicate tuple tree creation codeDen Shabalin2013-11-121-1/+1
* Removing unused code.Paul Phillips2013-10-021-18/+1
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-112/+5
* Corrects behavior of finalResultType.Paul Phillips2013-09-131-1/+1
* Some general purpose methods.Paul Phillips2013-08-171-0/+1
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
* Concision contribution.Paul Phillips2013-05-231-1/+1
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-3/+3
* Normalized TRUE/FALSE trees in the pattern matcher.Paul Phillips2012-12-121-5/+0
* Eliminated some sources of tree sharing.Paul Phillips2012-12-121-9/+11
* Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
* Remove code from compiler central.Paul Phillips2012-11-201-53/+4
* Revert "Commenting out unused members."Paul Phillips2012-11-191-38/+38
* Commenting out unused members.Paul Phillips2012-11-191-38/+38
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-2/+2
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, I...Hubert Plociniczak2012-05-041-0/+6
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Less laborious type application.Paul Phillips2012-04-091-1/+1
* splice in typed, dup'ed, trees for TRUE and FALSEAdriaan Moors2012-03-231-0/+5
* Specialized NonLocalReturnControl.Paul Phillips2012-02-271-5/+3
* Cleanup in aisle New.Paul Phillips2012-02-181-3/+3
* Consolidated misc collections helper methods.Paul Phillips2012-01-051-1/+1
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-4/+1
* misc fixes while working on virtualizing patter...Adriaan Moors2011-10-201-1/+1
* Misc smoothing of tree creation, no review.Paul Phillips2011-07-111-29/+12
* Triumph over various unsolved mysteries of the ...Paul Phillips2011-06-161-6/+0
* A few minor hashcode tidbits I had stored away ...Paul Phillips2011-01-271-8/+16
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Integrating feedback from martin and iulian int...Paul Phillips2010-09-281-6/+4
* Fixed an ancient crasher in explicitouter invol...Paul Phillips2010-09-281-0/+1
* Some progress on reviving TreeCheckers, plus a ...Paul Phillips2010-09-241-6/+3
* Mostly a setup commit.Paul Phillips2010-09-191-18/+97
* A crasher in the pattern matcher revealed a fla...Paul Phillips2010-07-011-9/+13
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-4/+4
* Swapped the order of the arguments to returning...Paul Phillips2010-05-151-1/+1
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-121-0/+1
* Fixes for #3126.Paul Phillips2010-03-061-4/+7
* Fix for #2365.Paul Phillips2010-01-151-1/+4
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Cleanup of Cleanup.Paul Phillips2009-11-211-0/+4
* Removed some duplicated functions.Paul Phillips2009-11-121-12/+1
* Breaking down the matcher's various Mix* classe...Paul Phillips2009-10-091-0/+2
* 1) Removed a bunch of unnecessary calls to the ...Paul Phillips2009-10-081-6/+1
* Yet further encapsulation in the pattern matcher.Paul Phillips2009-09-301-5/+6
* Equality tests emerging from the pattern matche...Paul Phillips2009-09-291-0/+7