summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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
* moved to plugins branchLex Spoon2007-05-241-100/+0
|
* added call to ilasm in MSIL backendmichelou2007-05-244-1152/+1192
|
* *** 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
* minor changemichelou2007-05-221-3/+3
|
* turn off debugging of type reify by defaultLex Spoon2007-05-221-1/+1
|
* 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
* 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
* minor changesmichelou2007-05-215-25/+26
|
* Rich comparison (scala.runtime.Comparator.equal...Gilles Dubochet2007-05-201-4/+11
| | | | | | | | Rich comparison (scala.runtime.Comparator.equals) is not inserted when both sides of an equality are statically known to be equal and of a subtype of Number or Character. This is an optimisation — behaviour should be equivalent as their own equal methods should do ok.
* removed test outputMartin Odersky2007-05-171-1/+0
|
* fixed bug1102Martin Odersky2007-05-171-0/+2
|
* fixed bugs 1088, 1091Martin Odersky2007-05-175-4/+16
|
* fixed itay's problem with variancesMartin Odersky2007-05-161-1/+3
|
* oops, undoing previous premature commitLex Spoon2007-05-161-13/+13
|
* type: wrateRef --> writeRefLex Spoon2007-05-161-12/+13
|
* documented the pickling of annotated types andLex Spoon2007-05-161-0/+41
| | | | | of reflect Tree's, Symbol's, and Type's
* fixed 1106Adriaan Moors2007-05-151-0/+1
|
* fixed bug1112Adriaan Moors2007-05-153-4/+5
|
* fixed bug1107Martin Odersky2007-05-152-2/+5
|
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-153-19/+23
| | | | | Synced src/dotnet-library with src/library rev 11027
* added missing else blockmichelou2007-05-151-1/+2
|
* merged Burak's destructive rev11032 with rev11031michelou2007-05-152-596/+585
|
* oops, left a printlnBurak Emir2007-05-141-2/+0
|
* fixed bug 1103 and Sean's example, making marku...Burak Emir2007-05-141-591/+624
| | | | | | fixed bug 1103 and Sean's example, making markupparser error handling more defensive.
* fixed bug1084Martin Odersky2007-05-1429-184/+186
|
* (no commit message)Sean McDirmid2007-05-142-1/+3
|
* Fixed failing serialization for singletons.Iulian Dragos2007-05-141-1/+1
|
* Fixed bug #1097.Iulian Dragos2007-05-111-4/+7
|
* fixed problem with bug1001Martin Odersky2007-05-111-1/+1
|
* Fixed bug1096Martin Odersky2007-05-112-1/+4
|
* Fixed several bugs, added dependent method types.Martin Odersky2007-05-1110-61/+253
|
* </p/>michelou2007-05-102-604/+593
|
* [#1095] Changed Scalac Ant task to use default ...Gilles Dubochet2007-05-101-148/+69
| | | | | | | [#1095] Changed Scalac Ant task to use default settings from “nsc.Settings” instead of its own. This means that Scala will now be built with “vars” debug symbols.
* minor changesmichelou2007-05-102-3/+1
|
* Cosmetic changes only by indirectly all in.Sean McDirmid2007-05-101-384/+390
|
* fixed bug related to sequence + new patmat algoBurak Emir2007-05-092-9/+20
|
* added tests for contribs #460 and #461michelou2007-05-091-6/+6
|
* bug contributions fixed 460 461Burak Emir2007-05-092-74/+97
|
* removed some debug prints, simplified phonebook...Burak Emir2007-05-082-33/+32
| | | | | | removed some debug prints, simplified phonebook3, better scaladoc comments
* added CSS class "source"michelou2007-05-082-1/+6
|
* Reverted to the Int.{box,unbox}, etc way of box...mihaylov2007-05-073-99/+29
| | | | | Reverted to the Int.{box,unbox}, etc way of box/unbox representation
* fixed bug1090Adriaan Moors2007-05-072-3/+5
| | | | | widen now only normalizes when necessary
* Added no package support.Sean McDirmid2007-05-072-4/+10
|