summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug562 and bug563Martin Odersky2006-04-051-2/+6
|
* fixed bug562 and bug563Martin Odersky2006-04-051-1/+2
|
* 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.
* (no commit message)Martin Odersky2006-04-043-10/+22
|
* 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
|
* Fixed abstract override problem detected by MoezMartin Odersky2006-04-032-2/+2
|
* 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 more functionality to test/clitestmichelou2006-03-311-4/+2
| | | | | 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-312-4/+22
| | | | | 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-311-0/+30
|
* replaying no longer adds to the replay listLex Spoon2006-03-311-9/+17
|
* [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
* 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 :replay to the interpreterLex Spoon2006-03-303-66/+141
|
* fixed bugs#440,#560Burak Emir2006-03-302-148/+195
|
* Fixed more SVN propertiesGilles Dubochet2006-03-305-4/+4
|
* Updated UNIX script templates to be Posix Shell...Gilles Dubochet2006-03-302-15/+21
| | | | | Updated UNIX script templates to be Posix Shell (sh) compatible.
* renamed args to tsBurak Emir2006-03-301-2/+2
|
* renamed mkSequence to mkArrayValueBurak Emir2006-03-301-3/+5
|
* fixed svn properties of NonLocalReturnException...mihaylov2006-03-301-1/+3
| | | | | fixed svn properties of NonLocalReturnException.scala
* corrected "%1"=="" to (%1)==() in file generic-...michelou2006-03-281-2/+4
| | | | | corrected "%1"=="" to (%1)==() in file generic-windows.tmpl
* reintroduced attribute 'bootclasspath' in Ant t...michelou2006-03-285-22/+58
| | | | | reintroduced attribute 'bootclasspath' in Ant task 'ScalaTool'
* Automatic file encoding detection is now Java 1...Gilles Dubochet2006-03-281-16/+16
| | | | | Automatic file encoding detection is now Java 1.4 compatible.
* fixed bugs 555, 432Martin Odersky2006-03-282-9/+11
|
* Added BoxedArray.toArray method to override Seq...mihaylov2006-03-281-0/+7
| | | | | Added BoxedArray.toArray method to override Seq.toArray for efficiency
* Moved codification to its own phase.Gilles Dubochet2006-03-2710-500/+539
|
* fixed bug 556Martin Odersky2006-03-271-23/+27
|
* Scalac now uses the default character encoding ...Gilles Dubochet2006-03-271-1/+2
| | | | | | Scalac now uses the default character encoding when -encoding is not set. Fixed bug #525.
* Modified Scalac settings so that, when not used...Gilles Dubochet2006-03-271-3/+6
| | | | | | Modified Scalac settings so that, when not used with the scalac script, the JVM user class path is used when -classpath is not set.
* Not touching source code in scala.runtime, its ...Sean McDirmid2006-03-271-1/+5
| | | | | Not touching source code in scala.runtime, its magical.
* 1.Martin Odersky2006-03-276-159/+185
| | | | | | 2. Cleaned up search of implicit names to make it conformant to the spec. 3. Made Sean's SOURCE CHANGE messages dependent on option -debug.
* moving the interdf code out of the compiler/lib...Lex Spoon2006-03-274-496/+1
| | | | | moving the interdf code out of the compiler/library tree
* minor corrections to the consumed and produced ...Lex Spoon2006-03-271-6/+9
| | | | | | minor corrections to the consumed and produced methods of several opcode classes
* undid import Predef._, after resolving dependen...Burak Emir2006-03-2510-20/+1
| | | | | undid import Predef._, after resolving dependency in TopScope.
* undid consolidation in object XML, and added im...Burak Emir2006-03-2516-26/+29
| | | | | | undid consolidation in object XML, and added import Predef._ to all files that needed it. strange.
* consolidated constants in object XMLBurak Emir2006-03-253-8/+9
|
* removed type alias for uniformityBurak Emir2006-03-251-2/+2
|
* removed some type aliases form uniformityBurak Emir2006-03-2512-49/+71
|