summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed #153 (thanks to Sean)michelou2007-12-121-16/+21
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
* hacking Range.Inclusive "by" method out so I ca...Sean McDirmid2007-12-041-4/+9
* Annotated type of to to be Range instead its In...Sean McDirmid2007-12-041-1/+1
* 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
* format -> formattedMartin Odersky2007-11-301-2/+2
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-291-0/+794
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-281-12/+15
* Merge from the annots-normtrees branch.Lex Spoon2007-11-281-0/+30
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
* 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
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-6/+6
* Added format method to StringAddMartin Odersky2007-11-251-4/+17
* Removed recursion from predicated iterator fill...Sean McDirmid2007-11-241-10/+11
* Changed argument of Array.concat to accept Seqs...Sean McDirmid2007-11-241-1/+3
* 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 #221: incorrect ScalaDoc for Conso...Gilles Dubochet2007-11-061-11/+7
* Fixed tickets 87 and 117.Martin Odersky2007-11-051-2/+0
* 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
* 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
* 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
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-191-1/+0
* boxArray is now called on null, changing it to ...Sean McDirmid2007-10-191-0/+1
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-197-29/+26
* oups! added missing override modifiermichelou2007-10-112-3/+2
* added method partition to Iterable (#171)michelou2007-10-111-0/+16
* removed type aliases, update svn:keywordsmichelou2007-10-094-152/+146
* added node info for blocksmichelou2007-10-081-4/+4