summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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