summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* updated element/arity to productElement/product...michelou2007-04-191-24/+1
* 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
* Fixed some icode reader issues regarding traits...Iulian Dragos2007-04-193-24/+51
* Unused local variables are eliminated by dead c...Iulian Dragos2007-04-192-6/+25
* Switching over to position objects from positio...Sean McDirmid2007-04-1963-910/+1049
* 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
* 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
* fixed bug 1056: due to mixed use of normalized ...Adriaan Moors2007-04-184-5/+13
* shrunk the interpreter's imports wrappers from ...Lex Spoon2007-04-181-1/+1
* shrink the nesting of import wrappers in a few ...Lex Spoon2007-04-181-19/+153
* switched to explicit self ref syntax for some f...Martin Odersky2007-04-1710-42/+58
* added variable JAVA_OPTS to the generated Unix ...michelou2007-04-176-226/+242
* Discard BoxedNumber with -target:msilmihaylov2007-04-172-2/+2
* fixed bug1041Martin Odersky2007-04-161-1/+1
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-165-20/+30
* refactored typer.Martin Odersky2007-04-132-308/+360
* changes to parser for 409/877.Martin Odersky2007-04-136-104/+92
* updated check filesmichelou2007-04-131-13/+13
* removed warnings (and tabs)michelou2007-04-131-48/+58
* removed warningsmichelou2007-04-131-24/+26
* added early field initialization.Martin Odersky2007-04-129-96/+159
* fixed bug 1039Adriaan Moors2007-04-121-2/+4
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-124-21/+52
* - fixed printout for assignment statementsLex Spoon2007-04-111-11/+16
* fixed problem with compiling bug115Martin Odersky2007-04-111-1/+1
* more changes to support early inits.Martin Odersky2007-04-103-76/+100
* uses singleton type for value globalmichelou2007-04-101-3/+2
* added more options to scaladoc Ant taskmichelou2007-04-102-418/+500
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-1012-200/+141
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0628-534/+951
* small changes to supercallsMartin Odersky2007-04-052-7/+15
* cleanup up imports in Ant tasksmichelou2007-04-052-23/+14
* explicit supercalls + new style for syntax + ba...Martin Odersky2007-04-0410-74/+135
* removed unsealedClass in Definitionsmichelou2007-04-031-30/+11
* Trying to fix the build....Sean McDirmid2007-04-031-2/+2
* Removing 1.5 specific APIsSean McDirmid2007-04-032-10/+13
* Fixed isUnbox/isBox methods.Iulian Dragos2007-04-031-2/+2
* - annotations on types use lifted reflect trees...Lex Spoon2007-04-017-29/+616
* 1.Lex Spoon2007-04-012-81/+118
* fixed bug1013Martin Odersky2007-03-302-2/+2
* fixed bug1017Martin Odersky2007-03-301-14/+27
* fixed bug1024.Martin Odersky2007-03-306-10/+22
* assumes () parameterless if overridden method h...Martin Odersky2007-03-301-10/+15
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-302-12/+12