summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-254-4/+13
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-1/+2
* Brought the *Proxy classes more up to date.Paul Phillips2010-05-249-47/+31
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-243-33/+1
* Reverted r19926 based on reports it breaks thin...Paul Phillips2010-05-221-7/+3
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-222-2/+2
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2122-24/+27
* Added +=: prepend to MutableList.Martin Odersky2010-05-211-0/+7
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-201-3/+4
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-201-1/+1
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-1/+1
* Fixes #3385. No review.Aleksandar Pokopec2010-05-193-37/+74
* Removed deprecation. No review.Aleksandar Pokopec2010-05-181-2/+1
* Changed migration annotation to deprecated.Aleksandar Pokopec2010-05-181-1/+1
* Fixes #3445. no reviewAleksandar Pokopec2010-05-181-0/+7
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-2/+2
* Fix for sliding boundary condition.Paul Phillips2010-05-181-1/+1
* Made javaConversions more general.Martin Odersky2010-05-151-88/+148
* Added one-way conversions from collection.{Set,...Martin Odersky2010-05-131-53/+163
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-12519-519/+0
* Made library build more robust when using other...Gilles Dubochet2010-05-127-241/+241
* Corrected sizeHints for scanLeft/RightMartin Odersky2010-05-111-2/+2
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-105-2/+54
* Made builder in MutableMapFactory use += instea...Martin Odersky2010-05-101-3/+10
* made MathCommon a class to gain some speed.Martin Odersky2010-05-101-1/+1
* docs for breakout and no-arg apply in canbuildfromAdriaan Moors2010-05-072-2/+6
* close #3400. no reviewLukas Rytz2010-05-072-0/+6
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-1/+1
* Fix for #3391. No review.Paul Phillips2010-05-041-1/+4
* Fixed StringBuilder#last performance problem.Martin Odersky2010-05-041-1/+2
* Removed AnnotationInfos.ScalaSigBytes from refl...Gilles Dubochet2010-04-301-8/+0
* Closes #3310 (very large Scala class is compile...Gilles Dubochet2010-04-291-0/+13
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-2990-94/+94
* Removes pointless reference queue from the Symb...Paul Phillips2010-04-291-3/+2
* Made internal helper methods in concurrent.ops ...Philipp Haller2010-04-293-18/+13
* Removes scala.concurrent.AsyncInvokable, which ...Philipp Haller2010-04-291-24/+0
* improved doc for PARAMACCESSOR flag. no reviewLukas Rytz2010-04-291-3/+4
* Fixed bug in Iterator.iterate which would lead ...Paul Phillips2010-04-281-1/+7
* Added size hints to builders where possible wit...Paul Phillips2010-04-272-2/+9
* Closes #3362. Review by dragos.Martin Odersky2010-04-271-1/+1
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-271-0/+1
* Typo patrol. no reviewAleksandar Pokopec2010-04-262-4/+4
* Better positioned regular expression parser, co...Gilles Dubochet2010-04-261-0/+19
* Improved documentation for `NodeSeq.\` and `Nod...Gilles Dubochet2010-04-261-20/+25
* Fixes #3350. review by extemporeAleksandar Pokopec2010-04-251-0/+10
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-252-0/+6
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-243-563/+276
* Took another of universal equality's victims to...Paul Phillips2010-04-241-1/+1
* Added size hints to Array.{ iterate, range, tab...Paul Phillips2010-04-232-0/+22
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-2317-15/+69