summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting fix for #4047 until I figure out why ...Hubert Plociniczak2011-01-083-47/+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-086-4/+24
* Great moments in code reuse:Paul Phillips2011-01-0716-87/+70
* Made NamesDefault more robust to support idempo...Martin Odersky2011-01-073-6/+23
* Added test for #4072. no reviewHubert Plociniczak2011-01-072-0/+14
* Deprecate Cell.Hubert Plociniczak2011-01-071-0/+1
* Closes #4047. Review by oderskyHubert Plociniczak2011-01-073-5/+47
* Closes #4072.Hubert Plociniczak2011-01-074-26/+62
* 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
* Test case change.Aleksandar Pokopec2011-01-072-2/+2
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-0723-130/+573
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-077-16/+23
* Apparently my flailing attempts to make things ...Paul Phillips2011-01-074-245/+283
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-065-25/+48
* One reversal wrt Pauls TypeRef -> typeRef changes.Martin Odersky2011-01-061-1/+4
* Replay now enabled for presentation compiler.Martin Odersky2011-01-0610-907/+666
* I took the following comments at their word:Paul Phillips2011-01-067-31/+29
* Renamed the files whose names have fallen out o...Paul Phillips2011-01-063-0/+0
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-052-14/+33
* De-finalized equals/hashCode on Trees so people...Paul Phillips2011-01-051-2/+2