summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* drop svn:executable flag from source filesstepancheg2009-08-1314-0/+0
* fix for 513: use deep ForeachTypeTraverser in d...Adriaan Moors2009-08-135-5/+5
* Adds Source.stdin convenience method.Paul Phillips2009-08-121-0/+4
* Fixed the resolveType method per ticket #2207.Derek Chen-Beker2009-08-121-2/+5
* Fix for #2249.Paul Phillips2009-08-121-1/+1
* Fixed #2235.Paul Phillips2009-08-071-1/+1
* Fix for #1498.Paul Phillips2009-08-051-0/+1
* Implemented #2191.Philipp Haller2009-08-041-0/+10
* Applied patch for #2150.Philipp Haller2009-08-041-0/+10
* Fixed NPE in scala.ref.WeakReference and scala....Philipp Haller2009-08-032-2/+4
* Applied patch for #2145.Philipp Haller2009-08-032-24/+27
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-0311-11/+230
* Fixed #2142 and #2143.Philipp Haller2009-07-312-8/+8
* Fixed #2212.Philipp Haller2009-07-311-2/+7
* rewrite of positions in compilerMartin Odersky2009-07-301-0/+1
* fixed ticket #2211michelou2009-07-291-3/+4
* Fixed #2183.Philipp Haller2009-07-282-3/+3
* Reintegrated `ImmutableMapAdaptor` and `Immutab...Philipp Haller2009-07-282-16/+19
* Changed toSet to return immutable.Set, addresse...Paul Phillips2009-07-262-2/+3
* switch to unnested packages.Martin Odersky2009-07-24170-123/+252
* Fix for #2187.Paul Phillips2009-07-231-2/+2
* Fix and test cases for #2184.Paul Phillips2009-07-221-1/+1
* Proposed fix to address #2165.Philipp Haller2009-07-225-6/+21
* Fixed #2176.Philipp Haller2009-07-221-1/+2
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-211-0/+14
* The creation of scala.collection.mutable.Iterab...Paul Phillips2009-07-207-12/+12
* Removed some identical code from the collection...Paul Phillips2009-07-183-29/+6
* Removed Vector's indexOfSeq method in favor of ...Paul Phillips2009-07-171-7/+0
* syncPaul Phillips2009-07-171-6/+6
* Now that there's a KMP implementation in Seq, r...Paul Phillips2009-07-172-82/+16
* Fix for failing test t1323.Paul Phillips2009-07-171-1/+1
* A start on a more comprehensive test suite for ...Paul Phillips2009-07-173-16/+97
* scala> Vector(1,2,3) startsWith List("I am a Su...Paul Phillips2009-07-161-1/+4
* scala> immutable.Vector(1,2,3) endsWith immutab...Paul Phillips2009-07-162-13/+16
* scala> List(1,2,3) endsWith List(2, "I AM GOZER...Paul Phillips2009-07-161-5/+9
* Fixed the same bug as in r18328, but in equals.Paul Phillips2009-07-161-1/+4
* Fixed logic error reported in #2159.Paul Phillips2009-07-161-1/+4
* Altered some invocations of Array.copy to use c...Paul Phillips2009-07-161-13/+14
* minor changes (Scala comments)michelou2009-07-154-28/+78
* Added ControlException marker trait and update ...Miles Sabin2009-07-153-2/+42
* Removed the accurately labelled combinatorold.Paul Phillips2009-07-1410-1523/+0
* made streams and views more lazy by always skip...Martin Odersky2009-07-143-26/+50
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-0/+9
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-091-0/+6
* Made NamespaceBinding a case class; addresses t...Paul Phillips2009-07-081-6/+6
* minor change (Scala comments)michelou2009-07-076-65/+106
* minor change (Scala comments)michelou2009-07-072-28/+40
* fixed Scala comments, added svn:keywordsmichelou2009-07-0731-245/+395
* Fixes and test cases for #2124 and #2125.Paul Phillips2009-07-0510-127/+44
* Added the co- part of codec.Paul Phillips2009-07-031-1/+2