summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-116-16/+11
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-1127-101/+132
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-111-0/+11
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-115-7/+11
* 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
* Missing files from last checkinMartin Odersky2009-09-102-6/+2
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-1075-2386/+3199
* 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-096-30/+123
* Applied patch fixing #2306.Miles Sabin2009-09-091-5/+20
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-0918-133/+65
* If a ControlException propagates to the top of ...Miles Sabin2009-09-091-7/+11
* added a few @serializable annotations, added @S...michelou2009-09-0813-185/+228
* Reintegrated DoubleLinkedList, SynchronizedBuff...Philipp Haller2009-09-084-25/+47
* 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-0721-1332/+963
* Fixed crash on specialized inner classes.Iulian Dragos2009-09-072-4/+12
* Converts some "lazy vals by hand" (probably pre...Paul Phillips2009-09-064-149/+100
* Created NoStackTrace trait and mixed it into Co...Paul Phillips2009-09-056-30/+25
* Removed custom UTF8 encoding implementation, de...Paul Phillips2009-09-056-122/+81
* Minor refinements to recent patches, and the re...Paul Phillips2009-09-052-46/+41
* some changes and additions to move to new arrays.Martin Odersky2009-09-0425-147/+621
* 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
* Rewrite of the actor MessageQueue, adding a tra...Paul Phillips2009-09-022-123/+85
* 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-013-12/+12
* Since I began using scala I have sought an appe...Paul Phillips2009-09-011-1/+28
* Fixed #2117.Iulian Dragos2009-09-011-1/+1
* Fixed #2123.Iulian Dragos2009-09-012-1/+6
* Fixed #2167.Iulian Dragos2009-09-011-1/+5
* Further organization of File/Path/Directory.Paul Phillips2009-09-013-4/+46
* Fixed #1894.Iulian Dragos2009-09-011-0/+3
* Changed createDirectory and createFile to accept aPaul Phillips2009-09-016-22/+18
* Factored the InputStream-based implementations ...Paul Phillips2009-09-014-65/+119
* More cleanup in nsc.io, and a toByteArray() met...Paul Phillips2009-09-015-82/+62
* 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-315-3/+8
* Unbreaking fsc with ensureDirectory().Paul Phillips2009-08-313-3/+7
* 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