summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Sean McDirmid2006-01-181-4/+7
|
* added explicit type for partial function in tes...michelou2006-01-171-1/+1
| | | | | added explicit type for partial function in test/files/run/bugs.scala
* added parenthis around boolean expression in te...michelou2006-01-171-6/+6
| | | | | added parenthis around boolean expression in test/files/pos/traits.scala
* adapted code to new Scala syntax in test/files/...michelou2006-01-171-380/+300
| | | | | adapted code to new Scala syntax in test/files/run/regularpatmat.scala
* Generate static methods for inherited methods o...mihaylov2006-01-171-6/+14
| | | | | | Generate static methods for inherited methods of objects; solves the problem of inherited main method (bug contrib #107)
* added explicit type for partial functions in te...michelou2006-01-172-3/+6
| | | | | | added explicit type for partial functions in test/files/pos/eta.scala, ..
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-171-1/+1
| | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug372.scala
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-171-1/+1
| | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-173-3/+5
| | | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala, ..
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/philippe4.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug211.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/scoping1.scala
* (no commit message)Martin Odersky2006-01-176-18/+43
|
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug39.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/run/ctor-order.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-4/+4
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug267.scala
* - renamed scalanstest to scalatestmichelou2006-01-171-0/+0
|
* - scalanstest now also prints out JVM versionmichelou2006-01-171-1/+4
|
* - rolled back to scalanstest for restoring historymichelou2006-01-171-552/+0
|
* Resurrecting scalanstest from revision 5532michelou2006-01-171-0/+549
|
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-0/+552
| | | | | - also prints out version of Java runtime
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-549/+0
|
* Cleaned-up all keyword-substitution, executable...Gilles Dubochet2006-01-134-3/+3
| | | | | | Cleaned-up all keyword-substitution, executable flag and end-of-line properties of files in 'scala/trunk'
* Removed 'src/exec'.Gilles Dubochet2006-01-134-204/+0
|
* Updated Codification to actually work in presen...Gilles Dubochet2006-01-133-81/+34
| | | | | | Updated Codification to actually work in presence of functions and block. Printer has been improved a little too.
* Tried to fix sourcepath, but they still have so...Sean McDirmid2006-01-135-229/+267
| | | | | | Tried to fix sourcepath, but they still have some issues that need to be resolved deeper inside the compiler.
* not sure if this was fixed already, but changed...Sean McDirmid2006-01-131-1/+4
| | | | | | not sure if this was fixed already, but changed sourcepath default to "." so it wouldn't crash the classpath class anymore.
* - added missing $Id tagmichelou2006-01-131-30/+40
|
* - corrected $Id tagmichelou2006-01-131-2/+3
|
* The build file only creates symbolic links on U...Gilles Dubochet2006-01-121-6/+30
| | | | | | The build file only creates symbolic links on UNIX platforms, copies otherwise.
* Accidentally broke the build.Sean McDirmid2006-01-111-1/+0
|
* Getting rid of some unused Java files in scala/...Sean McDirmid2006-01-117-835/+0
| | | | | | Getting rid of some unused Java files in scala/tools/util because they now have scala equivalents in scala/tools/nsc/util.
* More stuff to support hte eclipse plugin. Sean McDirmid2006-01-1113-168/+468
| | | | | | | | * Added symbol positions to to the pickler. * Deprecated util/ClassPath.java to use ClassPath.scala, which allows for source attachments. -- maybe we should remove ClassPath.java since it is no longer used. * Added support for content outline.
* - corrected error with _PREFIX in template for ...michelou2006-01-091-1/+1
| | | | | - corrected error with _PREFIX in template for batch command
* Add new STARR release that adds a small bug fix...Gilles Dubochet2006-01-092-2/+2
| | | | | | Add new STARR release that adds a small bug fix and minor imrpovement in the ant scripts.
* - renamed _CPATH to _CLASSPATHmichelou2006-01-091-3/+3
|
* - renamed _CPATH to _CLASSPATHmichelou2006-01-091-3/+3
|
* - removed some blanksmichelou2006-01-091-5/+5
|
* - removed some blanksmichelou2006-01-091-5/+5
|
* The Scalac Ant task now supports a 'addparams' ...Gilles Dubochet2006-01-092-82/+52
| | | | | | | The Scalac Ant task now supports a 'addparams' parameter for passing custom parameters to the compiler. Build script updated to use it too: set nsc.params to add custom parameters.
* - updated template for batch command on Windowsmichelou2006-01-091-14/+38
|
* - updated template for batch command on Windows.michelou2006-01-091-14/+37
|
* ant/ScalaTool is now compatible with Java 1.4.Gilles Dubochet2006-01-091-7/+7
|
* (no commit message)Martin Odersky2006-01-095-2/+8
|
* - replaced ":" by "requires"michelou2006-01-091-3/+4
|
* Scalanstest updated to use new scala2 names for...Gilles Dubochet2006-01-091-3/+3
| | | | | Scalanstest updated to use new scala2 names for executables
* Improved the ScalaTool Ant task to be more cros...Gilles Dubochet2006-01-094-41/+59
| | | | | Improved the ScalaTool Ant task to be more cross-platform.
* New STARR release that adds new private qualifi...Gilles Dubochet2006-01-092-2/+2
| | | | | | New STARR release that adds new private qualifier and scalatool build script.
* Updated jaco.jar to remove a small but annoying...Gilles Dubochet2006-01-091-1/+1
| | | | | | Updated jaco.jar to remove a small but annoying and useless message during compilation ("no files selected for compilation").
* Updated the Ant build system:Gilles Dubochet2006-01-099-669/+585
| | | | | | | | | 1. Minor aesthetic changes to Scalac. 2. Added Ant task ScalaTool that automatically constructs wrappers for a tool. Wrapper templates are in ant/templates. 3. Modified build.xml to use ScalaTool. 4. Removed nsc/ant/NSC which is now obsolete (replaced by ant/Scalac). 5. Added a antlib.xml file that allows to load all ant tasks in one operation in an ant script.