summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Brought back stack traces in TypeError. This isIulian Dragos2010-04-091-1/+1
* Added a cast for alias replacement that causedIulian Dragos2010-04-091-5/+6
* Less logging unless '-Ydebug', refactorings.Iulian Dragos2010-04-093-38/+46
* Changed TreeSymSubstituter from a traverser toIulian Dragos2010-04-094-18/+32
* Changed default of 'keepsTypeParams' to true. AllIulian Dragos2010-04-095-3/+9
* Fixed retyping of singleton types, replacing in...Iulian Dragos2010-04-092-1/+9
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-0910-56/+39
* Companion objects of primitive types are now va...Iulian Dragos2010-04-095-7/+115
* Fixed a cyclic error when specializing Option.Iulian Dragos2010-04-091-32/+45
* Made 'specialized' a printable flag. No review.Iulian Dragos2010-04-091-1/+2
* Special-cased 'isHigherKinded' for ThisTypes, i...Iulian Dragos2010-04-091-0/+1
* More information on type skolems when browsing ...Iulian Dragos2010-04-092-3/+9
* Implemented specialized subclassing for traitsIulian Dragos2010-04-091-28/+78
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-0920-98/+157
* close #3207. review by oderskyLukas Rytz2010-04-091-3/+7
* Stack overflow corner case I noticed in the repl.Paul Phillips2010-04-091-0/+1
* Fix and test for Iterator corner case.Paul Phillips2010-04-081-2/+5
* More cleanups in docs. Review by odersky.Aleksandar Pokopec2010-04-084-20/+20
* Another set of typos fixed.Aleksandar Pokopec2010-04-087-11/+14
* [scaladoc] Fixed filter method in template page...Gilles Dubochet2010-04-082-107/+108
* Mostly some undocumented stuff in JavaConversions.Aleksandar Pokopec2010-04-083-4/+25
* Some typos in collections. Review by odersky.Aleksandar Pokopec2010-04-084-5/+4
* Gave Stream a lazy withFilter implementation.Paul Phillips2010-04-071-30/+74
* Tore out some unnecessary ambiguity-creating al...Paul Phillips2010-04-074-9/+5
* And another partest gap is filled.Paul Phillips2010-04-067-23/+54
* Fixed another partest feature I'd managed to br...Paul Phillips2010-04-068-107/+109
* Removing some code duplication from scaladoc.Paul Phillips2010-04-062-96/+71
* Final methods should appear in scaladoc.Paul Phillips2010-04-061-1/+1
* Fixes #2535. Review by community.Aleksandar Pokopec2010-04-061-32/+62
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-065-6/+35
* Fixed #3257Ingo Maier2010-04-061-2/+2
* Some tweaks to classpath handling I had left ov...Paul Phillips2010-04-064-14/+19
* A couple more bits of partest I discovered were...Paul Phillips2010-04-064-28/+33
* Noticed a bug with test obj dirs not getting de...Paul Phillips2010-04-061-13/+6
* As a brief diversion from real work, implemente...Paul Phillips2010-04-06120-228/+225
* Fix for the partest task to fail the build when...Paul Phillips2010-04-061-4/+7
* Made Vector the standard impl of IndexedSeq.Martin Odersky2010-04-052-3/+3
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-0535-900/+708
* The code part of the partest patch.Paul Phillips2010-04-0549-2758/+2539
* Removing a class cast exception.Paul Phillips2010-04-041-2/+8
* workaround for #3252. review by extempore.Tiark Rompf2010-04-041-2/+2
* Nipped the infinite loop which is presently lau...Paul Phillips2010-04-041-0/+10
* [scaladoc] Considerably reduced size of documen...Gilles Dubochet2010-04-038-105/+189
* improved cps transform of partial functions.Tiark Rompf2010-04-032-71/+64
* Mostly IO tweaks related to my upcoming partest...Paul Phillips2010-04-028-28/+77
* closes #3242. review by community.Tiark Rompf2010-04-021-3/+4
* close #3178. review by communityLukas Rytz2010-04-011-0/+3
* close #3183. review by communityLukas Rytz2010-03-312-8/+16
* close #3222. review by communityLukas Rytz2010-03-312-1/+13
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-311-51/+88