summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New starr for primitive companion objectsIulian Dragos2010-04-093-3/+3
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-0912-58/+41
* Companion objects of primitive types are now va...Iulian Dragos2010-04-099-21/+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
* minor cleanup in build script. no reviewLukas Rytz2010-04-091-11/+17
* close #3207. review by oderskyLukas Rytz2010-04-092-3/+28
* 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-083-2/+16
* 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-073-30/+90
* Created a test.suite.clean.checkinit ant target...Paul Phillips2010-04-071-0/+8
* 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
* Forgot to add scalacheck test for #2535.Aleksandar Pokopec2010-04-061-0/+205
* Fixes #2535. Review by community.Aleksandar Pokopec2010-04-061-32/+62
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-0610-25/+49
* 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-06132-251/+237
* Fix for the partest task to fail the build when...Paul Phillips2010-04-067-13/+16
* Typo patrol, no review.Paul Phillips2010-04-051-1/+1
* 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-0550-2829/+2571
* If I work on this patch any longer without chec...Paul Phillips2010-04-05204-238/+98
* 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-036-95/+67
* Mostly IO tweaks related to my upcoming partest...Paul Phillips2010-04-029-29/+78
* closes #3242. review by community.Tiark Rompf2010-04-024-3/+88
* close #3178. review by communityLukas Rytz2010-04-012-0/+11
* close #3183. review by communityLukas Rytz2010-03-313-8/+35
* close #3222. review by communityLukas Rytz2010-03-314-1/+35
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-312-56/+93