summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed scala.io.Position into something other ...Paul Phillips2011-04-103-77/+65
* More fun with xml and elements not appearing eq...Paul Phillips2011-04-103-16/+4
* Made power mode more configurable.Paul Phillips2011-04-073-0/+9
* Added a comment to Dynamic sharing that if you ...Paul Phillips2011-04-071-4/+5
* Update documentation of MutableList.Donna Malayeri2011-04-061-2/+1
* Misc cleanups and crash avoidance, no review.Paul Phillips2011-04-061-12/+6
* Fixes #4298, by correcting doc commentMartin Odersky2011-04-051-3/+2
* A less ad hoc infrastructure for generating Any...Paul Phillips2011-04-019-29/+46
* Working on the documentation of core classes.Paul Phillips2011-04-0112-83/+298
* A quick fix for the weird string output one get...Paul Phillips2011-03-311-3/+7
* Emptiness check in swing, closes #1578 no review.Paul Phillips2011-03-311-1/+0
* Warn about unqualified names in scaladoc links ...Paul Phillips2011-03-301-1/+1
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-3026-91/+59
* Issue warning when doccomments have $variables ...Paul Phillips2011-03-303-11/+23
* A bunch of scaladoc cleanups.Paul Phillips2011-03-2925-93/+36
* Made ScalaRunTime.stringOf more general by sepa...Paul Phillips2011-03-281-9/+11
* Removed some bitrotted ant directives which wer...Paul Phillips2011-03-281-22/+0
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-287-33/+44
* Fix for linked lists closes #4080 and proves my...Paul Phillips2011-03-274-26/+23
* Some accumulated work and polish on classpath a...Paul Phillips2011-03-261-7/+9
* Added a temporary fix for #4351, but disabled i...Aleksandar Pokopec2011-03-243-24/+198
* Added implicit TaskRunner parameters to scala.c...Philipp Haller2011-03-241-2/+2
* Deprecated unused members in scala.concurrent.Philipp Haller2011-03-245-14/+26
* Discovered Range.foreach inlining was broken du...Paul Phillips2011-03-242-32/+19
* Fixes #4298. Review by extempore.Martin Odersky2011-03-231-6/+6
* My early attempts to implement non-integral ran...Paul Phillips2011-03-231-1/+1