summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test case closes #3642, no review.Paul Phillips2010-12-072-0/+10
* Made it possible to give :cp an argument with s...Paul Phillips2010-12-071-2/+5
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-0712-38/+38
* Reverts previous commit: needs a new starr..Lukas Rytz2010-12-075-16/+5
* follow up on fix #3946.Lukas Rytz2010-12-075-5/+16
* Added uniqueness annotations. Review by rytz.Philipp Haller2010-12-077-9/+98
* Parse the contents of the package right away in...Eugene Vigdorchik2010-12-073-10/+14
* Making some unpickler logic more straightforward.Paul Phillips2010-12-072-122/+140
* Looks like I'd gotten a little quote-happy there.Paul Phillips2010-12-071-2/+2
* Oops, lost some java options for a moment there.Paul Phillips2010-12-071-1/+2
* Tackling long standing issues with startup.Paul Phillips2010-12-075-65/+34
* Hardened sigint handler against ctrl-C in the f...Paul Phillips2010-12-071-1/+3
* Tired of trying to debug things like classpaths...Paul Phillips2010-12-075-21/+36
* Don't transform patterns during superaccessors:...Paul Phillips2010-12-063-0/+22
* The ability to interrupt repl execution without...Paul Phillips2010-12-065-38/+170
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-0645-78/+73
* Burned by a last minute text change.Paul Phillips2010-12-051-1/+1
* Cleaned up and brought up to date the help text...Paul Phillips2010-12-0514-158/+218
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-0599-346/+336
* Remedied a return type oops in the system package.Paul Phillips2010-12-043-6/+5
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-0412-44/+179
* A foot in the door with Parsers/JavaParsers and...Paul Phillips2010-12-049-100/+125
* Some refactoring of genjvm trying to separate o...Paul Phillips2010-12-043-195/+218
* Segregated all the android related code in a ne...Paul Phillips2010-12-043-39/+62
* Fixes an inconsistency in primitive hashcode ca...Paul Phillips2010-12-041-1/+3
* A selection of collections additions from the l...Paul Phillips2010-12-0410-76/+156
* Starting the mopping up now that names have som...Paul Phillips2010-12-0312-164/+166
* close #4036, fix #2489.Lukas Rytz2010-12-033-5/+34
* close #3951. review by dubochet.Lukas Rytz2010-12-034-3/+52
* close #3946.Lukas Rytz2010-12-037-3/+27
* Added test for #4052Hubert Plociniczak2010-12-031-0/+5
* Revert one-liner. No review.Eugene Vigdorchik2010-12-031-1/+1
* Recovered ++: from the dustbin and dropped it o...Paul Phillips2010-12-032-25/+32
* Some html stripping in explicitouter because I ...Paul Phillips2010-12-031-30/+37
* Eliminated SYNTHETICMETH flag.Paul Phillips2010-12-0311-104/+129
* Parameterizes TraversableFactory.range so it ca...Paul Phillips2010-12-034-19/+19
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-035-6/+10
* Overrides immutable.{ Map, Set, Seq } to return...Paul Phillips2010-12-034-0/+15
* Generalizes catch blocks to include any Partial...Paul Phillips2010-12-036-14/+86
* Added missing file for delayed initMartin Odersky2010-12-021-0/+12
* Restore id adapt for phases after refChecked (a...Eugene Vigdorchik2010-12-021-1/+1
* It's a big one!Paul Phillips2010-12-0250-951/+1063
* added -jar option to scala interpretermichelou2010-12-023-15/+64
* minor update (detach examples)michelou2010-12-023-7/+12
* In r23627 Lukas fixed specialization bug that s...Hubert Plociniczak2010-12-021-1/+1
* fixed typoMartin Odersky2010-12-021-1/+1
* Reverted delayed init because of two failing testsMartin Odersky2010-12-021-87/+5
* delayed init now supportedMartin Odersky2010-12-026-6/+130
* Some cruft which finally got on my nerves enoug...Paul Phillips2010-12-012-47/+38
* A patch authored by martin to fix one of the bi...Paul Phillips2010-12-017-751/+7