summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replaced pico with javacmihaylov2006-04-102-30/+12
* Added 'loop header' field to basic blocks to ea...Iulian Dragos2006-04-105-19/+14
* Removed scala/Ref.javamihaylov2006-04-106-99/+2
* removed leading tabs in files scala/tools/nsc/s...michelou2006-04-101-20/+25
* Commited a new reference compiler to rectify th...mihaylov2006-04-062-2/+2
* Rewrote All$ and AllRef$ in Scalamihaylov2006-04-063-6/+6
* Removed the unused scala.runtime.{IOMap,FHV_Has...mihaylov2006-04-063-282/+0
* Fixed several bugs in Inliners and the monitor ...Iulian Dragos2006-04-067-34/+105
* Cleaned up Definitionsmihaylov2006-04-061-59/+42
* corrected indentation in files scala/runtime/Bo...michelou2006-04-053-17/+17
* added new pending test caseMartin Odersky2006-04-051-0/+114
* Removed the source for the primitive types; cre...mihaylov2006-04-0514-1296/+158
* fixed bug562 and bug563Martin Odersky2006-04-055-2/+39
* fixed bug562 and bug563Martin Odersky2006-04-051-1/+2
* added timer for target 'dist' in file build.xmlmichelou2006-04-051-16/+23
* changed how a Fluid's ThreadLocal instance get...Lex Spoon2006-04-051-3/+4
* Fixed bug where case insensitivity breaks file ...Sean McDirmid2006-04-041-5/+13
* updated script 'test/scalatest' to also work wh...michelou2006-04-042-11/+43
* (no commit message)Martin Odersky2006-04-047-10/+68
* Cleaned up the box classesmihaylov2006-04-049-80/+23
* Removed unused methods from the code of the pri...mihaylov2006-04-039-99/+17
* Removed unnecessary primitives for scala.Unitmihaylov2006-04-031-4/+0
* Updated STARR to Scala 2.1.2Gilles Dubochet2006-04-032-2/+2
* Fixed abstract override problem detected by MoezMartin Odersky2006-04-034-2/+54
* API for DBC is built again.Gilles Dubochet2006-04-031-3/+4
* Antlib now also declares Scaladoc.Gilles Dubochet2006-04-031-2/+2
* Renamed Lattice.scala to CompleteLattice.scala ...mihaylov2006-04-031-0/+0
* Cleaned up the code of the primitive typesmihaylov2006-04-029-1025/+927
* added material for building Debian packagesLex Spoon2006-04-0212-0/+174
* Added --installedLex Spoon2006-04-021-4/+8
* added --installed and --quickLex Spoon2006-04-011-8/+12
* released version 2.1.2 of the Scala distributionv2.1.2michelou2006-03-311-3/+3
* added more functionality to test/clitestmichelou2006-03-3123-188/+832
* added conversion from methods to functions usin...Martin Odersky2006-03-311-2/+2
* added conversion from methods to functions usin...Martin Odersky2006-03-313-10/+28
* Renamed phase 'Codify' to 'LiftCode'.Gilles Dubochet2006-03-312-4/+4
* fixed several old bugsMartin Odersky2006-03-3142-0/+384
* replaying no longer adds to the replay listLex Spoon2006-03-311-9/+17
* added test case for contribBurak Emir2006-03-311-0/+7
* [backend] Do not treat equals,hashCode,toString...mihaylov2006-03-312-47/+1
* added missing cases for Star()Burak Emir2006-03-311-0/+6
* comments, plus little spec-conformance fix to d...Burak Emir2006-03-311-23/+54
* more like spec nowBurak Emir2006-03-311-1/+4
* fix of #560, continuedBurak Emir2006-03-311-1/+1
* Removed all tabs in DBC library source.Gilles Dubochet2006-03-3143-822/+819
* ise toByt, toShort, etc instead of coercemihaylov2006-03-311-7/+7
* added test case for xml libBurak Emir2006-03-312-0/+294
* test case for xml libraryBurak Emir2006-03-312-0/+230
* added :replay to the interpreterLex Spoon2006-03-303-66/+141
* fixed bugs#440,#560Burak Emir2006-03-304-148/+218