summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Rewrote All$ and AllRef$ in Scalamihaylov2006-04-062-5/+5
* Removed the unused scala.runtime.{IOMap,FHV_Has...mihaylov2006-04-063-282/+0
* corrected indentation in files scala/runtime/Bo...michelou2006-04-053-17/+17
* Removed the source for the primitive types; cre...mihaylov2006-04-0510-1168/+0
* changed how a Fluid's ThreadLocal instance get...Lex Spoon2006-04-051-3/+4
* Cleaned up the box classesmihaylov2006-04-049-80/+23
* Removed unused methods from the code of the pri...mihaylov2006-04-039-99/+17
* Cleaned up the code of the primitive typesmihaylov2006-04-029-1025/+927
* added more functionality to test/clitestmichelou2006-03-311-4/+2
* fixed several old bugsMartin Odersky2006-03-311-0/+30
* comments, plus little spec-conformance fix to d...Burak Emir2006-03-311-23/+54
* more like spec nowBurak Emir2006-03-311-1/+4
* Fixed more SVN propertiesGilles Dubochet2006-03-302-1/+1
* fixed svn properties of NonLocalReturnException...mihaylov2006-03-301-1/+3
* Added BoxedArray.toArray method to override Seq...mihaylov2006-03-281-0/+7
* Moved codification to its own phase.Gilles Dubochet2006-03-274-24/+43
* undid import Predef._, after resolving dependen...Burak Emir2006-03-2510-20/+1
* undid consolidation in object XML, and added im...Burak Emir2006-03-2516-26/+29
* consolidated constants in object XMLBurak Emir2006-03-253-8/+9
* removed type alias for uniformityBurak Emir2006-03-251-2/+2
* removed some type aliases form uniformityBurak Emir2006-03-2511-49/+49
* handle xml:space in printingBurak Emir2006-03-252-4/+17
* handle xml prefix nowBurak Emir2006-03-251-8/+8
* added binding for xml prefixBurak Emir2006-03-251-5/+13
* Changed Fluid.set to Fluid.value_=, per a sugge...Lex Spoon2006-03-242-3/+3
* for continuationsBurak Emir2006-03-241-0/+53
* 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