summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Sean McDirmid2006-02-231-3/+2
|
* (no commit message)Sean McDirmid2006-02-231-4/+3
|
* (no commit message)Sean McDirmid2006-02-231-0/+2
|
* merged code in file src/compiler/scala/tools/ns...michelou2006-02-231-97/+93
| | | | | merged code in file src/compiler/scala/tools/nsc/util/ClassPath.scala
* (no commit message)Sean McDirmid2006-02-231-7/+18
|
* Checking in so I can report a resident compilat...Sean McDirmid2006-02-231-0/+310
| | | | | Checking in so I can report a resident compilation bug.
* (no commit message)mihaylov2006-02-231-0/+1
|
* added support for '-classpath' option in genera...michelou2006-02-221-0/+16
| | | | | | added support for '-classpath' option in generated file scala.bat (Windows)
* adapted code to Scala 2 syntax in files src/exa...michelou2006-02-221-40/+40
| | | | | adapted code to Scala 2 syntax in files src/examples/**/*.scala
* added a newline at end of file in src/compiler/...michelou2006-02-222-2/+2
| | | | | | added a newline at end of file in src/compiler/scala/tools/ant/templates/*-unix.tmpl
* (no commit message)Martin Odersky2006-02-224-13/+26
|
* extends Exception(msg) instead of Exception()Burak Emir2006-02-221-1/+1
|
* avoid crashing the compiler if folding constantsLex Spoon2006-02-211-3/+10
| | | | | raises an arithmetic exception
* (no commit message)Sean McDirmid2006-02-212-180/+364
|
* Turned TIMEOUT into a case object.mihaylov2006-02-212-3/+3
|
* cleaned up buggy code in file scala/tools/nsc/m...michelou2006-02-211-421/+441
| | | | | | cleaned up buggy code in file scala/tools/nsc/models/SemanticTokens.scala
* Removing bad error message when original is set...Sean McDirmid2006-02-201-29/+8
| | | | | Removing bad error message when original is set on type trees.
* Undoing the changes made on my last commit.Sean McDirmid2006-02-201-2/+2
|
* more original fixesSean McDirmid2006-02-201-2/+2
|
* Committing setPos -> setOriginal fixes before I...Sean McDirmid2006-02-201-13/+13
| | | | | Committing setPos -> setOriginal fixes before I lose them again.
* Simplified serializable attribute checkmihaylov2006-02-201-7/+2
|
* added "" around a variable usageLex Spoon2006-02-201-2/+2
|
* corrected lastIndexOf parameter in file scala/r...michelou2006-02-171-3/+5
| | | | | corrected lastIndexOf parameter in file scala/reflect/Symbol.scala
* fix^2: import Predef._ in reflect.{Symbol, Type...Martin Odersky2006-02-172-0/+4
| | | | | fix^2: import Predef._ in reflect.{Symbol, Type} to get things to recompile.
* small fix to positionsMartin Odersky2006-02-171-5/+9
|
* bug fixes: 532, 531, 530Martin Odersky2006-02-172-2/+5
|
* (no commit message)Martin Odersky2006-02-1725-89/+193
|
* Fixed the failure of the nightly buildmihaylov2006-02-171-1/+1
|
* added an extra constructor for convenienceLex Spoon2006-02-161-0/+3
|
* removed a hack for supporting the interpreter t...Lex Spoon2006-02-161-5/+0
| | | | | removed a hack for supporting the interpreter that is no longer needed
* allow templateStatSeq to work when a statement isLex Spoon2006-02-161-1/+1
| | | | | terminated by EOF instead of a semicolon
* Many, many cleanups and small improvements.Lex Spoon2006-02-162-269/+554
|
* Fixed a bug in Codification.Gilles Dubochet2006-02-161-6/+8
|
* fxd missing decl for root.symbolBurak Emir2006-02-151-4/+5
|
* changed handling of MatchError, prints string nowBurak Emir2006-02-141-0/+3
|
* changed handling of MatchError, prints string nowBurak Emir2006-02-142-26/+14
|
* Expanded Codification to support loops, conditi...Gilles Dubochet2006-02-144-15/+70
| | | | | | | Expanded Codification to support loops, conditions and assignation. Assignation is known to be highly instable and will change in the future: use at your own risks.
* Added annotations parsingmihaylov2006-02-141-10/+62
|
* Refactored ICode and added basic inlining capab...Iulian Dragos2006-02-1414-53/+278
| | | | | Refactored ICode and added basic inlining capabilities.
* Added missing constantsmihaylov2006-02-131-0/+3
|
* Added values for the type tagsmihaylov2006-02-131-0/+17
|
* Added the names of Java annotations classfile a...mihaylov2006-02-131-0/+2
| | | | | Added the names of Java annotations classfile attributes
* (no commit message)Martin Odersky2006-02-104-42/+177
|
* Interpet the scala.runtime.compat.BeanProperty ...mihaylov2006-02-102-2/+18
| | | | | | Interpet the scala.runtime.compat.BeanProperty to generate Java Beans compliant names for variable accessors
* An attribute that designates variable's accesso...mihaylov2006-02-101-0/+3
| | | | | | An attribute that designates variable's accessors names as Java Beans compliant
* (no commit message)Martin Odersky2006-02-099-145/+60
|
* (no commit message)Sean McDirmid2006-02-099-21/+60
|
* The Scala compiler is now compatible with Java ...Gilles Dubochet2006-02-071-1/+1
| | | | | The Scala compiler is now compatible with Java 1.6 beta.
* (no commit message)Martin Odersky2006-02-0614-17/+168
|
* added some quotes so that arguments with spaces...Lex Spoon2006-02-061-1/+1
| | | | | added some quotes so that arguments with spaces work fine