summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 566Martin Odersky2006-04-123-6/+21
|
* Moved some files from scala/tools/util/ to scal...mihaylov2006-04-1218-28/+28
| | | | | Moved some files from scala/tools/util/ to scala/tools/nsc/io/
* Added some testsMartin Odersky2006-04-114-4/+20
|
* 1. Allowed local implicitsMartin Odersky2006-04-1113-343/+393
| | | | | | | 2. Small change in syntax to make postfix operators more robust 3. Suppresses duplicate and redundant error messages 4. Improve `bad signature' diagnostics
* Deleted files in scala/tools/nsc/iomihaylov2006-04-114-286/+0
|
* Rewrote the files in scala/tools/util/ in Scalamihaylov2006-04-1129-1218/+945
|
* Introduced properties for the individual source...mihaylov2006-04-101-20/+23
| | | | | | Introduced properties for the individual source directories (library, dbc, compiler)
* added attributes 'source', 'target' and 'deprec...michelou2006-04-101-0/+22
| | | | | | added attributes 'source', 'target' and 'deprecation' to task 'javac' in file build.xml
* Replaced pico with javacmihaylov2006-04-102-30/+12
|
* Added 'loop header' field to basic blocks to ea...Iulian Dragos2006-04-105-19/+14
| | | | | | Added 'loop header' field to basic blocks to ease Andre's computation of the cut set.
* Removed scala/Ref.javamihaylov2006-04-106-99/+2
|
* removed leading tabs in files scala/tools/nsc/s...michelou2006-04-101-20/+25
| | | | | removed leading tabs in files scala/tools/nsc/symtab/Definitions.scala
* Commited a new reference compiler to rectify th...mihaylov2006-04-062-2/+2
| | | | | | Commited a new reference compiler to rectify the bootstrap problem introduced with revision 7077
* Rewrote All$ and AllRef$ in Scalamihaylov2006-04-063-6/+6
|
* Removed the unused scala.runtime.{IOMap,FHV_Has...mihaylov2006-04-063-282/+0
| | | | | Removed the unused scala.runtime.{IOMap,FHV_Hash,AtomicReference} Java classes
* Fixed several bugs in Inliners and the monitor ...Iulian Dragos2006-04-067-34/+105
| | | | | Fixed several bugs in Inliners and the monitor crash in jvm.
* Cleaned up Definitionsmihaylov2006-04-061-59/+42
|
* corrected indentation in files scala/runtime/Bo...michelou2006-04-053-17/+17
| | | | | corrected indentation in files scala/runtime/Boxed<pt>.java
* added new pending test caseMartin Odersky2006-04-051-0/+114
|
* Removed the source for the primitive types; cre...mihaylov2006-04-0514-1296/+158
| | | | | | Removed the source for the primitive types; create them in the compiler (in class Definitions) instead
* 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
| | | | | changed how a Fluid's ThreadLocal instance gets its initial value
* Fixed bug where case insensitivity breaks file ...Sean McDirmid2006-04-041-5/+13
| | | | | Fixed bug where case insensitivity breaks file structure.
* updated script 'test/scalatest' to also work wh...michelou2006-04-042-11/+43
| | | | | updated script 'test/scalatest' to also work when packaged with sbaz
* (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 unused methods from the code of the primitive types
* 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
| | | | | | Renamed Lattice.scala to CompleteLattice.scala to correspond to the name of the class it defines
* 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
| | | | | corrected bug in file scala/concurrent/pilib.scala
* added conversion from methods to functions usin...Martin Odersky2006-03-311-2/+2
| | | | | added conversion from methods to functions using prefix operator `&'
* added conversion from methods to functions usin...Martin Odersky2006-03-313-10/+28
| | | | | added conversion from methods to functions using prefix operator `&'
* 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
| | | | | [backend] Do not treat equals,hashCode,toString as primitive operations
* 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
| | | | | comments, plus little spec-conformance fix to descendants