summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-096-11/+10
* ByteCodecs move to reflect.internal.Martin Odersky2011-07-081-216/+0
* fixed svn props and file headersmichelou2011-07-076-4/+31
* Fixing Gen* builder dispatch so that methods th...Aleksandar Pokopec2011-07-052-20/+40
* corrected typo in scaladoc commentmichelou2011-07-041-3/+3
* Discovered another impressive source of unneces...Paul Phillips2011-07-0443-49/+49
* Hard to explain garbage led me to this innocent...Paul Phillips2011-07-041-0/+1
* Stable hashCodes for case objects.Paul Phillips2011-07-011-11/+19
* Keep BufferedSource from losing buffered data w...Paul Phillips2011-07-011-10/+49
* Fix for unfortunate bug in Range.init.Paul Phillips2011-06-301-1/+1
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-292-3/+2
* Avoided a ton of unnecessary garbage by creatin...Paul Phillips2011-06-261-11/+20
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-233-62/+25
* Noticed while working on getClass that most of thePaul Phillips2011-06-231-7/+5
* A total rewrite of "runtimeClass", discarding t...Paul Phillips2011-06-2210-2/+28
* Removing the package-private modifiers on Gen*L...Aleksandar Pokopec2011-06-228-18/+18
* Routed Stream.+: through cons to avoid some tru...Paul Phillips2011-06-211-0/+4
* Fixes Zendesk ticket #1528. Review by prokopec.Martin Odersky2011-06-211-2/+3
* Deprecated BigInt#~ in favor of unary_~.Paul Phillips2011-06-211-2/+5
* Small changes to docs only. No review.Martin Odersky2011-06-201-3/+3
* Fixed an overflow which occurs in hashtable siz...Aleksandar Pokopec2011-06-202-2/+4
* Fixing a parallel sets issue with flatmap.Aleksandar Pokopec2011-06-202-3/+5
* Formatting fixes for scala.collection.JavaConve...Kato Kazuyoshi2011-06-181-2/+2
* Further ScalaDoc fixes.Kato Kazuyoshi2011-06-184-39/+39
* The usual unbreaking of broken builds, no review.Paul Phillips2011-06-181-1/+1
* Formatting fixes for scala.util.Kato Kazuyoshi2011-06-1837-481/+437
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-1858-466/+457
* Fixes typo in ScalaDoc: IndexOutofBoundsExcepti...Kato Kazuyoshi2011-06-185-9/+9
* Deprecated scala.reflect.generic, except for By...Paul Phillips2011-06-1616-22/+16
* Suppressing the ability to suppress stack trace...Paul Phillips2011-06-161-1/+3
* Fix for that slightly not compiling previous pa...Paul Phillips2011-06-161-1/+1
* Speeding up stack trace suppression.Paul Phillips2011-06-161-1/+5
* Views using methods implemented in terms of isE...Paul Phillips2011-06-131-0/+21
* Fix for wrong results from groupBy on views.Paul Phillips2011-06-121-1/+1
* Realized most of the remaining methods in Optio...Paul Phillips2011-06-061-13/+12
* Working on the inliner, discovered that a few k...Paul Phillips2011-06-062-7/+7
* Yikes, prependToList was violating List immutab...Paul Phillips2011-05-281-2/+7
* Repaired regression in Set causing Set ++ to be...Paul Phillips2011-05-261-1/+1
* Regression in Enumeration caused some nullary m...Paul Phillips2011-05-221-1/+5
* Making Range creation less slow, no review.Paul Phillips2011-05-212-12/+15
* Fix #4599: XMLEventReader issue with input stream.Paul Phillips2011-05-202-24/+43
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-272/+0
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-192-3/+25
* Fixes and closes #4608.Aleksandar Pokopec2011-05-191-1/+1
* Removing two more @bridge methods because they ...Martin Odersky2011-05-161-4/+4
* Removed ill-fated bridge method.Martin Odersky2011-05-161-2/+2
* Fix for Iterator flattening regression.Paul Phillips2011-05-141-1/+6
* Added flatten to Option so Some(Some(x)).flatte...Paul Phillips2011-05-141-0/+3
* Fix for view+groupBy closes #4558, no review.Paul Phillips2011-05-141-3/+5
* Another round of optimization.Paul Phillips2011-05-092-14/+36