summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
...
* added support for notnull, first stepsMartin Odersky2007-04-307-83/+132
|
* Changed Scala's value boxing scheme to be compa...Gilles Dubochet2007-04-305-217/+278
| | | | | | | | | | | Changed Scala's value boxing scheme to be compatible with java's wrapping classes. - “Definitions” redefines what the boxed correspondants of value types are. - “GenJVM” uses the new (un)boxing methods defined in “BoxesUtility” (MSIL not updated yet). - “GenICode” special cases the “equals” method (to that of “Comparator”) in some cases to deal with Java's silly definition of equality on wrapped values. - Various other fixes (in erasure to deal properly with boxing of labelled expressions, big integers, etc.).
* re-added links to Scala sourcesmichelou2007-04-305-82/+157
|
* fixed bugs 1072, 1067, 1055, 997Martin Odersky2007-04-307-40/+80
|
* Turn array of constants into an array constant;...mihaylov2007-04-272-1/+5
| | | | | | Turn array of constants into an array constant; fixes a bug in annotation applications with array elements
* Adding eclipse meta data.Sean McDirmid2007-04-279-1414/+46
|
* sorry, my previous commit compiled fine using t...Adriaan Moors2007-04-251-1/+1
| | | | | | sorry, my previous commit compiled fine using the latest build, but it didn't compile using starr
* previous change caused cyclic references..Adriaan Moors2007-04-251-2/+3
|
* added missing .info to a symbol.typeParams..Adriaan Moors2007-04-251-2/+2
| | | | | oops!
* generates constant values in API docmichelou2007-04-253-98/+105
|
* uses new options in scaladoc generated documichelou2007-04-257-111/+205
|
* fixed test case.Martin Odersky2007-04-252-11/+26
|
* changed the comment for -XplugtypesLex Spoon2007-04-241-1/+1
|
* Use scala.Math instead of scala.compat.Mathmihaylov2007-04-245-8/+5
|
* removed actors & freinds from concurrentMartin Odersky2007-04-242-128/+130
|
* added scaladoc options and dependency checkmichelou2007-04-246-83/+146
|
* [Martin: please review] removed lateParams hackAdriaan Moors2007-04-242-56/+28
|
* fixed bug 1065Adriaan Moors2007-04-241-8/+15
| | | | | | | | This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.
* added lateFINAL class to ExplicitOuterMartin Odersky2007-04-241-1/+1
|
* updated self aliases, for-comprehensions michelou2007-04-2310-137/+142
|
* fix of typoMartin Odersky2007-04-231-2/+2
|
* some optimizations. new closure syntax.Martin Odersky2007-04-2310-47/+128
|
* updated self aliases, for-comprehension, += opsmichelou2007-04-2332-624/+621
|
* added Global.nodeToStringmichelou2007-04-202-8/+258
|
* Fixed crash for UNBOX with expected type UNIT.Iulian Dragos2007-04-201-1/+2
|
* no comment...michelou2007-04-201-31/+32
|
* - problem with normalisation in the back-end wa...Adriaan Moors2007-04-203-6/+7
| | | | | | | | - 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)
* Try to commit each file individually.Sean McDirmid2007-04-191-1/+1
|
* Try to commit each file individually.Sean McDirmid2007-04-191-32/+31
|
* updated tests for productElement/-Aritymichelou2007-04-195-82/+82
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-192-4/+7
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* updated element/arity to productElement/product...michelou2007-04-191-24/+1
| | | | | updated element/arity to productElement/productArity
* Removed useless private var.Iulian Dragos2007-04-191-1/+0
|
* updated for-comprehension syntaxmichelou2007-04-1917-120/+107
|
* 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.
* 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-1963-910/+1049
| | | | | | Switching over to position objects from position type parameters. Positions are no longer ints.
* 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
|
* fixed bug #1054, added svn propsmichelou2007-04-186-19/+54
|
* 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-184-5/+13
| | | | | | | | | 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)
* 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-176-226/+242
| | | | | added variable JAVA_OPTS to the generated Unix tools
* Discard BoxedNumber with -target:msilmihaylov2007-04-172-2/+2
|