summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* inline more in RangeIulian Dragos2010-08-231-2/+2
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-233-21/+9
* debugging output to track down wild boxing.Iulian Dragos2010-08-231-0/+3
* Added setup and teardown methods.Iulian Dragos2010-08-231-3/+20
* Added an overridable setUp method that is calle...Iulian Dragos2010-08-231-0/+7
* closes 2462. better implicit error messages.Adriaan Moors2010-08-202-1/+20
* Discovered ListMap.++ returns a Map instead of ...Paul Phillips2010-08-192-3/+10
* closes #2788.Adriaan Moors2010-08-191-3/+4
* use arraycopy not Array.copy in Arraybuffer.siz...Lukas Rytz2010-08-171-1/+1
* Revert ArrayBuffer's sizeHint as I had a typo a...Lukas Rytz2010-08-161-2/+1
* use arraycopy instead of Array.copy in ArrayBuf...Lukas Rytz2010-08-161-1/+2
* documentation for scala.Array.Lukas Rytz2010-08-161-66/+94
* doc comment for scala package.Lukas Rytz2010-08-161-0/+3
* Overhaul of ScalaRunTime.stringOf.Paul Phillips2010-08-151-21/+38
* Changes in docs and layout. No review.Martin Odersky2010-08-121-1/+4
* Added missing file for last checkin.Martin Odersky2010-08-101-0/+6
* Removed duplicate classes. No review.Martin Odersky2010-08-101-10/+0
* update doc of option. close #3737.Lukas Rytz2010-08-091-43/+118
* close #3709. no review.Lukas Rytz2010-08-091-1/+1
* fixed t3738michelou2010-08-071-1/+1
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-0/+13
* Fixed some typoes/errors in doc comments.Martin Odersky2010-08-021-1/+1
* Revamped ScalaConversions.Martin Odersky2010-08-022-40/+581
* Modified toString on JSONObject and JSONArray t...Derek Chen-Beker2010-07-291-2/+2
* Fixes priority queues and makes them iterables ...Aleksandar Pokopec2010-07-296-72/+118
* Fix for last commit.Aleksandar Pokopec2010-07-283-15/+4
* Added merge function to HashTrie.merge. No review.Aleksandar Pokopec2010-07-281-34/+33
* Fixes a priority queue issue. No review.Aleksandar Pokopec2010-07-281-3/+11
* [docs] Documentation updates contributed throug...Gilles Dubochet2010-07-284-14/+24
* Minor tweaks. No review.Aleksandar Pokopec2010-07-272-2/+12
* Refactored benchmarks.Aleksandar Pokopec2010-07-263-2/+146
* More files affected by renamings. no reviewAleksandar Pokopec2010-07-231-1/+1
* Several renamings not included. no reviewAleksandar Pokopec2010-07-233-9/+9
* Parallel collection library renamings. No reviewAleksandar Pokopec2010-07-2331-606/+645
* [docs] The first comment contributed using Petr...Gilles Dubochet2010-07-211-0/+5
* Moved the burden of forgivingness for string sl...Paul Phillips2010-07-142-6/+14
* Closes #3493. Review by extempore.Aleksandar Pokopec2010-07-091-1/+7
* closes #3603. no reviewAleksandar Pokopec2010-07-092-2/+39
* A brown bag on the head fix to that last patch.Paul Phillips2010-07-051-1/+1
* The take/drop methods in IndexedSeqOptimized we...Paul Phillips2010-07-051-4/+4
* Fixes #3584. No review.Aleksandar Pokopec2010-07-051-21/+23
* Fixes #3580. Review by extempore.Aleksandar Pokopec2010-07-051-1/+1
* When compilation fails because of an unimplemen...Paul Phillips2010-07-031-0/+1
* Option gets an empty factory like the collections.Paul Phillips2010-07-021-4/+6
* Abandoned any pretense of selectivity and put f...Paul Phillips2010-07-011-1/+0
* Took a cue from mharrah that we don't need to b...Paul Phillips2010-07-011-22/+7
* Renaming files and inserting dummies to please ...Paul Phillips2010-07-017-27/+11
* Fixed an infinite loop in the xml parser on inv...Paul Phillips2010-07-012-8/+8
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-015-15/+33
* Removing some dead code from SyncVar and cleani...Paul Phillips2010-07-011-25/+10