summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in a use caseMartin Odersky2010-06-061-1/+1
* Overwrote copyToArray for efficiency.Martin Odersky2010-06-061-0/+8
* Solved problem that -3.0 is not recognized as a...Martin Odersky2010-06-061-1/+1
* Patch from Jason Zaugg so singleton types aren'...Paul Phillips2010-06-051-1/+1
* Fix for #3284.Derek Chen-Beker2010-06-042-21/+60
* Fix for init-order caused NPE in NumericRange.Paul Phillips2010-06-041-28/+17
* Burned by a last minute adjustment, I lost the ...Paul Phillips2010-06-041-1/+4
* Discovered and disproved this unlikely truth:Paul Phillips2010-06-041-6/+10
* Reverts r21973, the patch I characterized as "h...Paul Phillips2010-06-041-1/+2
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-033-11/+8
* Codec changes in scala.tools.nsc.io correspondi...Paul Phillips2010-06-033-36/+30
* Restored Source factories to a form source comp...Paul Phillips2010-06-037-99/+136
* Closes #3472, final specialized methods give Ve...Iulian Dragos2010-06-031-0/+1
* Closes #3499, double definition with specialized.Iulian Dragos2010-06-031-5/+8
* [scaladoc] Fixed typo in Scaladoc man page (tha...Gilles Dubochet2010-06-031-9/+12
* Forgot to add stream view classes for #3511.Aleksandar Pokopec2010-06-032-0/+88
* Fixes #3511 by adding a custom StreamView.Aleksandar Pokopec2010-06-031-0/+8
* Fixes #3508. No review is necessary.Aleksandar Pokopec2010-06-021-2/+2
* Partially solves the problem for #3502.Aleksandar Pokopec2010-06-021-4/+14
* [scaladoc] Updated man page for Scaladoc 2.Gilles Dubochet2010-06-021-61/+66
* Removed unnecessary files containing code with ...Gilles Dubochet2010-06-022-332/+0
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-013-7/+16
* Fixes #3496. No review.Aleksandar Pokopec2010-06-011-0/+2
* made hashset more robust for concurrent access ...Martin Odersky2010-05-311-14/+11
* Reversion of r21940, which caused a big bump in...Paul Phillips2010-05-271-40/+67
* Commit r22003 changed the svn:ignoreAntonio Cunei2010-05-261-2/+2
* also consider non-implicit locals when checking...Adriaan Moors2010-05-261-1/+19
* Closes #3452, inconsistency between method desc...Iulian Dragos2010-05-261-3/+6
* Adds comments for #3471, and a test case which ...Aleksandar Pokopec2010-05-261-10/+32
* Closes #3434.Iulian Dragos2010-05-261-4/+29
* Added a migration warning for matches and insta...Paul Phillips2010-05-262-3/+20
* Made interpreter robust against a missing class...Paul Phillips2010-05-262-13/+31
* More thorough fix for #3454Martin Odersky2010-05-251-2/+4
* Fixe for botched Parser checking for #3454.Martin Odersky2010-05-251-1/+1
* Closes #3469. Review by rytz.Martin Odersky2010-05-251-3/+7
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-254-4/+13
* Closes #3454, plus one syntax generalization wh...Martin Odersky2010-05-251-1/+2
* Addresses see #3470 by adding a method Reactor....Philipp Haller2010-05-252-24/+37
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-1/+2
* Brought the *Proxy classes more up to date.Paul Phillips2010-05-249-47/+31
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-247-59/+7
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-2315-245/+176
* Adding some info to naked asserts so future cra...Paul Phillips2010-05-231-2/+2
* Pulled a function from the repl into the packag...Paul Phillips2010-05-222-11/+12
* Reverted r19926 based on reports it breaks thin...Paul Phillips2010-05-221-7/+3
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-224-6/+5
* A workaround for the crasher described in the c...Paul Phillips2010-05-221-1/+13
* Discovered via irc one more assertion in the ma...Paul Phillips2010-05-222-5/+4
* Made workaround for #3430 noisier during its wo...Paul Phillips2010-05-221-1/+7
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2131-38/+40