summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Adding some tests for #3651.Aleksandar Pokopec2011-03-221-1/+4
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-2229-47/+61
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-2213-19/+46
* Fix for a big bug in lastIndexOfSlice and some ...Paul Phillips2011-03-191-104/+112
* Oh yeah, now I remember why I started with leng...Paul Phillips2011-03-191-0/+1
* Fix for a slice related array view regression.Paul Phillips2011-03-191-2/+0
* Removed long deprecated and obscure CloneableCo...Paul Phillips2011-03-193-54/+18
* Some boundary conditions in range.Paul Phillips2011-03-194-22/+57
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-1839-177/+170
* Accumulated work on fsc.Paul Phillips2011-03-184-5/+26
* Always forget that checking system properties c...Paul Phillips2011-03-174-40/+68
* Removed uniqueness annotations. Review by rytz.Philipp Haller2011-03-174-95/+0
* Undoing some much too hacky code to implement a...Paul Phillips2011-03-164-31/+41
* Deprecation patrol.Paul Phillips2011-03-164-12/+2
* Leveraged having a place to put some useful imp...Paul Phillips2011-03-153-64/+64
* Brought all the collections pure interfaces up ...Paul Phillips2011-03-156-29/+39
* improved documentation for annotations in scala...Lukas Rytz2011-03-157-234/+74
* Addresses the issues swirling around Double.Eps...Paul Phillips2011-03-1510-20/+34
* Applied second patch by asloane.Hubert Plociniczak2011-03-141-3/+6
* Removing everything in trait Dynamic.Martin Odersky2011-03-141-12/+2
* Changed Super to fix #4300Martin Odersky2011-03-1412-35/+37
* A small addition to the library to address some...Paul Phillips2011-03-124-6/+187
* Fixed up the regression I slipped in with slice.Paul Phillips2011-03-122-4/+16
* Fixes the broken test, introduced in the view p...Aleksandar Pokopec2011-03-111-2/+3
* A patch for views. Most relevant change:Paul Phillips2011-03-1119-384/+429
* Removed the `par` method from numeric ranges.Aleksandar Pokopec2011-03-101-3/+1
* Adding special take and drop for numeric ranges...Aleksandar Pokopec2011-03-103-2/+148
* Fixes and closes #4328.Aleksandar Pokopec2011-03-091-0/+12
* closes #3446 and improves parsing speed by enco...Adriaan Moors2011-03-081-13/+39
* Moved SeqDerived into an Ordering.Implicits obj...Paul Phillips2011-03-081-15/+27
* Reverted r24388.Paul Phillips2011-03-081-1/+1
* Added StringLike to the list of things the repl...Paul Phillips2011-03-081-3/+3
* Added documentation in annotation.unique packag...Philipp Haller2011-03-081-0/+10
* An overhaul of slice and related implementation...Paul Phillips2011-03-0813-170/+127
* Fix for drop bug in parallel collections iterat...Paul Phillips2011-03-081-17/+15
* Closes #2239.Philipp Haller2011-03-081-0/+16
* Closes #4314Ingo Maier2011-03-081-1/+2
* Added few lines of clarification in the docs of...Aleksandar Pokopec2011-03-081-0/+3
* Modify BufferedSource to use a BufferedLineIter...Donna Malayeri2011-03-071-2/+15
* Rename io.Code.toUTF8 and io.Code.fromUTF8 so t...Donna Malayeri2011-03-073-13/+16
* And extempore's original plan carries the day: ...Paul Phillips2011-03-067-14/+9
* Specialized ArraySeq. Closes #2996, no review.Paul Phillips2011-03-061-1/+1
* Clarified behavior of Map.withDefaultMartin Odersky2011-03-051-0/+1
* Added an innocuous java BigDecimal -> scala Big...Paul Phillips2011-03-021-53/+55
* Made Stream.collect collect instead of filter.Paul Phillips2011-03-021-1/+1
* Fixing the other half of my recent breakage.Paul Phillips2011-02-281-4/+8
* A fix for ListBuffer's iterator not to blow up ...Paul Phillips2011-02-282-7/+18
* Fixes and closes #4294.Aleksandar Pokopec2011-02-281-0/+20
* Made mkString work correctly on views.Paul Phillips2011-02-254-2/+23
* Added daemonized() method to ProcessBuilder so ...Paul Phillips2011-02-223-9/+27