summaryrefslogtreecommitdiff
path: root/src/library/scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes and closes #4261.Aleksandar Pokopec2011-02-222-8/+9
* Closes #4202 and removes empty TreeHashMap (sup...Hubert Plociniczak2011-02-221-273/+0
* Moved delayedInit Application to App; reinstant...Martin Odersky2011-02-212-48/+127
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-2092-1243/+1605
* Cleaned up some horribly rotted xml doc comments.Paul Phillips2011-02-202-28/+17
* Rediscovering that transpose sometimes throws a...Paul Phillips2011-02-191-1/+11
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-157-9/+0
* Applying Davetron's enum doc cleanup patch.Aleksandar Pokopec2011-02-151-27/+30
* Another docs patch submitted by Davetron, this ...Aleksandar Pokopec2011-02-141-62/+64
* Applying davetron5000's Console docs patch.Aleksandar Pokopec2011-02-141-93/+137
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-147-0/+9
* Refixing SyncVars, fixes #4094.Aleksandar Pokopec2011-02-141-33/+17
* Fixed all the forms of process input/output red...Paul Phillips2011-02-126-23/+85
* Made cooking dependent on a flag rather than a ...Martin Odersky2011-02-101-0/+2
* One bug fixed.Aleksandar Pokopec2011-02-101-1/+1
* Adding an implicit builder factory to wrapped ...Aleksandar Pokopec2011-02-101-0/+5
* Correct doc comment.Martin Odersky2011-02-101-3/+3
* Changed get for a with-default map.Martin Odersky2011-02-101-1/+1
* Updated docs. No review.Aleksandar Pokopec2011-02-1041-126/+710
* Changed AnyCompanion to SpecializableCompanion.Aleksandar Pokopec2011-02-094-5/+5
* Changed the dummy specialization parameter Ref ...Aleksandar Pokopec2011-02-094-17/+12
* Specialization work in progress.Aleksandar Pokopec2011-02-094-2/+21
* Added a system property which disables stack tr...Paul Phillips2011-02-091-4/+12
* vector concat stubsTiark Rompf2011-02-081-0/+10
* invokeDynamic -> applyDynamicMartin Odersky2011-02-031-1/+1