summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks for streams.Martin Odersky2009-08-187-119/+169
* fix for #2264Lukas Rytz2009-08-181-0/+3
* Fix for #2164.Paul Phillips2009-08-181-1/+7
* Skeletal exploratory implementations ofPaul Phillips2009-08-172-0/+85
* Added bytes() method to File.Paul Phillips2009-08-171-1/+12
* More fleshing out Codec.Paul Phillips2009-08-173-31/+38
* Fixed both versions of Iterator.iterate, which ...Paul Phillips2009-08-171-11/+4
* Updated BufferedSource to use Iterator.continua...Paul Phillips2009-08-171-16/+1
* Added Iterator.continually, becausePaul Phillips2009-08-171-1/+13
* Added two new methods to Iterator, each of whic...Paul Phillips2009-08-171-0/+73
* fixed typo #2263Lukas Rytz2009-08-171-1/+1
* Various work on Codec/File/Source getting it in...Paul Phillips2009-08-174-84/+98
* Adding more and fleshing out convenience functi...Paul Phillips2009-08-161-44/+59
* Restored missing pieces of some of my patches w...Paul Phillips2009-08-163-24/+14
* Restoring tail recursive version of List.dropWh...Paul Phillips2009-08-161-3/+11
* Improvements in positions assigned to expresssi...Miles Sabin2009-08-163-5/+6
* A variety of work on scala.io.{ File, Source } ...Paul Phillips2009-08-165-172/+173
* 1.Martin Odersky2009-08-164-40/+91
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-157-34/+68
* Blocks can now end in definitions.Martin Odersky2009-08-142-3/+4
* Merge branch 'ticket/513'Adriaan Moors2009-08-141-5/+10
* improving fix of #2246: optimised isDifferentTy...Adriaan Moors2009-08-141-37/+33
* add @since scaladoc tag to scala.* typesstepancheg2009-08-1355-4/+83
* drop svn:executable flag from source filesstepancheg2009-08-1314-0/+0
* fixed #2251Adriaan Moors2009-08-131-1/+2
* fixed #2246 type checker looping on pos/contrib701Adriaan Moors2009-08-131-30/+42
* fix for 513: use deep ForeachTypeTraverser in d...Adriaan Moors2009-08-136-10/+7
* 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
* Fix of #1722Martin Odersky2009-08-111-4/+13
* Fixed erroneous debug statement in erasure.Martin Odersky2009-08-101-1/+1
* Fixed #1642Martin Odersky2009-08-102-2/+13
* fixed t1705.Martin Odersky2009-08-102-61/+14
* Fixed specialization of lazy values.Iulian Dragos2009-08-071-10/+19
* Fixed #2235.Paul Phillips2009-08-071-1/+1
* Revert "fixed #2208"Adriaan Moors2009-08-062-8/+2
* fixed #2208Adriaan Moors2009-08-062-2/+8
* fixed ticket #2197Adriaan Moors2009-08-061-2/+8
* Fix for #1498.Paul Phillips2009-08-053-65/+26
* Implemented #2191.Philipp Haller2009-08-041-0/+10
* Applied patch for #2150.Philipp Haller2009-08-041-0/+10
* Fixed #2028 and #2100.Philipp Haller2009-08-047-5/+76
* Fixed NPE in scala.ref.WeakReference and scala....Philipp Haller2009-08-032-2/+4
* Applied patch for #2145.Philipp Haller2009-08-032-24/+27
* Fixed some problems with scope completionMartin Odersky2009-08-032-10/+24
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-0328-88/+285
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-032-9/+12
* Fixed startup problem for interactive GlobalMartin Odersky2009-08-031-1/+1
* Deleted IDeSupport.Martin Odersky2009-08-029-1186/+148