summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-091-1/+1
| | | | | Fixed the parsing of 0 by the JSON library.
* updated MSIL library for class[T]michelou2007-12-211-2/+2
|
* removed deprecated featuresmichelou2007-12-197-254/+12
|
* -target 1.5 now the default.Martin Odersky2007-12-192-3/+3
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-1949-104/+104
| | | | | dual mode (generics or not) version of compiler and libraries
* Fixed #153 (thanks to Sean)michelou2007-12-121-16/+21
|
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
| | | | | | fixed problem with Stream.flatMap, changed text of error message for assume failure in Predef.
* hacking Range.Inclusive "by" method out so I ca...Sean McDirmid2007-12-041-4/+9
| | | | | hacking Range.Inclusive "by" method out so I can get Scala doc to work.
* Annotated type of to to be Range instead its In...Sean McDirmid2007-12-041-1/+1
| | | | | Annotated type of to to be Range instead its Inclusive sub-class.
* Fixed #216Iulian Dragos2007-12-031-1/+2
|
* Fixed problem with to with custom bySean McDirmid2007-12-021-1/+1
|
* Fixed bug in to with custom bySean McDirmid2007-12-021-12/+20
|
* Fixed comparison for BigInts (and other custom ...Gilles Dubochet2007-11-301-0/+1
| | | | | Fixed comparison for BigInts (and other custom Number sub-types).
* format -> formattedMartin Odersky2007-11-301-2/+2
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-291-0/+794
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-281-12/+15
|
* Merge from the annots-normtrees branch.Lex Spoon2007-11-281-0/+30
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
| | | | | at the same time, made it easier to customise the shape of identifiers
* Made format compatibkle with JDK 1.4. Fixed #197Martin Odersky2007-11-271-2/+16
|
* List.transpose is now tailrecursive.Martin Odersky2007-11-262-10/+9
|
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-261-6/+8
|
* fix ticket #98, by removing the => thus making ...Burak Emir2007-11-251-19/+19
| | | | | fix ticket #98, by removing the => thus making all arguments cbv.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-6/+6
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* Added format method to StringAddMartin Odersky2007-11-251-4/+17
|
* Removed recursion from predicated iterator fill...Sean McDirmid2007-11-241-10/+11
| | | | | | Removed recursion from predicated iterator fill as it caused a stack overflow.
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
| | | | | Changed argument of Array.concat to accept Seqs rather than arrays.
* Changed reverse to return mutableprojection.Sean McDirmid2007-11-241-1/+1
|
* reenabled actor exit in partestmichelou2007-11-191-1/+2
|
* fixed #176 (CLDC build)michelou2007-11-185-10/+11
|
* Fixed #214, #217, #218Martin Odersky2007-11-171-1/+3
|
* fixed partest, removed mergeLines (useless)michelou2007-11-131-23/+10
|
* Fixed ticket #190.Iulian Dragos2007-11-131-0/+17
|
* fixed ticket #136 (charSeq)michelou2007-11-091-1/+1
|
* fixd ticket #136michelou2007-11-093-20/+46
|
* removed leading tabsmichelou2007-11-061-11/+14
|
* Faster rich comparator as sugested in ticket #38.Gilles Dubochet2007-11-061-25/+27
|
* Fixed ticket #222: “Predef.format” incorrectly ...Gilles Dubochet2007-11-061-1/+1
| | | | | | Fixed ticket #222: “Predef.format” incorrectly forwards call to “Console”.
* Fixed ticket #221: incorrect ScalaDoc for Conso...Gilles Dubochet2007-11-061-11/+7
| | | | | Fixed ticket #221: incorrect ScalaDoc for Console.printf.
* Fixed tickets 87 and 117.Martin Odersky2007-11-051-2/+0
| | | | | generateIDEMaps only when inIDE is true.
* updated file to match r13198 changesmichelou2007-11-051-3/+0
|
* moved runtime.TypeRep to branch (not yet mature)michelou2007-11-051-220/+0
|
* reverted changes (moved implicits to object Typ...michelou2007-11-022-65/+64
| | | | | reverted changes (moved implicits to object TypeRep)
* added basic support for runtime typesmichelou2007-11-023-3/+226
|
* re-enabled use of compare for floats/doubles (NaN)michelou2007-10-311-16/+30
|
* Fixed ticket #181, iterables are now correctly ...Iulian Dragos2007-10-311-1/+4
| | | | | | Fixed ticket #181, iterables are now correctly ordered when the first one is a prefix of the other.
* reverted refactoring for efficiencymichelou2007-10-311-23/+206
|
* fixed #202 (NaN), refactored codemichelou2007-10-303-332/+209
|
* fixed tickets 152, 123.Martin Odersky2007-10-265-12/+40
| | | | | | | spreadsheet demo crash. Made Lists more tail recursive. toString in Sets and Maps now says just Set(...) or Map(...) without revealing the implementation.
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-191-1/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* boxArray is now called on null, changing it to ...Sean McDirmid2007-10-191-0/+1
| | | | | boxArray is now called on null, changing it to do deal with null.