summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* `replaceSomeIn` method added.Aleksandar Pokopec2010-02-091-14/+8
* Discovered that List's deprecated removeDuplica...Paul Phillips2010-02-051-0/+3
* Made a whole WithFilter class for Option after ...Paul Phillips2010-02-041-0/+17
* Some hardening in the repl, and removing some f...Paul Phillips2010-02-041-1/+0
* Some minor cleanups in reflect.Paul Phillips2010-02-043-28/+26
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-045-8/+5
* Noticed that all the system properties were bei...Paul Phillips2010-02-041-16/+16
* Fixed XML Utility.escape method to conform to X...David Pollak2010-02-031-5/+23
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-035-5/+8
* Made sliding/grouped throw an exception when re...Paul Phillips2010-02-031-0/+2
* It was pointed out that sorted and the 1-arg ve...Paul Phillips2010-02-021-36/+22
* Took a swing at sorting out sorting.Paul Phillips2010-02-022-16/+29
* Hid some AST nodes from the prying eyes of refl...Paul Phillips2010-02-022-77/+42
* Continuing the fine work creating an abstract i...Paul Phillips2010-02-011-1/+162
* Removed scala.util.NameTransformer (it moved to...Paul Phillips2010-02-011-156/+0
* missing bits of r20746.Martin Odersky2010-02-013-1/+4
* lifted out core compiler data structures into r...Martin Odersky2010-02-0116-1/+2902
* Unbroke the build.Paul Phillips2010-02-011-1/+4
* Solidified the logic of stringOf for repl resul...Paul Phillips2010-01-311-8/+6
* A few compiler IO lib bits I have been needing:...Paul Phillips2010-01-291-2/+4
* Implemented rompf's suggested improvement to th...Paul Phillips2010-01-291-5/+11
* Added hashCode implementations to Manifest type...Paul Phillips2010-01-292-0/+7
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-2632-148/+106
* Access modifiers added for certain members and ...Aleksandar Pokopec2010-01-261-7/+14
* Fixes #2766. Review by phaller.Aleksandar Pokopec2010-01-251-0/+5
* Replacement in matching can now be done by prov...Aleksandar Pokopec2010-01-251-1/+51
* Another big REPL patch.Paul Phillips2010-01-232-1/+27
* Un-overloaded StringLike.format.Paul Phillips2010-01-201-1/+1
* Fix for #2927. No review.Paul Phillips2010-01-202-8/+14
* Iterators created with duplicate compare equal ...Paul Phillips2010-01-191-1/+10
* More work consolidating the XML code needlessly...Paul Phillips2010-01-182-166/+192
* Tail-recursive implementations of parser combin...Paul Phillips2010-01-181-29/+23
* some more performance tunings. No review.Martin Odersky2010-01-181-1/+1
* cleaned up explicit tailcallsMartin Odersky2010-01-182-24/+56
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-1868-184/+223
* Fix and test case for #408. Review by community.Paul Phillips2010-01-181-6/+9
* Made Iterator consistent with Iterable by addin...Paul Phillips2010-01-161-0/+32
* Exposed native Array clone() method.Paul Phillips2010-01-164-1/+41
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-1511-31/+29
* Fix and test for #2354. Review by community.Paul Phillips2010-01-153-19/+61
* ConcurrentMap trait added to collection.mutable.Aleksandar Pokopec2010-01-142-2/+148