summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
* 1.Gilles Dubochet2006-03-2065-3440/+0
* Fixed problem in 2.Martin Odersky2006-03-201-1/+1
* 1.Martin Odersky2006-03-2012-82/+111
* added missing file scala/runtime/NonLocalReturn...michelou2006-03-181-0/+13
* Improved the efficiency of Iterator.filter and ...mihaylov2006-03-152-18/+27
* removed asList, change \Burak Emir2006-03-141-5/+3
* prtty printer update plus node::\ methodBurak Emir2006-03-142-6/+12
* Improved scaladoc comment for class CountedIter...mihaylov2006-03-141-2/+1
* 1. Added a BigInt classMartin Odersky2006-03-1413-16/+530
* better NodeSeqBurak Emir2006-03-141-2/+2
* added a toArray method to Seq.Martin Odersky2006-03-133-20/+11
* Bug fixesMartin Odersky2006-03-111-0/+13
* (no commit message)Martin Odersky2006-03-1047-57/+57
* Reintroduced the toList method for efficiencymihaylov2006-03-101-5/+5
* performed some renamings in the compiler & libraryMartin Odersky2006-03-0935-83/+62
* made the view method implicitmihaylov2006-03-091-15/+16
* fixed names of view methodsBurak Emir2006-03-091-2/+2
* fixed names of view methodsBurak Emir2006-03-091-2/+1
* fixed names of view methodsBurak Emir2006-03-098-27/+27
* Code cleanupmihaylov2006-03-093-74/+69
* fix arrays some more.Martin Odersky2006-03-0914-221/+342
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-082-7/+3
* Uncommented the private[scala] access modifier ...mihaylov2006-03-081-2/+1
* Removed unnecessary filesmihaylov2006-03-072-113/+0
* added attribute 'remote' to method '$tag' in sc...michelou2006-03-071-2/+3
* fixed compilation problemmihaylov2006-03-052-2/+2
* Rearranged header and updated copyright infomihaylov2006-03-05162-222/+1100
* Remove files that were not required for compila...Gilles Dubochet2006-03-0314-1033/+0
* Small refactoring in some collection classesmihaylov2006-03-0318-52/+36
* Use 'mixin class' instead of 'trait'mihaylov2006-03-0396-174/+183
* Rearranged header and updated copyright messagemihaylov2006-03-02176-281/+787
* improved error message for missing keymihaylov2006-03-011-3/+3
* adapted code to Scala 2 syntax in files src/exa...michelou2006-02-221-40/+40
* Turned TIMEOUT into a case object.mihaylov2006-02-212-3/+3
* corrected lastIndexOf parameter in file scala/r...michelou2006-02-171-3/+5
* fix^2: import Predef._ in reflect.{Symbol, Type...Martin Odersky2006-02-172-0/+4
* (no commit message)Martin Odersky2006-02-1712-0/+31
* changed handling of MatchError, prints string nowBurak Emir2006-02-141-0/+3
* Expanded Codification to support loops, conditi...Gilles Dubochet2006-02-143-13/+30
* An attribute that designates variable's accesso...mihaylov2006-02-101-0/+3
* (no commit message)Martin Odersky2006-02-093-27/+2
* (no commit message)Martin Odersky2006-02-066-4/+32
* Fixed typos in a couple of commentsLex Spoon2006-02-032-2/+2
* (no commit message)Martin Odersky2006-01-302-3/+23
* Move the implicit BitSet=>Ordered[BitSet] coerc...mihaylov2006-01-262-34/+31
* Added a deep-copy clone methodmihaylov2006-01-261-0/+6
* - improved efficiencymihaylov2006-01-251-13/+20
* Added a fast subsetOf implementationmihaylov2006-01-251-3/+35