summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* removed leading/trailing tabs/blanks in nsc/ast...michelou2006-06-301-624/+621
| | | | | removed leading/trailing tabs/blanks in nsc/ast/Parsers.scala
* (no commit message)Martin Odersky2006-06-291-0/+2
|
* Fixed xmlstuff problem anf bugs 401, 643Martin Odersky2006-06-293-24/+19
|
* also display version number when build is stabl...michelou2006-06-291-2/+2
| | | | | also display version number when build is stable (or not)
* updated cli test, added test for multiline stringsmichelou2006-06-299-196/+220
|
* (no commit message)Martin Odersky2006-06-291-1/+14
|
* Disabled search implicits and tryTypedApply whe...Martin Odersky2006-06-291-2/+3
| | | | | Disabled search implicits and tryTypedApply when after typer phase
* (no commit message)Martin Odersky2006-06-281-0/+91
|
* Fixed pattern matching bugs 401, 643Martin Odersky2006-06-286-25/+78
| | | | | | Added multiline string literals Some small refactoring
* (no commit message)Martin Odersky2006-06-281-2/+8
|
* removed leading/trailing tabs/blanks in symtab/...michelou2006-06-282-369/+373
| | | | | removed leading/trailing tabs/blanks in symtab/StdNames.scala
* Fixed a bug in Array.rangemihaylov2006-06-281-1/+1
|
* fix #645Burak Emir2006-06-281-2/+9
|
* removed leading/trailing tabs/blanks in file tr...michelou2006-06-281-48/+49
| | | | | removed leading/trailing tabs/blanks in file transform/Flatten.scala
* Fixed bug 639; added test files for bug630, bug631Martin Odersky2006-06-275-9/+16
|
* Moved resetAttrs from UnCurry to TreesMartin Odersky2006-06-272-19/+22
|
* Fixed bug fixesMartin Odersky2006-06-274-0/+33
|
* Fixed bugs 633, 637, 639, 640Martin Odersky2006-06-2717-222/+319
|
* Added a new method 'browse' which takes an arbi...Iulian Dragos2006-06-271-1/+16
| | | | | | Added a new method 'browse' which takes an arbitrary AST node (as opposed to a whole program).
* Small refactoring of ResizableArray/ArrayBuffermihaylov2006-06-273-23/+26
|
* added explanationsMartin Odersky2006-06-261-0/+47
|
* Improved attribute checksmihaylov2006-06-264-2/+27
|
* fixed method 'text'Burak Emir2006-06-261-2/+8
|
* cleaned up import statements in src/actors/ filesmichelou2006-06-257-102/+88
|
* Small clean-ups in actor library.Philipp Haller2006-06-237-22/+10
|
* temporary fix (';' required !?) in Node declara...michelou2006-06-231-1/+1
| | | | | temporary fix (';' required !?) in Node declaration
* added svn:keywords and file header to files in ...michelou2006-06-2333-252/+611
| | | | | added svn:keywords and file header to files in src/actors/
* Resolved conflict in actor example.Philipp Haller2006-06-231-0/+1
|
* fixed class name in example actors/counter.scalamichelou2006-06-231-2/+2
|
* Corrected comment about the state of the AST fo...Gilles Dubochet2006-06-221-1/+1
| | | | | Corrected comment about the state of the AST for each phase.
* added missing check file for scaladocmichelou2006-06-221-0/+12
|
* removed 'mixin' from files in docs/examples/michelou2006-06-222-5/+8
|
* fixed bug #638michelou2006-06-223-9/+48
|
* tweaked the output and the check fileLex Spoon2006-06-222-2/+2
|
* (no commit message)Lex Spoon2006-06-221-0/+0
|
* 1a.Lex Spoon2006-06-221-2/+40
| | | | | | | | | 1b. Add "." to the classpath if the user does not specify any classpath at all. 2. Handle exceptions that are now thrown by ObjectRunner, that is: ClassNotFoundException, NoSuchMethodError, and InvocationTargetException. For InvocationTargetException, go ahead and print a stack trace.
* Do not suppress ClassNotFoundException, NoSuchM...Lex Spoon2006-06-221-10/+9
| | | | | | Do not suppress ClassNotFoundException, NoSuchMethodError, or InvocationTargetException. Document that the caller must handle them.
* added -cp as an abbreviation for -classpathLex Spoon2006-06-221-1/+4
|
* removed leading/trailing tabs/blanks in library...michelou2006-06-223-278/+273
| | | | | removed leading/trailing tabs/blanks in library files
* removed an extraneous "env"Lex Spoon2006-06-221-2/+2
|
* document the classpath handlingLex Spoon2006-06-221-1/+8
|
* - put manpages in a "man1" directoryLex Spoon2006-06-221-3/+4
| | | | | - updated scaladoc invocation, copied from SABUS
* be clearer about the ability of JAVACMD to incl...Lex Spoon2006-06-221-8/+12
| | | | | be clearer about the ability of JAVACMD to include JVM options
* Renamed 2 files in the actor library to prevent...mihaylov2006-06-222-14/+8
| | | | | | Renamed 2 files in the actor library to prevent their unnecessary recompilation
* Prevent a conflict between [scala.throws] and [...mihaylov2006-06-221-33/+28
| | | | | Prevent a conflict between [scala.throws] and [scala.remote]
* implemented test_add_file()michelou2006-06-221-11/+35
|
* Fixed bug 630Martin Odersky2006-06-211-6/+5
|
* added package name to actors examplesmichelou2006-06-212-13/+18
|
* Fixed bug 629 by moving some code from RefCheck...Martin Odersky2006-06-212-9/+24
| | | | | Fixed bug 629 by moving some code from RefChecks to SuperAccessors
* Added actors library.Philipp Haller2006-06-2173-1/+4916
|