summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #2167.Iulian Dragos2009-09-011-1/+5
* Fixed #1894.Iulian Dragos2009-09-011-0/+3
* Changed createDirectory and createFile to accept aPaul Phillips2009-09-014-7/+7
* More cleanup in nsc.io, and a toByteArray() met...Paul Phillips2009-09-013-79/+35
* patch by james matlik: Enable ScalaTool to gene...Lukas Rytz2009-09-011-15/+50
* A true refactoring adventure as I attempted to ...Paul Phillips2009-09-012-202/+165
* One more try to unbreak fsc all the way.Paul Phillips2009-08-313-2/+3
* Unbreaking fsc with ensureDirectory().Paul Phillips2009-08-312-3/+3
* Fixed #1572.Iulian Dragos2009-08-312-5/+10
* Modernizing bits of scala.tools.nsc.io and incr...Paul Phillips2009-08-313-213/+169
* Fixed #1539.Iulian Dragos2009-08-312-20/+17
* Unbroke the build, sorry about that.Paul Phillips2009-08-312-2/+2
* Large Path/File/Directory checkin.Paul Phillips2009-08-304-52/+38
* I hope to have fixed the optimized build.Iulian Dragos2009-08-282-3/+7
* A bunch of cleanups around Ordered & Ordering, ...Paul Phillips2009-08-281-38/+17
* added manifests to most parts of standard libra...Martin Odersky2009-08-279-47/+60
* Fix and test case for #2187 and its duplicate #...Paul Phillips2009-08-271-1/+2
* Fix for #2240.Paul Phillips2009-08-271-1/+4
* Removed debugging printlnIulian Dragos2009-08-271-3/+1
* Fixed faulty constant propagation in the optimi...Iulian Dragos2009-08-261-5/+10
* Some functionalization achieved while trying to...Paul Phillips2009-08-261-24/+20
* Fix for #2275 with tests.Miles Sabin2009-08-252-8/+16
* checked in missing file.Martin Odersky2009-08-241-0/+6
* Refined manifest checking in preparation for ar...Martin Odersky2009-08-243-29/+51
* fixing bootstrapping problem wrt removing ident...Adriaan Moors2009-08-243-1/+4
* Taking a little more advantage of some recent a...Paul Phillips2009-08-243-84/+91