summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-093-297/+238
* 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
* Reverting fix for #4047 until I figure out why ...Hubert Plociniczak2011-01-081-8/+5
* Untangling parsers from compilation units so th...Martin Odersky2011-01-083-38/+87
* Applying some short-term balm to scaladoc since...Paul Phillips2011-01-081-13/+14
* Override checks and self-types still needed som...Paul Phillips2011-01-085-4/+11
* Great moments in code reuse:Paul Phillips2011-01-0715-84/+68
* Made NamesDefault more robust to support idempo...Martin Odersky2011-01-073-6/+23
* Deprecate Cell.Hubert Plociniczak2011-01-071-0/+1
* Closes #4047. Review by oderskyHubert Plociniczak2011-01-071-5/+8
* Closes #4072.Hubert Plociniczak2011-01-072-19/+49
* re-added @SerialVersionUID(0) to anonymous func...Lukas Rytz2011-01-072-3/+4
* moved debug println under if(settings.debug.val...Martin Odersky2011-01-071-0/+1
* Missing file from last commit.Martin Odersky2011-01-071-1/+5
* Documented Picklers.Martin Odersky2011-01-074-83/+319
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-0711-99/+323
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-071-3/+10
* Apparently my flailing attempts to make things ...Paul Phillips2011-01-072-242/+280
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-064-24/+47