summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-047-34/+169
* 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-0311-162/+162
* close #4036, fix #2489.Lukas Rytz2010-12-031-5/+20
* close #3951. review by dubochet.Lukas Rytz2010-12-032-3/+12
* close #3946.Lukas Rytz2010-12-034-3/+14
* 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-033-12/+18
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-033-3/+7
* Overrides immutable.{ Map, Set, Seq } to return...Paul Phillips2010-12-033-0/+4
* Generalizes catch blocks to include any Partial...Paul Phillips2010-12-034-14/+48
* 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-0249-950/+1063
* added -jar option to scala interpretermichelou2010-12-023-15/+64
* 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-011-3/+7
* More fiddling with checkSensible.Paul Phillips2010-12-014-25/+42
* Bug in ListMap. Closes #4046, no review.Paul Phillips2010-12-011-1/+1
* Taking retronym's advice on increasing Universa...Paul Phillips2010-12-011-2/+4
* Some collections overrides for more efficient t...Paul Phillips2010-12-014-7/+25
* Parser relaxation so that one can name the type...Paul Phillips2010-11-301-13/+8
* Found several minor thigns wrong with checkSens...Paul Phillips2010-11-303-22/+53
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-3077-220/+208
* It looks like the fix for #2318 was causing pro...Paul Phillips2010-11-303-4/+14
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-2921-79/+79
* Fleshed out Equiv[T] so that it can be used in ...Paul Phillips2010-11-291-26/+43
* "I invite everyone to change this rule, and obs...Paul Phillips2010-11-293-29/+23
* Adding some more unwrapping to unwrap. No review.Paul Phillips2010-11-281-2/+9
* Did some more polishing on the infamous partial...Paul Phillips2010-11-282-3/+7
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-284-17/+35
* Fleshed out the mock code a little further so i...Paul Phillips2010-11-282-1/+71
* Some hardening of the repl's internals extracte...Paul Phillips2010-11-276-58/+98
* Followed up on the claim that wrapArray can be ...Paul Phillips2010-11-271-13/+1
* Some cleanups in the *Runners and a few compile...Paul Phillips2010-11-277-17/+38
* Refactored parallel collections for pluggable t...Aleksandar Pokopec2010-11-2713-49/+50
* Temporarily disabled varargs annotation on cons...Aleksandar Pokopec2010-11-271-7/+8
* Some work on error messages, somewhat based on ...Paul Phillips2010-11-262-20/+27