summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* removing PagedSeq.scala from dotnet-libraryLukas Rytz2008-04-091-0/+1
* CLRTypes: mutable sequence was modified while i...Lukas Rytz2008-04-091-3/+2
* Renamed method pending in Actor trait to mailbo...Philipp Haller2008-04-091-4/+4
* Fixed #734 issue with filename encoding.Geoffrey Washburn2008-04-091-2/+2
* Fixed equality to be symmetric with respect to ...Geoffrey Washburn2008-04-082-2/+4
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-081-6/+5
* Copied old implementation of Console to the jvm...Geoffrey Washburn2008-04-081-0/+345
* Eliminated either per #708.Geoffrey Washburn2008-04-082-553/+0
* fixed t607, t699Martin Odersky2008-04-088-46/+28
* improved isCoDefinedMartin Odersky2008-04-071-4/+2
* Fixed issue that caused neg tests to succeed if...Philipp Haller2008-04-071-1/+27
* removed some files (the stuff in scala.util.mat...Martin Odersky2008-04-0713-918/+17
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-0717-69/+482
* Fixing infinite loop bug in type checker.Sean McDirmid2008-04-071-2/+13
* More stubs for MSIL, but I do not have the pati...Geoffrey Washburn2008-04-0710-0/+9
* Closer to having MSIL build again.Geoffrey Washburn2008-04-0758-3/+68
* Fixed android build.Geoffrey Washburn2008-04-071-0/+1
* More reorg.Geoffrey Washburn2008-04-0786-0/+0
* New reorg planGeoffrey Washburn2008-04-0792-0/+0
* Use toString() instead of toString in the inter...Geoffrey Washburn2008-04-071-2/+2
* Undid 14522 for now.Geoffrey Washburn2008-04-071-5/+6
* This might fix things until the unreachable cod...Geoffrey Washburn2008-04-071-8/+8
* test and fix for #631pradel2008-04-071-7/+17
* fixed #495Burak Emir2008-04-071-1/+5
* fixed #422Burak Emir2008-04-071-0/+2
* fixed #346Burak Emir2008-04-072-8/+11
* fixed #522Burak Emir2008-04-071-4/+8
* fixed some typos in the scaladoc commentsLex Spoon2008-04-071-5/+5
* fixed #671Burak Emir2008-04-061-25/+5
* 'busy waiting? you're not serious' said the Thr...Burak Emir2008-04-061-2/+4
* solved Walter Chang's slow InputStream issue (u...Burak Emir2008-04-061-1/+4
* scala.swing update, reverted Martin's changesNAME2008-04-0625-34/+295
* Enhanced @see tag in scaladoc:Iulian Dragos2008-04-053-9/+57
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-045-62/+85
* Fixed #711.Philipp Haller2008-04-041-1/+2
* Cleaned up unused directories.Geoffrey Washburn2008-04-0464-0/+0
* The great library reorg!Geoffrey Washburn2008-04-04178-0/+0
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+3
* Changed signature on reduceLeft/Right per ticke...Geoffrey Washburn2008-04-044-10/+18
* applied patch of t0698Lukas Rytz2008-04-041-1/+1
* Fixed #249Philipp Haller2008-04-031-2/+18
* Decided that it did not make sense to express p...Geoffrey Washburn2008-04-032-12/+6
* First complete draft of the equivalence, partia...Geoffrey Washburn2008-04-033-13/+148
* Fixed #694.Philipp Haller2008-04-031-12/+5
* Added signum functions.Geoffrey Washburn2008-04-031-2/+13
* removed contractiveness requirement for implici...Martin Odersky2008-04-024-15/+55
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-0254-116/+110
* added requires and ensuring methods.Martin Odersky2008-04-021-3/+21
* Fixed useless assignment when defining dummy 't...Iulian Dragos2008-04-021-0/+4
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-021-63/+37