summaryrefslogtreecommitdiff
path: root/src
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-181-1/+7
* second version of close #3649. no reviewLukas Rytz2011-01-181-12/+16
* Removing code which I believe to be some debugg...Hubert Plociniczak2011-01-181-16/+1
* fixed typo. no reviewHubert Plociniczak2011-01-181-2/+2
* Added specialized test to ant build, and ported...Aleksandar Pokopec2011-01-172-2/+10
* Added 'specialized' tests.Aleksandar Pokopec2011-01-175-10/+40
* 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-151-1/+5
* Optimization to string concatenation.Paul Phillips2011-01-152-16/+48
* 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-133-23/+19
* Optimization for Manifest.equals.Paul Phillips2011-01-132-82/+106
* Disabled browsing in the empty package, hopeful...Martin Odersky2011-01-131-1/+4
* Purely detabification of the process code.Paul Phillips2011-01-127-438/+438
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-122-14/+29
* Merge branch 'work'Aleksandar Pokopec2011-01-121-0/+1
* Some fixes for partest issues.Paul Phillips2011-01-1211-559/+373
* More fiddling with the process code.Paul Phillips2011-01-127-245/+286
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-12104-176/+953
* In r22807 an optimization was added to remove B...Paul Phillips2011-01-112-4/+12
* 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-102-4/+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
* 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-101-0/+8
* Added comments for #4008.Aleksandar Pokopec2011-01-102-4/+28
* Fixes #4054.Aleksandar Pokopec2011-01-101-0/+11
* Enabled parallel group by.Aleksandar Pokopec2011-01-102-6/+6
* Unfinalized a couple unnecessarily final methods.Paul Phillips2011-01-101-13/+6
* Couldn't stop working on tailcalls.Paul Phillips2011-01-101-77/+78
* A pretty severe bug in the recognition of tail ...Paul Phillips2011-01-101-127/+100
* Oops, the implicit not found message was wrong:Paul Phillips2011-01-101-1/+1
* Fixed a mis-deprecation step where remove was r...Paul Phillips2011-01-101-4/+4
* Refactored browsing loaders so that they can be...Martin Odersky2011-01-092-89/+112