summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-084-4/+550
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-083-64/+60
|
* Uncommented the private[scala] access modifier ...mihaylov2006-03-082-3/+2
| | | | | | Uncommented the private[scala] access modifier of class ::'s constructor paremeter
* Removed unnecessary filesmihaylov2006-03-072-113/+0
|
* Do not generate mirros classes for nested objectsmihaylov2006-03-071-9/+14
|
* prepend user-specified classpath to Scala class...michelou2006-03-071-1/+1
| | | | | prepend user-specified classpath to Scala classpath in batch commands
* added copyright notice and cleaned up code in s...michelou2006-03-072-190/+174
| | | | | | added copyright notice and cleaned up code in scala/tools/nsc/doc/Doc*.scala
* added attribute 'remote' to method '$tag' in sc...michelou2006-03-071-2/+3
| | | | | added attribute 'remote' to method '$tag' in scala.ScalaObject
* allow specifying the link of the generated adve...Lex Spoon2006-03-071-4/+20
| | | | | allow specifying the link of the generated advertisement file
* allow the interpreter to be called with a file ...Lex Spoon2006-03-074-40/+74
| | | | | allow the interpreter to be called with a file on the command line
* removed implicit import of java.io.Console (Jav...michelou2006-03-061-26/+22
| | | | | | removed implicit import of java.io.Console (Java 6), cleaned up code (copyright, tabs, ..)
* fixed compilation problemmihaylov2006-03-052-2/+2
|
* Rearranged header and updated copyright infomihaylov2006-03-05162-222/+1100
|
* use 'mixin/abstract class' instead of 'trait'mihaylov2006-03-0411-34/+21
|
* Remove files that were not required for compila...Gilles Dubochet2006-03-0330-2176/+0
| | | | | | Remove files that were not required for compilation. Clean ignore patterns.
* Initial checkin of new scala-doc tool.Sean McDirmid2006-03-038-282/+666
|
* Small refactoring in some collection classesmihaylov2006-03-0318-52/+36
|
* Use 'mixin class' instead of 'trait'mihaylov2006-03-0396-174/+183
|
* Rearranged header and updated copyright messagemihaylov2006-03-02176-281/+787
|
* Added support for Java 1.5 genericsmihaylov2006-03-011-0/+139
|
* improved error message for missing keymihaylov2006-03-011-3/+3
|
* Added -Xgenerics optionmihaylov2006-02-281-0/+1
|
* catch exceptions when running the resulting cod...Lex Spoon2006-02-281-1/+10
| | | | | | catch exceptions when running the resulting code, and print a nice stack trace
* avoid a newline in the generated code, to avoid anLex Spoon2006-02-281-1/+1
| | | | | undesired auto-inserted semicolon
* Fixed bug #538 -- icode classes buffer was not ...Iulian Dragos2006-02-281-0/+1
| | | | | Fixed bug #538 -- icode classes buffer was not cleared before each icode phase.
* allocate new line numbers more eagerly, thus co...Lex Spoon2006-02-271-3/+12
| | | | | | allocate new line numbers more eagerly, thus consistently avoiding reuse of existing .class files
* - trying again with SCALA_HOME, now using both ...Lex Spoon2006-02-271-1/+2
| | | | | | | - trying again with SCALA_HOME, now using both with and without - the leading underscore tweaked the error message that comes from - SCALA_HOME not being set on older Windows machines
* - added a missing %Lex Spoon2006-02-271-5/+4
| | | | | | - use SCALA_HOME instead of _SCALA_HOME, for consistency with the Unix template
* Minor clode cleanupmihaylov2006-02-261-13/+9
|
* Fixed bugs 536 and 537.Martin Odersky2006-02-253-6/+16
|
* ok, poor man regexp matching works now for righ...Burak Emir2006-02-241-1/+29
| | | | | ok, poor man regexp matching works now for right-ignoring patterns
* oops, newmatcher is experiementalBurak Emir2006-02-241-1/+1
|
* fixed wrong variable name in file ant/templates...michelou2006-02-241-1/+1
| | | | | fixed wrong variable name in file ant/templates/tool-windows.tmpl
* support for limited regexp pattern matchingBurak Emir2006-02-245-28/+130
|
* (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