summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed check error for option '--jikes'michelou2006-04-241-4/+6
|
* corrected errors in script test/clitestmichelou2006-04-2410-19/+137
| | | | | added cli tests to package 'scala-test'
* 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
|
* added CLI tests for Jikes and the J9 VM (IBM)michelou2006-04-2013-288/+354
|
* Simplified runner scripts just a bit.Gilles Dubochet2006-04-205-18/+15
|
* changed value of property 'copyright' in file b...michelou2006-04-201-1/+9
| | | | | changed value of property 'copyright' in file build.xml
* updated Ant build file for testing Scala examplesmichelou2006-04-202-21/+23
| | | | | replaced 'compareTo' by 'compare' in file examples/maps.scala
* added instructions for installing Sun Java on D...michelou2006-04-191-0/+90
| | | | | added instructions for installing Sun Java on Debian
* (no commit message)Lex Spoon2006-04-191-0/+10
|
* minor description editLex Spoon2006-04-191-1/+1
|
* released version 2.1.3 of the Scala distributionv2.1.3michelou2006-04-132-5/+5
|
* Removed support for Java files in the compilermihaylov2006-04-131-39/+0
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-129-129/+176
| | | | | | | | 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-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
|