summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixes infinite streams in #3091. No review.Aleksandar Pokopec2010-03-161-0/+10
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-161-3/+7
* Changed `!=` to `ne` for #3086. No review.Aleksandar Pokopec2010-03-161-13/+13
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-151-0/+40
* new immutable.HashSet. review by community.Tiark Rompf2010-03-151-108/+313
* Fixes #3086. Review by community.Aleksandar Pokopec2010-03-151-13/+13
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-154-9/+19
* Fixes #3155. No review is necessary.Aleksandar Pokopec2010-03-151-0/+2
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-1512-56/+62
* improved immutable HashMap iterator.Tiark Rompf2010-03-141-31/+101
* More support code for the big partest patch I'm...Paul Phillips2010-03-131-0/+1
* Improved version where bumping and zero-encodin...Martin Odersky2010-03-131-38/+9
* Added an object to mangle byte arrays into Java...Martin Odersky2010-03-121-0/+269
* Partially reverted r21018.Martin Odersky2010-03-112-29/+29
* implemented handling of 32-bit collisions in im...Tiark Rompf2010-03-111-6/+60
* Closes #3157 by overriding +: in List.Martin Odersky2010-03-111-1/+6
* Fixed doc comment. No review.Martin Odersky2010-03-111-2/+2
* Removed a couple infinite loops in XML.Paul Phillips2010-03-101-3/+3
* Avoids two unchecked warnings.Martin Odersky2010-03-081-2/+2
* - new immutable HashMap implementation based on...Tiark Rompf2010-03-075-153/+248
* ScalaRunTime method to perform sameElements as ...Paul Phillips2010-03-051-0/+7
* Closes #3026. Review by extempore.Martin Odersky2010-03-051-7/+0
* Added -Xmigration option and @migration annotat...Paul Phillips2010-03-053-2/+45
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-048-15/+36
* Closes #3130. No review necessary.Martin Odersky2010-03-031-0/+3
* Improved equality for Manifests.Paul Phillips2010-03-022-5/+23
* Whipped ShowPickled until it would print out pr...Paul Phillips2010-03-011-0/+23
* Undeprecated Function.tupled based on the type ...Paul Phillips2010-03-011-4/+7
* Added missing file that broke the build.Martin Odersky2010-03-011-0/+53
* Following a suggestion of jrudolph, made filter...Martin Odersky2010-03-014-26/+57
* Added ## method to Any as our scala hashCode me...Paul Phillips2010-02-281-0/+5
* Some library reorganization I discussed with ma...Paul Phillips2010-02-2710-72/+54
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-2647-463/+402
* closes #3082, review by rytzMartin Odersky2010-02-262-4/+2
* Undid my awful code which had broken the thread...Paul Phillips2010-02-261-3/+11
* see #2634: updated docs to indicate zipped is s...Adriaan Moors2010-02-262-0/+10
* Fixes #3088. No review.Aleksandar Pokopec2010-02-251-0/+2
* Fixes #3088. No review.Aleksandar Pokopec2010-02-241-1/+1
* The initial results of running a basic cut and ...Paul Phillips2010-02-231-45/+27
* Fixes #3018. Review by extempore.Aleksandar Pokopec2010-02-231-1/+3
* Added productElementName to Product.Paul Phillips2010-02-231-1/+13
* Some much needed housecleaning regarding system...Paul Phillips2010-02-233-38/+66
* Some repl cleanups and debugging conveniences.Paul Phillips2010-02-211-11/+16
* Made NumericRange invariant again, plus test case.Paul Phillips2010-02-181-14/+17
* Array copy method fixed, Fixes #3065.Aleksandar Pokopec2010-02-171-3/+6
* Some prestidigitation improving the repl startu...Paul Phillips2010-02-161-2/+8
* Fixes #3046 once more. No review is necessary.Aleksandar Pokopec2010-02-121-1/+1
* More work on classpaths.Paul Phillips2010-02-101-1/+5
* fixes #3046Aleksandar Pokopec2010-02-101-1/+1
* No double-processing format strings.Paul Phillips2010-02-091-1/+1