summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed ticket #153michelou2007-10-051-4/+10
* made Stream.length not be recursiveLex Spoon2007-10-041-1/+9
* Downgraded randomAccessSeq[Char] => String impl...Sean McDirmid2007-10-041-1/+1
* enums can't be serializedmichelou2007-10-031-8/+12
* Settings.scala - added mode to eliminate : betw...Sean McDirmid2007-10-026-7/+15
* corrected typomichelou2007-10-021-1/+1
* fixed ticket #141michelou2007-10-021-8/+17
* fixed #99, fixed order of worker queuemichelou2007-09-271-6/+8
* Updated lib/mscorlib to Mono 1.2.5, added bin/h...michelou2007-09-251-0/+3
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-254-50/+26
* Added “alternative with longest match selection...Gilles Dubochet2007-09-191-0/+52