summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug648Martin Odersky2006-07-041-1/+1
|
* liftcode now handles more trees, albeit the sym...Burak Emir2006-07-011-14/+20
| | | | | | liftcode now handles more trees, albeit the symbol handling really needs a revamping
* fixed broken toString methodBurak Emir2006-07-011-1/+1
|
* namespacedefault is not needed anymoreBurak Emir2006-06-301-2/+0
|
* (no commit message)Martin Odersky2006-06-281-0/+91
|
* Fixed pattern matching bugs 401, 643Martin Odersky2006-06-281-0/+2
| | | | | | Added multiline string literals Some small refactoring
* Fixed a bug in Array.rangemihaylov2006-06-281-1/+1
|
* Small refactoring of ResizableArray/ArrayBuffermihaylov2006-06-273-23/+26
|
* fixed method 'text'Burak Emir2006-06-261-2/+8
|
* removed leading/trailing tabs/blanks in library...michelou2006-06-223-278/+273
| | | | | removed leading/trailing tabs/blanks in library files
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-0/+8
|
* Fixed parsing problem for closuresMartin Odersky2006-06-204-21/+45
|
* added code for lifting valdefBurak Emir2006-06-171-0/+1
|
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-121-1/+1
| | | | | Updated all SVN attributes in the Scala core module.
* some changes to plug space leaksMartin Odersky2006-06-013-1/+20
|
* fixed bugs615 and 617Martin Odersky2006-05-301-1/+1
|
* removed semicolonsmichelou2006-05-2910-30/+30
|
* Some more changes to fix 605Martin Odersky2006-05-251-58/+92
|
* added a scaladoc comment for classOfLex Spoon2006-05-241-0/+1
|
* added some methodsBurak Emir2006-05-231-41/+68
|
* generalized save(.,.) method, encoding, write x...Burak Emir2006-05-231-5/+5
| | | | | generalized save(.,.) method, encoding, write xmldecl, write doctype
* added saveFull methodBurak Emir2006-05-231-4/+17
|
* Added scala.throws(java.lang.Class) attribute t...mihaylov2006-05-192-1/+18
| | | | | | Added scala.throws(java.lang.Class) attribute to specify the checked exceptions thrown by a method
* for the subArray method in all the boxed array ...Lex Spoon2006-05-1910-10/+10
| | | | | | for the subArray method in all the boxed array classes, use the specified starting offset instead of 0
* Fixed bug 593Martin Odersky2006-05-161-1/+1
|
* Fixed bug 594Martin Odersky2006-05-161-2/+7
|
* removed xsd stuffBurak Emir2006-05-093-119/+0
|
* Changed array unboxing to use classes rather th...Martin Odersky2006-05-0512-31/+57
| | | | | Changed array unboxing to use classes rather than strings.
* added support of class literalsMartin Odersky2006-05-052-119/+133
|
* added zipWithIndex to several collection classesLex Spoon2006-05-055-0/+90
|
* added a comment about variance in the type para...Lex Spoon2006-05-041-0/+4
| | | | | added a comment about variance in the type parameter
* added loadStringLex Spoon2006-04-271-1/+5
|
* uncommented override varBurak Emir2006-04-252-3/+3
|
* commentBurak Emir2006-04-211-1/+3
|
* dont munch exceptionBurak Emir2006-04-211-1/+3
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-122-64/+62
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* Removed scala/Ref.javamihaylov2006-04-101-28/+0
|
* Rewrote All$ and AllRef$ in Scalamihaylov2006-04-062-5/+5
|
* Removed the unused scala.runtime.{IOMap,FHV_Has...mihaylov2006-04-063-282/+0
| | | | | Removed the unused scala.runtime.{IOMap,FHV_Hash,AtomicReference} Java classes
* corrected indentation in files scala/runtime/Bo...michelou2006-04-053-17/+17
| | | | | corrected indentation in files scala/runtime/Boxed<pt>.java
* Removed the source for the primitive types; cre...mihaylov2006-04-0510-1168/+0
| | | | | | Removed the source for the primitive types; create them in the compiler (in class Definitions) instead
* changed how a Fluid's ThreadLocal instance get...Lex Spoon2006-04-051-3/+4
| | | | | changed how a Fluid's ThreadLocal instance gets its initial value
* Cleaned up the box classesmihaylov2006-04-049-80/+23
|
* Removed unused methods from the code of the pri...mihaylov2006-04-039-99/+17
| | | | | Removed unused methods from the code of the primitive types
* Cleaned up the code of the primitive typesmihaylov2006-04-029-1025/+927
|
* added more functionality to test/clitestmichelou2006-03-311-4/+2
| | | | | corrected bug in file scala/concurrent/pilib.scala
* fixed several old bugsMartin Odersky2006-03-311-0/+30
|
* comments, plus little spec-conformance fix to d...Burak Emir2006-03-311-23/+54
| | | | | comments, plus little spec-conformance fix to descendants
* more like spec nowBurak Emir2006-03-311-1/+4
|
* Fixed more SVN propertiesGilles Dubochet2006-03-302-1/+1
|