summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Improved fix for #2552Donna Malayeri2009-11-261-32/+26
* undeprecated containsSlice.Martin Odersky2009-11-267-20/+19
* Fix for #2704.Paul Phillips2009-11-251-7/+3
* Cleaning up in scala.runtime.*.Paul Phillips2009-11-252-40/+22
* Working on scala.runtime.Paul Phillips2009-11-252-270/+19
* Missed including Predef.printf in r19863.Paul Phillips2009-11-251-1/+1
* Updating deprecated usages in new scaladoc code.Paul Phillips2009-11-251-1/+1
* Added some logic to StringLike.format so that s...Paul Phillips2009-11-254-7/+22
* quick fix for #2673: relaxed zipped on Tuple2/T...Adriaan Moors2009-11-253-22/+29
* Giant cleanup of the automata files. Fixes #1992.Paul Phillips2009-11-245-345/+140
* Made mutable.OpenHashMap a MapLike. Closes #2681.Philipp Haller2009-11-241-13/+17
* Added reverse capabilities to PriorityQueue.Aleksandar Pokopec2009-11-241-1/+19
* close #2626 as specified by MartinAdriaan Moors2009-11-241-1/+4
* Some more XML cleanups.Paul Phillips2009-11-244-88/+46
* Partitioned scala.Math and scala.math a little ...Paul Phillips2009-11-233-66/+242
* Closed #2552.Donna Malayeri2009-11-231-6/+26
* A couple more warning fixes I meant to check in...Paul Phillips2009-11-232-3/+3
* Priority queue reverse is undefined - overriden...Aleksandar Pokopec2009-11-221-0/+14
* Removed all traces of Boxed*Array. New starr.Paul Phillips2009-11-2214-721/+1
* Applied performance patch and test case from ij...Paul Phillips2009-11-213-2/+41
* Expanding the warning cleansing into -unchecked...Paul Phillips2009-11-202-7/+9
* updated/extended serialization tests michelou2009-11-2010-17/+103
* More deprecation avoidance and some minor smoot...Paul Phillips2009-11-204-13/+4
* Eliminated warning about Tuple2 and Tuple3 impo...Paul Phillips2009-11-202-2/+2
* Tweak to Iterator.++ to keep it from going into...Paul Phillips2009-11-201-7/+11
* Deprecated the Tuple(...) methods in Predef, bu...Paul Phillips2009-11-202-10/+45
* PriorityQueue fixed, should work ok now.Aleksandar Pokopec2009-11-203-37/+84
* More world-shaking deprecation work.Paul Phillips2009-11-2015-58/+65
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-2014-55/+63
* Slightly more fixy fix than the previous fix.Paul Phillips2009-11-201-2/+2
* Fix for infinite loop in StringBuilder pointed ...Paul Phillips2009-11-201-1/+1
* Deprecation patrol exercises the new capabiliti...Paul Phillips2009-11-192-29/+26
* closes #2670.Lukas Rytz2009-11-196-10/+53
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-199-0/+196
* More deprecation soothing.Paul Phillips2009-11-187-9/+10
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-11/+0
* Fixed a bug in Range which was causing take and...Paul Phillips2009-11-181-2/+5
* More deprecation work.Paul Phillips2009-11-1816-214/+0
* More minor removals and some cleanups of !!!s a...Paul Phillips2009-11-185-37/+5
* Removing bits from the library which shouldn't ...Paul Phillips2009-11-187-405/+1
* Contents of scala.Math moved into scala.math pa...Paul Phillips2009-11-173-10/+8
* Fix for #2647.Paul Phillips2009-11-162-6/+5
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-152-37/+50
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-24/+1
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-125-16/+64
* Moved those bits of Predef into the scala packa...Paul Phillips2009-11-123-70/+55
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-1217-251/+2
* added hooks so that BigInt, BigDecimal can do t...Martin Odersky2009-11-125-16/+50
* removed disabled filesAntonio Cunei2009-11-125-850/+0
* fixed #2546 using patch from dlwh -- please rev...Adriaan Moors2009-11-112-34/+28