summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A few bits of java code which use "" + x and ca...Paul Phillips2011-01-186-6/+6
* Reverted to curried invokeDynamic to fix a prob...Martin Odersky2011-01-182-8/+8
* Completion related fix and cleanup.Eugene Vigdorchik2011-01-181-8/+3
* Cleaned up Dynamic.Martin Odersky2011-01-184-22/+23
* Allow box(unbox) elimination for the Null type,...Iulian Dragos2011-01-186-9/+65717
* Updated project files to the new Scala nature I...Iulian Dragos2011-01-182-4/+5
* second version of close #3649. no reviewLukas Rytz2011-01-183-13/+24
* test case close #3649. no reviewLukas Rytz2011-01-182-0/+5
* Removing code which I believe to be some debugg...Hubert Plociniczak2011-01-181-16/+1
* fixed typo. no reviewHubert Plociniczak2011-01-181-2/+2
* Disabled failing specialization test.Aleksandar Pokopec2011-01-172-3/+0
* Added jdk1.5 version of the instrumented librar...Aleksandar Pokopec2011-01-171-1/+1
* Added specialized test to ant build, and ported...Aleksandar Pokopec2011-01-174-4/+14
* Adapted specialization tests to track number of...Aleksandar Pokopec2011-01-1725-8/+48
* Added 'specialized' tests.Aleksandar Pokopec2011-01-1710-11/+959
* Dynamic type added. Array creation optimized.Martin Odersky2011-01-165-15/+64
* Added doc commentMartin Odersky2011-01-161-0/+6
* Rollback changes to canRedefine.Eugene Vigdorchik2011-01-161-1/+1
* Do not redefine the symbol in a class file to p...Eugene Vigdorchik2011-01-161-1/+1
* This outlaws explicit isInstanceOf tests on val...Paul Phillips2011-01-153-1/+13
* Optimization to string concatenation.Paul Phillips2011-01-153-16/+63
* There were some shenanigans in normalize trying...Paul Phillips2011-01-151-17/+5
* Validate positions only in debug mode. No reviewEugene Vigdorchik2011-01-151-1/+1
* Fix for a jline paste bug. No review.Paul Phillips2011-01-134-24/+20
* Optimization for Manifest.equals.Paul Phillips2011-01-132-82/+106
* Disabled browsing in the empty package, hopeful...Martin Odersky2011-01-131-1/+4
* Deleted duplicate test which must have been a r...Paul Phillips2011-01-132-59/+0
* Purely detabification of the process code.Paul Phillips2011-01-127-438/+438
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-125-15/+59
* Disabled the process test. No review.Paul Phillips2011-01-121-0/+0
* Merge branch 'work'Aleksandar Pokopec2011-01-125-4/+13
* Some fixes for partest issues.Paul Phillips2011-01-1214-565/+378
* More fiddling with the process code.Paul Phillips2011-01-127-245/+286
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-12114-197/+1134
* In r22807 an optimization was added to remove B...Paul Phillips2011-01-114-4/+24
* Make scala.collection.immutable.Set1, .Set2, Se...Donna Malayeri2011-01-111-4/+4
* Allow reload to be issued inside ask non-interr...Eugene Vigdorchik2011-01-111-1/+3
* Modify scala.Array to extend java.io.Serializable.Donna Malayeri2011-01-101-1/+1
* Pulled some bit level operations into their own...Paul Phillips2011-01-105-88/+80
* A test case for recently fixed #4114. Plus!Paul Phillips2011-01-105-4/+32
* Test case closes #2873, no review.Paul Phillips2011-01-101-0/+5
* Made <:< and =:= serializable.Paul Phillips2011-01-101-3/+3
* Renamed a file (I thought I already renamed thi...Paul Phillips2011-01-101-0/+0
* Moved the presentation compiler thread in its o...Iulian Dragos2011-01-103-43/+68
* Second try for "Changing the intersectionWitnes...Iulian Dragos2011-01-102-5/+19
* Made presentation type checker idempotent and r...Martin Odersky2011-01-103-31/+45
* Added test file.Martin Odersky2011-01-101-0/+8
* Re-disabled constant folding for interactive co...Iulian Dragos2011-01-101-2/+2
* Changing the intersectionWitness map to use wea...Iulian Dragos2011-01-103-6/+9
* Fixes #4112. Closes #4112.Aleksandar Pokopec2011-01-102-0/+20