summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added structural subtyping.Gilles Dubochet2007-06-057-18/+409
|
* Updated STARR to Scala-2.5.1-RC1michelou2007-06-054-5/+5
|
* deprecated &f, .f, requires.Martin Odersky2007-06-05124-664/+890
| | | | | Added existential types.
* fixed ilasm test in generated scriptsmichelou2007-06-051-1/+1
|
* Fixed contribution #650 in mutable.Map.getOrEls...mihaylov2007-06-051-2/+1
| | | | | Fixed contribution #650 in mutable.Map.getOrElseUpdate
* fixed methods 'urls'michelou2007-06-041-4/+6
|
* fixed classpath in method runScriptmichelou2007-06-042-27/+27
|
* ObjectRunner now recognizes -Xcodebasemichelou2007-06-042-31/+81
|
* renamed nonContinuableError -> syntaxErrorSeenLex Spoon2007-06-041-4/+4
|
* some debug output for fatal errors during typingBurak Emir2007-06-032-4/+26
|
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-033-1/+35
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* encore fix #1163, last one broke fannkuch.Burak Emir2007-06-022-42/+53
|
* fix #1163Burak Emir2007-06-022-38/+34
|
* fixed bugs 1160, 1157, 1145Martin Odersky2007-06-013-6/+12
|
* Added Reporter.flush() Lex Spoon2007-06-014-0/+12
|
* fixed bug1144Martin Odersky2007-06-013-6/+11
|
* Capitalized type params in Predef, fixed bug in...michelou2007-05-3113-213/+237
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* fixed bug in checkKindBounds (type parameters d...Adriaan Moors2007-05-313-8/+20
| | | | | fixed bug in checkKindBounds (type parameters defined outside the abstract type that was being checked, were not properly transformed using asSeenFrom) -- regression test included in commit
* fixed bug 1137Martin Odersky2007-05-302-4/+4
|
* fixed bug 1123Martin Odersky2007-05-308-8/+74
|
* 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