summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up code in nsc/ast/Trees.scalamichelou2006-07-031-176/+197
|
* cleanup and slight extension to xml literal par...Burak Emir2006-07-013-87/+93
| | | | | cleanup and slight extension to xml literal parsing
* liftcode now handles more trees, albeit the sym...Burak Emir2006-07-011-30/+65
| | | | | | liftcode now handles more trees, albeit the symbol handling really needs a revamping
* transmatch creates proper context for typer, an...Burak Emir2006-07-011-5/+8
| | | | | | transmatch creates proper context for typer, and returns emptytree in case of failure
* removed obsole name CharDataBurak Emir2006-07-011-1/+0
|
* renamed MainScript to ScriptRunnerLex Spoon2006-06-302-3/+2
|
* cache compiled scripts in an associated .jar fileLex Spoon2006-06-301-84/+116
|
* make classfilePath be publicLex Spoon2006-06-301-1/+1
|
* fixed a spelling errorLex Spoon2006-06-301-1/+1
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-301-123/+124
| | | | | removed leading/trailing tabs/blanks in transform/UnCurry.scala
* when zipping files together, use buffered readsLex Spoon2006-06-301-4/+5
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-301-73/+75
| | | | | removed leading/trailing tabs/blanks in transform/AddInterfaces.scala
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-302-136/+138
| | | | | removed leading/trailing tabs/blanks in transform/Mixin.scala
* commented out useless stuffBurak Emir2006-06-301-8/+8
|
* 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
|
* (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
* Fixed pattern matching bugs 401, 643Martin Odersky2006-06-285-25/+76
| | | | | | 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
* 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-271-2/+2
|
* Moved resetAttrs from UnCurry to TreesMartin Odersky2006-06-272-19/+22
|
* Fixed bugs 633, 637, 639, 640Martin Odersky2006-06-277-216/+259
|
* 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).
* added explanationsMartin Odersky2006-06-261-0/+47
|
* Improved attribute checksmihaylov2006-06-264-2/+27
|
* 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.
* fixed bug #638michelou2006-06-222-6/+12
|
* 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
|
* Prevent a conflict between [scala.throws] and [...mihaylov2006-06-221-33/+28
| | | | | Prevent a conflict between [scala.throws] and [scala.remote]
* Fixed bug 630Martin Odersky2006-06-211-6/+5
|
* 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
* Fixed test files after syntax change for closures.Martin Odersky2006-06-213-9/+37
|
* Fixed parsing problem for closuresMartin Odersky2006-06-205-11/+22
|
* Fixed bug #634mihaylov2006-06-201-1/+1
|
* Added a 'blocks' member to ExceptionHandlers wh...Iulian Dragos2006-06-205-8/+33
| | | | | | Added a 'blocks' member to ExceptionHandlers which lists the basic blocks which form the given handler.
* Fixed bug #632 and updated test file.Iulian Dragos2006-06-201-6/+6
|
* fixed "tail of empty list" error in file Synthe...michelou2006-06-191-68/+75
| | | | | fixed "tail of empty list" error in file SyntheticMethods.scala
* Runner scripts should now be compatible with So...Gilles Dubochet2006-06-192-7/+7
| | | | | Runner scripts should now be compatible with Solaris.
* removed leading/trailing tabs/blanks in file Al...michelou2006-06-191-147/+144
| | | | | removed leading/trailing tabs/blanks in file AlgebraicMatchers.scala
* oops, forgot conditionBurak Emir2006-06-191-2/+2
|
* removed delegateSequenceMatching varBurak Emir2006-06-191-1/+0
|
* cleanupBurak Emir2006-06-192-51/+24
|
* proper handling of array(xs@_*)Burak Emir2006-06-191-2/+5
|