summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Takes 30+% off the startup time for scala/scala...Paul Phillips2011-05-082-2/+19
* Made GenTraversableOnce public.Paul Phillips2011-05-071-1/+1
* Special case Array[Unit] printing in the repl t...Paul Phillips2011-05-061-1/+10
* Makes BigInt's isValidThing methods make some k...Paul Phillips2011-05-052-7/+19
* Fixes and closes #4461. No review.Aleksandar Pokopec2011-05-041-0/+5
* Fixes and closes #4535.Aleksandar Pokopec2011-05-041-1/+16
* Moved unapplySeq down to SeqFactory.Aleksandar Pokopec2011-05-042-10/+11
* Added a @bridge'd $scope back to scala package ...Paul Phillips2011-05-011-1/+6
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-0127-193/+53
* Realized how noisy the @deprecated-takes-two-ar...Paul Phillips2011-05-011-4/+5
* Since I don't want to commit anything "interest...Paul Phillips2011-05-012-3/+3
* After having to update the code for someone els...Paul Phillips2011-04-3010-12/+12
* removed legacy library code (package scala.mobile)michelou2011-04-292-306/+0
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-2827-59/+59
* Cleaned up some hopelessly atrophied documentat...Paul Phillips2011-04-272-42/+17
* Fixed a booch I made in io.Position's positioning.Paul Phillips2011-04-271-1/+1
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-279-5/+34
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-2431-285/+604
* Enclosed the out of bounds index with some IOOB...Paul Phillips2011-04-242-24/+2
* Fixing a BaseBerrySethi bug I introduced in r19...Paul Phillips2011-04-221-2/+0
* Added bridge method capability to compiler.Martin Odersky2011-04-214-5/+19
* One of the blips in the performance charts seem...Paul Phillips2011-04-208-18/+73
* Some tweaks to slice to make it run faster, no ...Paul Phillips2011-04-202-2/+12
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-1936-927/+875
* Revised that last botched commit. No review.Paul Phillips2011-04-171-11/+23
* Added releaseVersion and developmentVersion to ...Paul Phillips2011-04-171-4/+23
* Couple of fixes to the usecases in docs.Aleksandar Pokopec2011-04-153-11/+11
* Having been tortured by remorse ever since tiar...Paul Phillips2011-04-156-282/+251
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-1436-69/+67
* Adds "since" field to @deprecated.Paul Phillips2011-04-1470-296/+317
* Adding some docs refactorings.Aleksandar Pokopec2011-04-1416-925/+997
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-1415-91/+67
* Tests which run have to be called "Test".Paul Phillips2011-04-142-1/+1
* Further fixes #4405.Aleksandar Pokopec2011-04-133-0/+24
* Fixes and closes #4405.Aleksandar Pokopec2011-04-131-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-13160-1904/+3601
* Pulled daemonized from the process API based on...Paul Phillips2011-04-112-7/+8
* Found there was still all kinds of detritus rem...Paul Phillips2011-04-112-13/+2