summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2131-38/+40
* Added +=: prepend to MutableList.Martin Odersky2010-05-212-2/+9
* Workaround for #3462.Paul Phillips2010-05-211-2/+5
* A more specifically targetted version of r21991...Paul Phillips2010-05-211-2/+2
* Make the inliner be more careful about where it...Paul Phillips2010-05-201-0/+3
* Closes #3449. no review.Iulian Dragos2010-05-201-8/+14
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-201-1/+8
* Closes #3381.Iulian Dragos2010-05-203-44/+60
* Closed #3432.Iulian Dragos2010-05-201-0/+4
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-201-3/+4
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-201-1/+1
* Closes #3304. Review by extempore.Martin Odersky2010-05-191-2/+9
* Fixed problem with static initializer in ForkJo...Philipp Haller2010-05-191-5/+16
* tentative solution of typeParams problem discov...Martin Odersky2010-05-191-1/+14
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-1/+1
* Fixes #3385. No review.Aleksandar Pokopec2010-05-193-37/+74
* Hacky but no-risk fix for #3189, which was caus...Paul Phillips2010-05-191-1/+3
* Removed deprecation. No review.Aleksandar Pokopec2010-05-181-2/+1
* Changed migration annotation to deprecated.Aleksandar Pokopec2010-05-181-1/+1
* Fixes #3445. no reviewAleksandar Pokopec2010-05-181-0/+7
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-2/+2
* Fix for sliding boundary condition.Paul Phillips2010-05-181-1/+1
* some more ad-hoc cookingAdriaan Moors2010-05-181-0/+1
* cook raw type when copying down result typeAdriaan Moors2010-05-181-0/+1
* Changed strategy to allow specialization on typ...Iulian Dragos2010-05-181-6/+14
* Commented out unnecessarily verbose debug info.Iulian Dragos2010-05-181-8/+8
* Closes #3417. No review (already done by Martin)Hubert Plociniczak2010-05-183-5/+4
* Fixed -Xcheckinit build. No review.Philipp Haller2010-05-171-1/+1
* Made javaConversions more general.Martin Odersky2010-05-151-88/+148
* [scaladoc] Closes #3428 (HTML markup supported ...Gilles Dubochet2010-05-154-73/+146
* Swapped the order of the arguments to returning...Paul Phillips2010-05-153-8/+8
* Starting to look like the pattern matcher and I...Paul Phillips2010-05-143-50/+43
* Fixed a missed opportunity for code rewriting i...Iulian Dragos2010-05-141-16/+11
* Took advantage of my new wealth of bottom-up pa...Paul Phillips2010-05-141-65/+38
* Realized that somehow the synthetic flag on pat...Paul Phillips2010-05-131-2/+2
* Added one-way conversions from collection.{Set,...Martin Odersky2010-05-131-53/+163
* Closes #3433.Iulian Dragos2010-05-131-1/+9
* Closes #3434.Iulian Dragos2010-05-131-44/+55
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-131-1/+1
* Removed an assertion which was asserting an unt...Paul Phillips2010-05-131-17/+6
* Fixed a long standing issue with interpreter co...Paul Phillips2010-05-121-5/+5
* Notice and fail when a file given with -i is in...Paul Phillips2010-05-123-57/+66
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-123-87/+89
* Closes #3424, double definition when overriding...Iulian Dragos2010-05-121-10/+13
* [scaladoc] Closes #3351 (white space before fir...Gilles Dubochet2010-05-122-4/+5
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121009-1010/+0
* Made library build more robust when using other...Gilles Dubochet2010-05-127-241/+241
* Fix from Mirko Stocker and unit test for #3416.Miles Sabin2010-05-111-3/+9
* Corrected sizeHints for scanLeft/RightMartin Odersky2010-05-111-2/+2
* Closes #t3363. Review by extempore.Martin Odersky2010-05-111-5/+6