summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant method isValueType.Paul Phillips2009-09-233-11/+5
* Removed StringVector and all uses thereof.Paul Phillips2009-09-234-15/+10
* Support code I need for certain equality strate...Paul Phillips2009-09-222-9/+23
* fixed doArgs (Settings.scala) and loadFrom (Plu...michelou2009-09-223-46/+51
* improved patch from james matlikLukas Rytz2009-09-221-0/+13
* Attempt at fix for lift crash on 2.7.6Martin Odersky2009-09-221-18/+29
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-2221-93/+142
* Removed 150,000 unnecessary boxings. InterestingPaul Phillips2009-09-211-4/+4
* Changed vt-warning workaround to enable the set...Paul Phillips2009-09-211-0/+3
* Re-enabled the self-type check which was breaki...Paul Phillips2009-09-211-16/+13
* new arrays are done.Martin Odersky2009-09-2116-269/+221
* Attention drawn toward MarkupParsers, I found I...Paul Phillips2009-09-211-327/+260
* Fix for #2354, and made the surrounding XML par...Paul Phillips2009-09-191-118/+89
* Fixed the crash in the optimizer for nested exc...Iulian Dragos2009-09-1811-43/+38
* new starr, with some changes to varargs handling.Martin Odersky2009-09-1720-81/+139
* Cleaning code: removed unused methods, type lit...Gilles Dubochet2009-09-164-21/+12
* Temporarily disabled the check which is breakin...Paul Phillips2009-09-161-13/+16
* Fix and test case for #2081.Paul Phillips2009-09-151-10/+24
* Proposed (ideally destined for improvement and/...Paul Phillips2009-09-141-1/+3
* Added -Ynewarrays option which generates new ar...Martin Odersky2009-09-133-36/+84
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-1118-911/+1295
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-111-6/+7
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-111-0/+11
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-112-5/+3
* Fixed #2201 (slight rewrite of paulp's patch at...Adriaan Moors2009-09-112-9/+27
* fix #2268Lukas Rytz2009-09-112-2/+10
* Make sure that last fix is only applied in inte...Miles Sabin2009-09-101-7/+14
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-104-60/+51
* Try harder to preserve type information in inco...Miles Sabin2009-09-101-0/+7
* Unbreaking the plugin.Paul Phillips2009-09-092-1/+4
* Generalized -Xdisable-assertions into an annota...Paul Phillips2009-09-094-29/+52
* Applied patch fixing #2306.Miles Sabin2009-09-091-5/+20
* If a ControlException propagates to the top of ...Miles Sabin2009-09-091-7/+11
* added a few @serializable annotations, added @S...michelou2009-09-081-2/+11
* Slight tweak to positions of dealised terms.Miles Sabin2009-09-071-1/+1
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-0711-648/+905
* Fixed crash on specialized inner classes.Iulian Dragos2009-09-072-4/+12
* Converts some "lazy vals by hand" (probably pre...Paul Phillips2009-09-063-149/+98
* Removed custom UTF8 encoding implementation, de...Paul Phillips2009-09-052-28/+21
* some changes and additions to move to new arrays.Martin Odersky2009-09-042-10/+22
* Fixed #2095.Iulian Dragos2009-09-041-0/+2
* Fixed #1857.Iulian Dragos2009-09-041-1/+2
* Fixed #2317.Iulian Dragos2009-09-041-0/+5
* Getting docs.comp building again.Paul Phillips2009-09-031-5/+5
* Fixed accesses to Scala inner classes from Java.Iulian Dragos2009-09-031-1/+1
* Added an alias for '-optimize' and fixed the op...Iulian Dragos2009-09-022-2/+6
* fixed #2266 (partially) and #2305Adriaan Moors2009-09-021-1/+4
* A few minor bugfixes for recent work.Paul Phillips2009-09-011-1/+1
* Fixed #2117.Iulian Dragos2009-09-011-1/+1
* Fixed #2123.Iulian Dragos2009-09-012-1/+6