summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (no commit message)Lex Spoon2007-05-302-0/+10
|
* Fixed a problem with previous commitmihaylov2007-05-301-1/+1
|
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-303-53/+53
| | | | | Capitalized type paremeter names in Stream and Ordered
* Renamed "interpreter" to "interactive shell" in...Lex Spoon2007-05-301-4/+6
| | | | | Renamed "interpreter" to "interactive shell" in the output messages.
* Fixed contribution #575 in immutable.HashSetmihaylov2007-05-301-1/+1
|
* Settings.tryToSet consistently returns its inpu...Lex Spoon2007-05-302-4/+4
| | | | | | | Settings.tryToSet consistently returns its input arguments if there is an error. That way, the command-line parser can consitently recognize that there is an erroneous option and abort.
* added option -Xcodebasemichelou2007-05-309-113/+274
|
* fixed bug1105Martin Odersky2007-05-301-2/+6
|
* added regression tests for bugs 1106 and 1136Adriaan Moors2007-05-304-0/+22
|
* minor changemichelou2007-05-292-5/+5
|
* fixed bug1092Martin Odersky2007-05-292-28/+24
|
* (no commit message)Lex Spoon2007-05-292-0/+15
|
* changed sort to use a merge sort, and thus perf...Lex Spoon2007-05-291-48/+57
| | | | | | changed sort to use a merge sort, and thus perform okay regardless of the input list
* fixed bug1034Martin Odersky2007-05-292-6/+12
|
* files missing from commit 11838Martin Odersky2007-05-292-6/+11
|
* fixed bugs 1143, 1136, 1102Martin Odersky2007-05-2913-50/+138
|
* uses _ARGS=%* on Windows NT or newermichelou2007-05-281-9/+11
|
* Rolling back changes on Namers and Typers.Sean McDirmid2007-05-252-114/+98
|
* (no commit message)Lex Spoon2007-05-241-1/+1
|
* In the interpreter, compile the source code of ...Lex Spoon2007-05-242-9/+51
| | | | | | | In the interpreter, compile the source code of InterpreterSettings, so that it is available even if scala-compiler is not on the interpreter's classpath.
* - run the cleanup regex for compiler error mess...Lex Spoon2007-05-241-16/+15
| | | | | | - run the cleanup regex for compiler error messages make the cleanup - regex delete a little more than it used to
* import Predefmichelou2007-05-241-14/+17
|
* moved to plugins branchLex Spoon2007-05-241-100/+0
|
* added call to ilasm in MSIL backendmichelou2007-05-244-1152/+1192
|
* fixed scaladoc commentsmichelou2007-05-241-116/+124
|
* *** empty log message ***Lex Spoon2007-05-231-0/+1
|
* fixed error message for missing *.dll'smichelou2007-05-231-149/+152
|
* *** empty log message ***Lex Spoon2007-05-231-0/+99
|
* pretty print parse trees in AnnotationArgument....Lex Spoon2007-05-231-3/+1
| | | | | pretty print parse trees in AnnotationArgument.toString
* fix to my previous fix for pickling annotation ...Lex Spoon2007-05-231-3/+11
| | | | | fix to my previous fix for pickling annotation arguments
* fixed a type error in the pickling of annotatio...Lex Spoon2007-05-231-13/+12
| | | | | fixed a type error in the pickling of annotation arguments
* (no commit message)Lex Spoon2007-05-232-1/+7
|
* minor changemichelou2007-05-221-3/+3
|
* turn off debugging of type reify by defaultLex Spoon2007-05-221-1/+1
|
* Didn't revert enough before.Sean McDirmid2007-05-221-1/+1
|
* Added by method to Range, made range configurable.Sean McDirmid2007-05-222-8/+13
|
* rolling back tests.Sean McDirmid2007-05-224-14/+7
|
* Reverted Range, documented unusual behavior. Sean McDirmid2007-05-223-36/+40
|
* Massaging compiler to integrate with IDE, no su...Sean McDirmid2007-05-2217-165/+204
| | | | | | | Massaging compiler to integrate with IDE, no supercial changes. Just don't want to get out of synch with Martin's changes. Also, changed compiler to use RichInt.until instead of Iterator.range
* Updated tests to reflect new range behavior. Sean McDirmid2007-05-224-7/+15
|
* Updated tests so they would pass.Sean McDirmid2007-05-229-53/+62
|
* fixing bug in iterator, i thinkSean McDirmid2007-05-211-1/+3
|
* Fixing bugSean McDirmid2007-05-211-1/+1
|
* Added a test with an array of integersLex Spoon2007-05-211-0/+4
|
* Annotations clean up, including:Lex Spoon2007-05-2117-165/+454
| | | | | | | | - AnnotationInfo has no type parameter. It always has a parse tree, and sometimes has a constant. - SymbolReifier is separated from LiftCode for independent use - reification into reflect.* structures handles more cases - unreify is added, for enough cases that annotations work
* Renamed Fluid to DynamicVariableLex Spoon2007-05-213-73/+98
|
* Added standard pattern matches to the commentsLex Spoon2007-05-212-0/+30
|
* (no commit message)Lex Spoon2007-05-212-0/+43
|
* Added some explicit quotation marks in the SCAL...Lex Spoon2007-05-213-6/+6
| | | | | Added some explicit quotation marks in the SCALA_OPTS examples