summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added notes on Java VMmichelou2007-04-201-0/+83
|
* Adapted actor examples to new exit behavior.Philipp Haller2007-04-202-7/+7
|
* Fixed Actor.exit, added continue for loop { }.Philipp Haller2007-04-203-17/+36
|
* no comment...michelou2007-04-201-31/+32
|
* - problem with normalisation in the back-end wa...Adriaan Moors2007-04-204-7/+8
| | | | | | | | - problem with normalisation in the back-end was due to Array not being - erased. Solution: don't use type-aliases in the definition of the - class scala.Array removed troublesome assert from typed1 as there are - legit cases (see added comment in Typers)
* re-comittingSean McDirmid2007-04-191-2/+0
|
* Try to commit each file individually.Sean McDirmid2007-04-191-1/+1
|
* Try to commit each file individually.Sean McDirmid2007-04-191-32/+31
|
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-192-1/+2
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* [cont'd] suppress "scala." prefix in string rep...Adriaan Moors2007-04-191-3/+3
| | | | | [cont'd] suppress "scala." prefix in string representation of types (in error messages,..) -- forgot to update these check-files
* scala.Int -> Intmichelou2007-04-191-45/+45
|
* updated tests for productElement/-Aritymichelou2007-04-1921-236/+226
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-1929-67/+70
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* updated element/arity to productElement/product...michelou2007-04-1957-551/+160
| | | | | updated element/arity to productElement/productArity
* Removed useless private var.Iulian Dragos2007-04-191-1/+0
|
* updated for-comprehension syntaxmichelou2007-04-1936-276/+273
|
* java options now set for individual testsmichelou2007-04-191-5/+11
|
* added a commentLex Spoon2007-04-191-0/+6
|
* Changed XML parser to put correct positions in ...Iulian Dragos2007-04-191-0/+1
| | | | | | Changed XML parser to put correct positions in trees for processing instructions.
* new for-comprehension syntaxmichelou2007-04-192-2/+2
|
* Fixed some icode reader issues regarding traits...Iulian Dragos2007-04-193-24/+51
| | | | | | Fixed some icode reader issues regarding traits and implementation classes.
* Unused local variables are eliminated by dead c...Iulian Dragos2007-04-192-6/+25
| | | | | Unused local variables are eliminated by dead code elimination.
* Switching over to position objects from positio...Sean McDirmid2007-04-1974-998/+1201
| | | | | | Switching over to position objects from position type parameters. Positions are no longer ints.
* (no commit message)Lex Spoon2007-04-192-0/+221
|
* use "trait" as the keyword for traits, not "class"Lex Spoon2007-04-191-2/+7
|
* for the parent class loader, choose the classLex Spoon2007-04-191-1/+1
| | | | | loader that loaded the compiler
* changed "def close" to "def close()"Lex Spoon2007-04-191-1/+1
|
* small fix in scalatestmichelou2007-04-181-1/+1
|
* fixed bug #1054, added svn propsmichelou2007-04-188-28/+70
|
* Added the JAVA_OPTS variable, so that java opti...Lex Spoon2007-04-184-4/+4
| | | | | | Added the JAVA_OPTS variable, so that java options can be specified without changing JAVACMD.
* added variable JAVA_OPTS to generated man pagesmichelou2007-04-184-12/+53
|
* added JAVA_OPTS to Windows batch fileadded JAVA...michelou2007-04-181-2/+6
| | | | | | added JAVA_OPTS to Windows batch fileadded JAVA_OPTS to Windows batch filess
* fixed bug 1056: due to mixed use of normalized ...Adriaan Moors2007-04-185-5/+18
| | | | | | | | | fixed bug 1056: due to mixed use of normalized and non-normalized types should normalize types that were previously tested by a predicate that implicitly considered the normalized type. Before, given e.g., type X = Function[String, String], ``X''.isFunctionType was true (uses symbol, which normalizes), but ``X''.typeArgs.isEmpty (the alias doesn't have any type arguments) (there are probably more cases like this, for now looked for .typeArgs)
* added support for JRE 1.7 and GIJ 4.1michelou2007-04-181-5/+10
|
* shrunk the interpreter's imports wrappers from ...Lex Spoon2007-04-181-1/+1
| | | | | shrunk the interpreter's imports wrappers from "$import" to "$iw"
* shrink the nesting of import wrappers in a few ...Lex Spoon2007-04-181-19/+153
| | | | | | | | shrink the nesting of import wrappers in a few ways: - skip imports that are shadowed by other ones - skip imports that contribute nothing to the current expression - do not create a new nesting level until an import name is actually repeated
* switched to explicit self ref syntax for some f...Martin Odersky2007-04-1710-42/+58
| | | | | switched to explicit self ref syntax for some files.
* added variable JAVA_OPTS to the generated Unix ...michelou2007-04-177-235/+263
| | | | | added variable JAVA_OPTS to the generated Unix tools
* Discard BoxedNumber with -target:msilmihaylov2007-04-172-2/+2
|
* Made scala.Collection platform-independentmihaylov2007-04-171-3/+17
|
* Improved implementation of BigInt.equalsmihaylov2007-04-171-2/+2
|
* Cleaned up test/pending/mihaylov2007-04-171-5/+0
|
* Moved some test from pending/ to files/mihaylov2007-04-179-23/+0
|
* Added descrption of the --pending option of the...mihaylov2007-04-171-0/+1
| | | | | Added descrption of the --pending option of the scalatest script
* Added 2 test cases in pending/posmihaylov2007-04-172-0/+17
|
* fixed the jvm5/annotations.scala test casemihaylov2007-04-171-3/+7
|
* added test for bug #1041michelou2007-04-163-31/+50
|
* fixed bug1041Martin Odersky2007-04-161-1/+1
|
* "fixed" bug 1040, re-opened as 1046Adriaan Moors2007-04-163-5/+12
| | | | | tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't)
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-1617-42/+52
| | | | | | | | | | | | - prefixString in SingleType suppresses scala.Predef prefixes - (sym.isPredefModule) better handling of double defs of `_' in type - params (now in enterInScope in Namers) introduced HKmode to indicate - we're typing a higher-kinded type, instead of reusing POLYmode | - TAPPmode - Typers.typedTypeConstructor does not normalize the result anymore -- now in GenICode generatedType = toTypeKind(tpt.tpe.normalize)