summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-277-205/+350
* Fixed construction of specialized classes in th...Iulian Dragos2010-04-273-21/+154
* Fixed crash when calling super in a closure (se...Iulian Dragos2010-04-271-2/+6
* fixed #3349 : method symbol cached too aggressi...Adriaan Moors2010-04-271-2/+4
* Some cleanups in repl completion and power mode.Paul Phillips2010-04-273-91/+72
* Mostly finishing the ball that got rolling in r...Paul Phillips2010-04-266-57/+146
* Typo patrol. no reviewAleksandar Pokopec2010-04-262-4/+4
* [scaladoc] Removed commented-out items in the c...Donna Malayeri2010-04-261-3/+0
* [scaladoc] Moved object/template icons to the l...Donna Malayeri2010-04-262-11/+45
* [scaladoc] Added TODO comments for later fixing...Donna Malayeri2010-04-262-2/+6
* [scaladoc] Added missing file for previous commit.Donna Malayeri2010-04-261-0/+6
* [scaladoc] Fix alignment of "Inherited" and "Vi...Donna Malayeri2010-04-262-6/+7
* Better positioned regular expression parser, co...Gilles Dubochet2010-04-261-0/+19
* Improved documentation for `NodeSeq.\` and `Nod...Gilles Dubochet2010-04-261-20/+25
* Solves the "same type after erasure problem" un...Martin Odersky2010-04-261-1/+12
* moved AnnotationDefaultAttr to scala.runtime.Lukas Rytz2010-04-261-5/+3
* Some overdue improvements in repl completion, w...Paul Phillips2010-04-2510-405/+259
* Fixes #3350. review by extemporeAleksandar Pokopec2010-04-251-0/+10
* Closes #3356.Philipp Haller2010-04-253-107/+42
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-256-42/+91
* Another guess falling somewhere between educate...Paul Phillips2010-04-241-9/+13
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-243-563/+276
* Took another of universal equality's victims to...Paul Phillips2010-04-241-1/+1
* Added size hints to Array.{ iterate, range, tab...Paul Phillips2010-04-232-0/+22
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-2317-15/+69
* Closes #3108 plus removed some semicolons.Hubert Plociniczak2010-04-232-21/+21
* added missing SuperMixinsIngo Maier2010-04-2321-24/+29
* Fixed potential duplicate error annotation "Err...Martin Odersky2010-04-232-15/+18
* Fixed typo in error message. No review.Martin Odersky2010-04-231-1/+1
* Fixed implicits problem in specs; Manifest[Clas...Martin Odersky2010-04-232-39/+21
* Some cleanup I did when looking at #2769.Hubert Plociniczak2010-04-222-27/+21
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-222-4/+3
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-224-25/+30
* Added two options to tools/tokens, --sliding an...Paul Phillips2010-04-213-16/+38
* Fixed a couple bugs in tools/tokens which were ...Paul Phillips2010-04-211-4/+7
* Two new command line programs in ~/tools: scmp ...Paul Phillips2010-04-212-0/+134
* Since pickled data moved into annotations ShowP...Paul Phillips2010-04-2113-60/+165
* [scaladoc] Slight change to design of how Comme...Gilles Dubochet2010-04-212-2/+2
* Changed the way special overrides are implemented.Iulian Dragos2010-04-213-76/+85
* Fixed retyping of ThisTypes and less aggressive...Iulian Dragos2010-04-212-11/+23
* Fixed bug in update method visibility which cau...Paul Phillips2010-04-212-33/+46
* Handled action items (1) and (4) of the phaller...Paul Phillips2010-04-217-25/+18
* Undeprecated @retain as suggested by odersky on...Paul Phillips2010-04-201-2/+3
* More fully integrate immutable.Queue into colle...Paul Phillips2010-04-202-10/+19
* fix bootstrap library build. review by oderskyLukas Rytz2010-04-204-10/+42
* Missing bit from r21620.Hubert Plociniczak2010-04-191-2/+5
* Fixed #3322wqdcaoyuan2010-04-192-15/+20
* Better fix for #2757. Review by milessabin.Hubert Plociniczak2010-04-192-1/+3
* Fix and test case for forwarder duplicate bug.Paul Phillips2010-04-171-2/+2
* Degeneralized some incomplete generalization of...Paul Phillips2010-04-168-40/+52