summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-111-2/+3
* reverted changes from r19034 due to jvm/sync-va...Tiark Rompf2009-10-102-497/+492
* made scala.collection.Vector create immutable v...Tiark Rompf2009-10-102-492/+497
* fixed another npe in VectorIteratorTiark Rompf2009-10-101-2/+2
* fixed npe when iterating over empty vectorTiark Rompf2009-10-101-0/+5
* fixed WrappedString issue from last commitTiark Rompf2009-10-101-26/+37
* initial checkin of new immutable vectorsTiark Rompf2009-10-101-19/+1024
* Definite fix for #2060; fix for #2392.Martin Odersky2009-10-083-14/+23
* Fixed #2425Martin Odersky2009-10-081-2/+2
* Reverted the BigDecimal implicits added for tic...Paul Phillips2009-10-051-15/+0
* Introduced type as well as value Sequence in pa...Martin Odersky2009-10-021-0/+1
* Sequence->SeqMartin Odersky2009-10-0256-233/+235
* Fixed issue #2427: ListBuffer.update wrongly ch...Gilles Dubochet2009-10-021-2/+0
* Fix and test case for #2075.Paul Phillips2009-10-014-7/+7
* Enabled 1.6 optimizations in ForkJoinPool.Philipp Haller2009-09-303-14/+8
* improved documentationLukas Rytz2009-09-305-15/+20
* fixed #2311.Martin Odersky2009-09-303-2/+21
* improved annotations copying (documentation, mo...Lukas Rytz2009-09-2910-60/+210
* My workaround for the negative chars didn't work.Paul Phillips2009-09-271-3/+13
* For for an XML bug I accidentally introduced in...Paul Phillips2009-09-263-6/+13
* add @since annotationsstepancheg2009-09-26109-4/+227
* fix typo in tag namestepancheg2009-09-261-1/+1
* more @since annotationsstepancheg2009-09-2670-2/+129
* add @since scaladoc tag to scala.annotation.*stepancheg2009-09-266-0/+14
* More accumulated XML work, including removing s...Paul Phillips2009-09-2511-409/+117
* reverted 'doArg' change made in r18738, removed...michelou2009-09-252-3/+5
* Collections refactoring.Martin Odersky2009-09-25189-1071/+899
* Some more XML work as I prepare to deal with th...Paul Phillips2009-09-2510-156/+46
* copying of field annotations can now be control...Lukas Rytz2009-09-255-0/+60
* This patch represents breaking out bits of code...Paul Phillips2009-09-244-68/+72
* Equality logging keeps taking me inside XML fil...Paul Phillips2009-09-241-90/+39
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-16/+5
* Removed another dead file.Gilles Dubochet2009-09-242-84/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2463-64/+64
* fixed #2290 and #2325Lukas Rytz2009-09-241-16/+3
* moved sortWith from Iterable to Sequence (becau...Martin Odersky2009-09-245-44/+43
* The results of examining many instances of !!! ...Paul Phillips2009-09-2313-38/+6
* Created a copy method for Elem like the one whi...Paul Phillips2009-09-231-9/+18
* Some more XML reworking.Paul Phillips2009-09-232-59/+39
* Proxy.equals catches null case (fix for #2366)Ingo Maier2009-09-231-1/+3
* Removed StringVector and all uses thereof.Paul Phillips2009-09-231-220/+0
* Fix for #2374.Paul Phillips2009-09-231-20/+14
* Fix for #2364, and another XML rewrite.Paul Phillips2009-09-232-87/+52
* drop svn:executable from *.scalastepancheg2009-09-2315-0/+0
* Support code I need for certain equality strate...Paul Phillips2009-09-221-2/+205
* Really fixing the build now.Philipp Haller2009-09-221-1/+1
* Fixed build.Philipp Haller2009-09-223-3/+3
* Finished re-integrating mutable collections.Philipp Haller2009-09-227-52/+73
* fixed doArgs (Settings.scala) and loadFrom (Plu...michelou2009-09-229-19/+33
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-227-51/+97