summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix and test case for #2241.Paul Phillips2009-08-231-1/+2
* Numeric implementations for Short and Byte now ...Paul Phillips2009-08-231-0/+30
* A few straggler deprecations with straightforwa...Paul Phillips2009-08-227-18/+12
* These might be the last of the deprecation warn...Paul Phillips2009-08-228-12/+14
* Deprecation patrol continues patrolling.Paul Phillips2009-08-2226-50/+48
* Deprecation patrol.Paul Phillips2009-08-2213-38/+38
* A few minor documentation fixes.Paul Phillips2009-08-225-12/+12
* Fixed #2283.Paul Phillips2009-08-221-1/+1
* The fruit of a bunch of iteration on Iterator.Paul Phillips2009-08-221-48/+117
* Better scaladocsIngo Maier2009-08-221-4/+9
* Fix for the discovery that .get on a non-existe...Paul Phillips2009-08-211-1/+1
* Reverted r18344 as it is interacting badly with...Paul Phillips2009-08-211-18/+2
* in the end had to disable conforms as view in t...Adriaan Moors2009-08-214-8/+7
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-216-13/+38
* Fixed #2169Ingo Maier2009-08-211-9/+6
* fixed build problemMartin Odersky2009-08-211-1/+1
* added partial manifests (now called manifests),...Martin Odersky2009-08-214-127/+206
* Applied some of Kevin Wright's patches.Ingo Maier2009-08-2117-44/+213
* Revert several commits related to implicits/predefAdriaan Moors2009-08-216-34/+14
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-214-8/+20
* Gave spawn and future a default implicit to add...Paul Phillips2009-08-212-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-191-0/+15
* Fixed #2177.Philipp Haller2009-08-191-0/+15
* 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
* 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