summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #313.Gilles Dubochet2008-01-211-1/+1
* added toBinary-/toHex-/toOctalString (Long)michelou2008-01-182-3/+6
* removed more warningsmichelou2008-01-182-20/+19
* fixed broken build and remove some warningsmichelou2008-01-186-54/+53
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-181-3/+3
* build target is now 1.5Martin Odersky2008-01-171-1/+3
* Merged patch from Ross Judson (bean info class ...Iulian Dragos2008-01-095-0/+127
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-091-1/+1
* 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
* 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