summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bugs 570/571.v2.1.4Iulian Dragos2006-05-011-1/+6
|
* fixed bug 581Martin Odersky2006-04-281-1/+1
|
* measured size of pickled dataMartin Odersky2006-04-281-0/+3
|
* fixed bug 577Martin Odersky2006-04-281-1/+1
|
* removed leading/trailing tabs/blanks in file ns...michelou2006-04-281-384/+385
| | | | | | removed leading/trailing tabs/blanks in file nsc/symtab/Types.scala corrected special characters ('<' -> &lt;) in Scala comments
* removed leading/trailing tabs/blanks in files C...michelou2006-04-272-210/+221
| | | | | | removed leading/trailing tabs/blanks in files Constructors.scala and LambdaLift.scala
* 1. fixed bugs 578+579Martin Odersky2006-04-2711-81/+84
| | | | | | | 2. optimization: don't emit any code guarded by an if which is constant-false 3. Changed treatment of startContext to get rid of -nopredefs (but no success there yet)
* updated copyright notice and removed semicolonsmichelou2006-04-271-14/+15
|
* removed leading/trailing tabs/blanks in file Sy...michelou2006-04-271-5/+5
| | | | | removed leading/trailing tabs/blanks in file SymbolTable.scala
* removed leading/trailing tabs and blanks in fil...michelou2006-04-271-29/+26
| | | | | removed leading/trailing tabs and blanks in file Global.scala
* added loadStringLex Spoon2006-04-271-1/+5
|
* added subroutine 'set_home' in batch commandsmichelou2006-04-262-10/+20
|
* (no commit message)Martin Odersky2006-04-252-1/+4
|
* updated batch files to work on older Windows sy...michelou2006-04-252-2/+10
| | | | | updated batch files to work on older Windows systems (variable %~dsp0)
* uncommented override varBurak Emir2006-04-253-5/+5
|
* possible fix of presentation compiler crashesMartin Odersky2006-04-251-1/+1
|
* (no commit message)Martin Odersky2006-04-255-9/+30
|
* Fixed bug #567mihaylov2006-04-251-1/+1
|
* cleaned up interpreter codemichelou2006-04-252-51/+38
|
* tiny change to produced/consumed for CALL_METHODLex Spoon2006-04-241-2/+5
|
* signal a build failure if the compiler reports ...Lex Spoon2006-04-241-16/+17
| | | | | signal a build failure if the compiler reports any errors
* Corrected bug #569.Gilles Dubochet2006-04-241-1/+1
|
* commentBurak Emir2006-04-211-1/+3
|
* dont munch exceptionBurak Emir2006-04-211-1/+3
|
* Simplified runner scripts just a bit.Gilles Dubochet2006-04-205-18/+15
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-127-121/+164
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* Fixed bug 566Martin Odersky2006-04-122-6/+17
|
* Moved some files from scala/tools/util/ to scal...mihaylov2006-04-1217-27/+27
| | | | | Moved some files from scala/tools/util/ to scala/tools/nsc/io/
* 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
|
* 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-102-30/+0
|
* 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
* 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-066-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
* Removed the source for the primitive types; cre...mihaylov2006-04-0512-1294/+156
| | | | | | Removed the source for the primitive types; create them in the compiler (in class Definitions) instead
* 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
|