summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added comments for #4008.Aleksandar Pokopec2011-01-102-4/+28
* Fixes #4054.Aleksandar Pokopec2011-01-102-0/+36
* Enabled parallel group by.Aleksandar Pokopec2011-01-104-7/+8
* Unfinalized a couple unnecessarily final methods.Paul Phillips2011-01-101-13/+6
* Couldn't stop working on tailcalls.Paul Phillips2011-01-102-78/+79
* A pretty severe bug in the recognition of tail ...Paul Phillips2011-01-105-141/+138
* Oops, the implicit not found message was wrong:Paul Phillips2011-01-102-2/+2
* 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
* Implemented toplevel browsing in IDE, so that s...Martin Odersky2011-01-094-27/+136
* Closes #4114. No review.Martin Odersky2011-01-091-1/+1
* Closes #3984 by the most arduous and indirect r...Paul Phillips2011-01-094-299/+271
* Brought back and deprecated onlyPresentation to...Paul Phillips2011-01-091-3/+11
* Warded off an NPE (which only arose on erroneou...Paul Phillips2011-01-092-4/+5
* The ensuring methods should be by-name on the m...Paul Phillips2011-01-091-2/+2