summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* add serialization test, disabled patmat debug t...michelou2009-04-211-2/+4
* Bug 777: Applied Jamie's patchAlex Cruise2009-04-141-3/+8
* Modified all boxing methods to use java.lang.{P...Paul Phillips2009-04-084-172/+33
* Fixed Stack.push by applying Rich Dougherty's p...Iulian Dragos2009-04-071-1/+1
* Removed all traces of ByNameFunctionIngo Maier2009-03-311-26/+0
* changed overloaing resolution to make Builders ...Martin Odersky2009-03-301-0/+2
* Library part does not build unless on java 7 wi...Iulian Dragos2009-03-301-5/+5
* forgot to save last changesIulian Dragos2009-03-301-2/+2
* Code to support invoke-dynamic for structural t...Iulian Dragos2009-03-301-0/+42
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-262-2/+12
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-231-0/+9
* Fixed a minor hashing error in OpenHashMap.David MacIver2009-03-221-1/+0
* reimplemented list union/intersect/diff as mult...michelou2009-03-201-27/+65
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-165-11/+67
* Various cleanups and redundancy-removal related...Paul Phillips2009-03-161-8/+16
* More consolidation and duplication elimination ...Paul Phillips2009-03-131-5/+4
* Bytecode generated for structural calls is impr...Gilles Dubochet2009-03-121-7/+15
* Refactored a pile of duplicated Properties code...Paul Phillips2009-03-101-42/+45
* removed deprecated warning, updated svn props, ...michelou2009-03-1012-114/+129
* Fix for ticket #1718David MacIver2009-02-281-0/+1
* Iterable no-arg mkString changed to call mkStri...Paul Phillips2009-02-281-5/+1
* Fix for #1365, '_' should be a standard identif...Paul Phillips2009-02-281-1/+4
* Fix for #749.Paul Phillips2009-02-261-7/+3
* Altered 2-argument versions of Predef's assert,...Paul Phillips2009-02-251-3/+3
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-241-9/+1
* fixed several problems with cyclic references u...Martin Odersky2009-02-231-0/+83
* fix versionString scaladocstepancheg2009-02-231-3/+3
* scala.util.Properties: release InputStream afte...stepancheg2009-02-221-2/+13
* scala.util.Properties.versionString: fix defaul...stepancheg2009-02-221-1/+1
* Fix for #1387.David MacIver2009-02-191-1/+1
* supplemented lacking documentation for sameElem...Paul Phillips2009-02-191-1/+1
* fix for #1721Lukas Rytz2009-02-171-9/+2
* documentation fix, bug #1487Paul Phillips2009-02-171-4/+2
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-168-50/+77
* removed generic/mutable, generic/covariant pack...Martin Odersky2009-02-1510-439/+0
* new version of collection librariesMartin Odersky2009-02-1374-494/+2876
* fix for #1691Lukas Rytz2009-02-102-4/+16
* added support for Strings, arrays, sets.Martin Odersky2009-02-0549-133/+1832
* Fix and test for #1689.Miles Sabin2009-02-031-1/+1
* 1.Martin Odersky2009-01-2914-107/+131
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-292-5/+13
* added optional manifestMartin Odersky2009-01-281-1/+1
* added support for strings as collections in 2.8Martin Odersky2009-01-285-0/+1247
* added optional manifestsMartin Odersky2009-01-282-0/+36
* break and continue now both go to a breakable b...Martin Odersky2009-01-281-9/+8
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+1
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+2
* Fix and test for #1648Geoffrey Washburn2009-01-201-2/+2
* Fixed a typo in the documentation (See #1648)Geoffrey Washburn2009-01-181-1/+1
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-138-21/+31