summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-1767-703/+622
* made Hashable use a Seq instead of List.Paul Phillips2009-06-161-6/+6
* More work on all the collection proxies.Paul Phillips2009-06-1611-74/+120
* added headers, svn keywords, updated pilib exam...michelou2009-06-1661-85/+257
* An attempt at reintegrating MapProxy.Paul Phillips2009-06-155-61/+118
* A RichClass for the java side which offers type...Paul Phillips2009-06-122-18/+92
* Lots and lots of BigInt and BigDecimal code att...Paul Phillips2009-06-112-29/+87
* Fixed #2051.Paul Phillips2009-06-101-3/+3
* Trying to bring BigDecimal all the way up to sp...Paul Phillips2009-06-101-37/+78
* Added some missing methods to BigDecimal.Paul Phillips2009-06-101-0/+10
* removed debug code (revert r17767 and r17780)Lukas Rytz2009-06-102-51/+1
* A couple findbugs inspired bugfixes, and a new ...Paul Phillips2009-06-092-1/+64
* Use `keySet' and `valueIterable' to get keys an...Gilles Dubochet2009-06-086-28/+49
* Fix for #1993.Paul Phillips2009-06-071-15/+11
* Tightened up XHTML minimization logic - closes ...Paul Phillips2009-06-071-3/+9
* fixed BeanProperty, added BooleanBeanProperty, ...Lukas Rytz2009-06-072-7/+27
* Fixed a couple bugs in GenericRange and added t...Paul Phillips2009-06-054-18/+62
* Altered GenericRange contains to do something l...Paul Phillips2009-06-052-7/+20
* towards fixing msil.Lukas Rytz2009-06-041-1/+1
* Added the much clamored for toSet to Traversable.Paul Phillips2009-06-031-0/+4
* Abstracted XML loading interface into xml.facto...Paul Phillips2009-06-035-186/+138
* Another big XML commit.Paul Phillips2009-06-0322-386/+193
* fixed some problems with positions.Martin Odersky2009-06-021-7/+6
* Moved NameTransformer from the compiler to the ...Paul Phillips2009-06-021-0/+147
* More XML logic smoothing.Paul Phillips2009-06-021-26/+25
* Massive XML simplifications.Paul Phillips2009-06-029-151/+66
* "Map.values" returns a sequence instead of a set.Gilles Dubochet2009-06-025-17/+15
* Some work towards fixing ticket #2030.David MacIver2009-06-013-5/+27
* toString for TreeSet. Documentation cleanup.David MacIver2009-06-012-2/+3
* Fix and test for bug 2029.David MacIver2009-06-016-64/+64
* Modify TreeSet to use Ordering instead of Order...David MacIver2009-06-012-8/+12
* big overhaul of annotations implementation.Lukas Rytz2009-05-3057-536/+384
* Null check on RichString->String implicit.Paul Phillips2009-05-301-1/+1
* Named and default argumentsLukas Rytz2009-05-302-3/+3
* Endless exploration of exception handling synta...Paul Phillips2009-05-291-26/+47
* Exception handling approaching platonic ideal.Paul Phillips2009-05-291-45/+44
* Continuing to refine exception composition.Paul Phillips2009-05-291-36/+55
* Fix for #2024.Paul Phillips2009-05-291-1/+1
* More efficient 'clear' method.Iulian Dragos2009-05-291-0/+3
* "scala.Random" has been deprecated since 2.7.2 ...Gilles Dubochet2009-05-291-25/+0
* Further development of the Numeric and Ordering...Paul Phillips2009-05-286-165/+81
* Added a sequence shuffling method to scala.util...Paul Phillips2009-05-281-1/+30
* Implements feature request #2008.Gilles Dubochet2009-05-281-2/+1
* The classics never go out of style: reintegrate...Paul Phillips2009-05-282-73/+36
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-2710-28/+2
* Reintegrated PriorityQueue.Paul Phillips2009-05-275-60/+53
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-27121-391/+470
* Logic error in Traversable; fixes #2002.Paul Phillips2009-05-271-1/+1
* Not quite complete reintegration of a handful o...Paul Phillips2009-05-2711-108/+78
* Moved the script related classes from scala.col...Paul Phillips2009-05-265-57/+50