summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed deprecated files; more changes to repl.Martin Odersky2009-05-264-211/+1
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-263-0/+294
* added missing file; hope we are done now!Martin Odersky2009-05-251-0/+20
* rest of collections check-inMartin Odersky2009-05-252-3/+3
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-259-200/+191
* Case classes use product prefix instead of clas...Iulian Dragos2009-05-251-1/+1
* KMP implementation for StringBuilder and test c...Paul Phillips2009-05-201-69/+65
* Added java.lang.String's other format variant t...Paul Phillips2009-05-201-0/+17
* more debugging code for teh NoSuchElementExceptionLukas Rytz2009-05-202-16/+32
* small modifications to collections.Martin Odersky2009-05-1913-21/+14
* Reverting 17770 - right, that is what "map view...Paul Phillips2009-05-191-1/+6
* Modified filterKeys to return the same type of ...Paul Phillips2009-05-191-6/+1