summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* to fix varies conditions of removed source/clas...dcaoyuan2009-11-181-6/+23
* Fixed #2631dcaoyuan2009-11-181-7/+63
* More minor removals and some cleanups of !!!s a...Paul Phillips2009-11-185-37/+5
* Removing bits from the library which shouldn't ...Paul Phillips2009-11-1812-329/+21
* Partial fix for #2625.Paul Phillips2009-11-171-3/+4
* Allow implicit modifier on single-parameter fun...Martin Odersky2009-11-171-1/+9
* More String.isEmpty breakage.Miles Sabin2009-11-171-1/+1
* Contents of scala.Math moved into scala.math pa...Paul Phillips2009-11-174-14/+8
* Fix and test case for #2636.Paul Phillips2009-11-171-2/+5
* Fix for #2647.Paul Phillips2009-11-162-6/+5
* Some organization & duplication removal in RefC...Paul Phillips2009-11-161-172/+201
* A lot of minor code adjustments to ease the bur...Paul Phillips2009-11-167-342/+317
* Some organization & duplication removal in GenI...Paul Phillips2009-11-163-446/+377
* Minor pickler organization stemming from optimi...Paul Phillips2009-11-162-149/+111
* Faster optimizer by caching successors/predeces...Iulian Dragos2009-11-1611-113/+135
* Fixed #2323; made Pickler do the right thing.Martin Odersky2009-11-162-7/+12
* Fixed #2627.Miles Sabin2009-11-161-1/+2
* Corrected help syntax for -Ybuilder-debug.Miles Sabin2009-11-151-1/+2
* Fixed #2627.Miles Sabin2009-11-152-34/+35
* Fixed #1459Martin Odersky2009-11-152-11/+11
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-157-90/+98
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-143-29/+14
* Fixes #1477 by requiring that abstract types wi...Martin Odersky2009-11-131-0/+3
* fixed #1236Adriaan Moors2009-11-132-11/+12
* fixed scala-devel sbaz packageLukas Rytz2009-11-131-1/+1
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-126-29/+85
* Moved those bits of Predef into the scala packa...Paul Phillips2009-11-123-70/+55
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-1219-262/+12
* Merge branch 'ticket/2594'Adriaan Moors2009-11-121-5/+26
* documentation for fix of #2482Adriaan Moors2009-11-121-6/+7
* Slight opimization of previous checkin.Martin Odersky2009-11-121-1/+3
* Fixed #2482Martin Odersky2009-11-121-1/+7
* added hooks so that BigInt, BigDecimal can do t...Martin Odersky2009-11-125-16/+50
* fixed #2454Adriaan Moors2009-11-125-27/+54
* fixed #2587Adriaan Moors2009-11-123-47/+56
* Fixed #2517 Martin Odersky2009-11-124-14/+51
* avoid illegal forward references by moving synt...Lukas Rytz2009-11-121-1/+1
* Removed some duplicated functions.Paul Phillips2009-11-126-12/+6
* Allow protected access to constructor in superc...Martin Odersky2009-11-121-1/+1
* fix #2488.Lukas Rytz2009-11-121-1/+4
* removed disabled filesAntonio Cunei2009-11-125-850/+0
* fixed #2470.Lukas Rytz2009-11-123-5/+27
* Forgot to commit Changes.scala in previous commitv2.8-divergedHubert Plociniczak2009-11-112-4/+5
* Partial fix for #2581.Hubert Plociniczak2009-11-111-0/+9
* fixed #2546 using patch from dlwh -- please rev...Adriaan Moors2009-11-112-34/+28
* The preferred way to convert between primitives...Paul Phillips2009-11-1111-80/+80
* Promotes reverseMap out of List into SeqLike as...Paul Phillips2009-11-112-20/+19
* Queue - several bugs fixed, particular one not ...Aleksandar Pokopec2009-11-111-11/+34
* In dequeueAll there was a bug checking if colle...Aleksandar Pokopec2009-11-101-1/+1
* Changed the ctor of the LinkedList so that it i...Aleksandar Pokopec2009-11-101-2/+4