summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Added the check against UnitClass in freeLocals...Eugene Burmako2011-11-292-1/+4
* | Test for SI-5230Eugene Burmako2011-11-292-0/+20
* | Attempt to fix #5230. Review by burmako.Martin Odersky2011-11-291-2/+4
* | Small change to get rid of naming awkwardness f...Martin Odersky2011-11-281-10/+11
* | -Yreify-copypaste: the copy/pasteable mode for ...Eugene Burmako2011-11-284-3/+70
* | Revised macro defs, added a test case.Martin Odersky2011-11-287-19/+38
* | Reflection toolboxes now respect settings that ...Eugene Burmako2011-11-286-1/+65
* | test case for SI-3566vogt2011-11-281-0/+11
* | Experimental version of macro definitions.Martin Odersky2011-11-288-64/+187
* | Fix for erroneous bytecode generation.Paul Phillips2011-11-2822-247/+136
* | fixed logic error in ant testsmichelou2011-11-271-2/+2
* | added support for ant tests to partestmichelou2011-11-277-106/+210
* | updated test cases for Scala Ant tasksmichelou2011-11-2732-121/+402
* | attempt to fix reopened SI-5196michelou2011-11-272-25/+73
* | Annotations reacquainted with reification.Paul Phillips2011-11-264-71/+90
* | low-hanging optimization fruit for virtpatmatAdriaan Moors2011-11-242-77/+97
* | Fast PartialFunction # orElse.Martin Odersky2011-11-2411-24/+32
* | Reduced accumulation of repackExistentials.Paul Phillips2011-11-245-63/+58
* | Minor restructuring in Implicits.Paul Phillips2011-11-245-197/+154
* | Optimization of typedArgs.Paul Phillips2011-11-241-7/+17
* | Refinements of "def seq" and murmurhash.Paul Phillips2011-11-2419-57/+103
* | AnnotationInfo inertia takes me into continuati...Paul Phillips2011-11-237-154/+164
* | New starr based on r26060.Paul Phillips2011-11-233-3/+3
* | updated some code examplesmichelou2011-11-233-29/+34
* | fixed deprecated number syntaxmichelou2011-11-231-7/+8
* | - fixed code lifting of String, Int, ...vogt2011-11-231-1/+1
* | Slightly revised version for the new starr.Martin Odersky2011-11-232-2/+2
* | Preparations for new version of AbstractPartial...Martin Odersky2011-11-234-9/+28
* | Enabling the use of 'compilerarg' with 'scalacf...Stefan Zeiger2011-11-231-6/+2
* | Reworked AnnotationInfo patch.Paul Phillips2011-11-239-114/+84
* | New starr based on r26049.Paul Phillips2011-11-233-3/+3
* | type test optimization now takes GADT hack into...Adriaan Moors2011-11-221-5/+5
* | optimized typedSubstAdriaan Moors2011-11-221-19/+24
* | optimizing type tests and related stuffAdriaan Moors2011-11-222-10/+39
* | a wider variety of treemakersAdriaan Moors2011-11-221-148/+163
* | optimized version of condAdriaan Moors2011-11-221-0/+19
* | fixed extraneous output. no review.Martin Odersky2011-11-221-1/+1
* | Changed the way use cases are handled in scaladoc.Vlad Ureche2011-11-225-3/+55
* | Make partest work with spaces in the path (from...Stefan Zeiger2011-11-2211-35/+50
* | Compiler part of fast orElse.Martin Odersky2011-11-224-2/+22
* | More beautiful fast orElse infrastructure.Martin Odersky2011-11-222-7/+13
* | First part of campaign to make orElse on partia...Martin Odersky2011-11-222-9/+38
* | Move allDeclarations to make it available to al...amin2011-11-221-5/+5
* | Long-standing performance mystery solved.Paul Phillips2011-11-224-33/+54
* | Implemented manifest-based class-paths.Paul Phillips2011-11-219-13/+162
* | Always build command lines in partest as Seq[St...Stefan Zeiger2011-11-211-11/+4
* | Use larger Java memory sizes from partest on Un...Stefan Zeiger2011-11-211-1/+1
* | Fix for what have been rather uncommon common o...Paul Phillips2011-11-211-39/+31
* | Disabling failing javap test.Paul Phillips2011-11-202-0/+0
* | moving tree making to the TreeMaker factoryAdriaan Moors2011-11-191-98/+125