summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert several commits related to implicits/predefAdriaan Moors2009-08-217-37/+16
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-215-10/+23
* Gave spawn and future a default implicit to add...Paul Phillips2009-08-212-3/+3
* Reverted the just committed starr, which can't ...Paul Phillips2009-08-203-3/+3
* New starr based on r18525.Paul Phillips2009-08-203-3/+3
* backed out changes to Predef, as they need a ne...Adriaan Moors2009-08-201-6/+3
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-205-11/+22
* qualified references to super methods are no lo...ilyas2009-08-201-0/+1
* A couple super useful partial function methods ...Paul Phillips2009-08-201-0/+47
* [rev:Adriaan] dummy implementation for update t...ilyas2009-08-201-0/+1
* added missing fileMartin Odersky2009-08-201-0/+65
* reverted bad checkinMartin Odersky2009-08-201-1/+0
* Added #:: extractor for streams to package.scalaMartin Odersky2009-08-201-0/+1
* removed failing assertion.Martin Odersky2009-08-201-2/+2
* intermeidate step towards manifests for arraysMartin Odersky2009-08-1912-32/+73
* Put scala-library.jar back on the boot classpath.Paul Phillips2009-08-191-2/+5
* Second half of fix for #2177. Fixed #2255.Philipp Haller2009-08-193-0/+19
* Fixed #2177.Philipp Haller2009-08-193-0/+19
* Adjusted timeout in partest to get rid of spuri...Philipp Haller2009-08-191-1/+2
* Fixed the rest of the library deprecation warni...Paul Phillips2009-08-194-9/+9
* Handled a dozen or so deprecation warnings.Paul Phillips2009-08-1914-18/+21
* Fix for #2269.Paul Phillips2009-08-191-1/+1
* Added file; I forgot before and it broke the buildMartin Odersky2009-08-181-0/+25
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-187-319/+283
* removed t1701 from pending as it's now in files.Paul Phillips2009-08-181-1/+0
* Fixed memory leaks for streams.Martin Odersky2009-08-1818-140/+250
* 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-174-32/+39
* 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
* Test in pending for #2261.Paul Phillips2009-08-161-0/+6
* 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-166-174/+175
* 1.Martin Odersky2009-08-165-40/+104
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-159-48/+85
* Polished up some disabled tests and returned th...Paul Phillips2009-08-144-1/+1
* fixed check fileMartin Odersky2009-08-141-16/+13
* Blocks can now end in definitions.Martin Odersky2009-08-147-49/+21
* Merge branch 'ticket/513'Adriaan Moors2009-08-141-5/+10
* improving fix of #2246: optimised isDifferentTy...Adriaan Moors2009-08-141-37/+33