summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merged in by hand stephane's changes because SV...Sean McDirmid2006-03-101-1/+5
* using double brakets enables logical or in bashBurak Emir2006-03-101-1/+1
* fixed removing of first :Burak Emir2006-03-101-0/+1
* performed some renamings in the compiler & libraryMartin Odersky2006-03-0944-100/+98
* Fixed bugs in Scala doc.Sean McDirmid2006-03-094-134/+306
* fixed handling of classpath again, adds "." if ...Burak Emir2006-03-091-3/+5
* Use the names from StdNames where appropriatemihaylov2006-03-091-16/+16
* fixed handling of classpath, never try to modif...Burak Emir2006-03-091-5/+52
* slight tweak to support scalaint scriptsLex Spoon2006-03-091-1/+1
* (no commit message)Martin Odersky2006-03-094-10/+16
* changed error handling when output location is ...michelou2006-03-091-68/+67
* fix arrays some more.Martin Odersky2006-03-091-2/+3
* cleaned up code in scala/tools/nsc/Main.scalamichelou2006-03-091-25/+23
* ScalaBazaar Ant task now correctly handles empt...Gilles Dubochet2006-03-081-16/+16
* Some changes to make arrays work betterMartin Odersky2006-03-0816-146/+243
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-084-4/+550
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-081-57/+57
* Uncommented the private[scala] access modifier ...mihaylov2006-03-081-1/+1
* Do not generate mirros classes for nested objectsmihaylov2006-03-071-9/+14
* prepend user-specified classpath to Scala class...michelou2006-03-071-1/+1
* added copyright notice and cleaned up code in s...michelou2006-03-072-190/+174
* allow specifying the link of the generated adve...Lex Spoon2006-03-071-4/+20
* allow the interpreter to be called with a file ...Lex Spoon2006-03-074-40/+74
* removed implicit import of java.io.Console (Jav...michelou2006-03-061-26/+22
* use 'mixin/abstract class' instead of 'trait'mihaylov2006-03-0411-34/+21
* Remove files that were not required for compila...Gilles Dubochet2006-03-0312-989/+0
* Initial checkin of new scala-doc tool.Sean McDirmid2006-03-038-282/+666
* Added support for Java 1.5 genericsmihaylov2006-03-011-0/+139
* Added -Xgenerics optionmihaylov2006-02-281-0/+1
* catch exceptions when running the resulting cod...Lex Spoon2006-02-281-1/+10
* avoid a newline in the generated code, to avoid anLex Spoon2006-02-281-1/+1
* Fixed bug #538 -- icode classes buffer was not ...Iulian Dragos2006-02-281-0/+1
* allocate new line numbers more eagerly, thus co...Lex Spoon2006-02-271-3/+12
* - trying again with SCALA_HOME, now using both ...Lex Spoon2006-02-271-1/+2
* - added a missing %Lex Spoon2006-02-271-5/+4
* 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
* oops, newmatcher is experiementalBurak Emir2006-02-241-1/+1
* fixed wrong variable name in file ant/templates...michelou2006-02-241-1/+1
* 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
* (no commit message)Sean McDirmid2006-02-231-7/+18
* Checking in so I can report a resident compilat...Sean McDirmid2006-02-231-0/+310
* (no commit message)mihaylov2006-02-231-0/+1
* added support for '-classpath' option in genera...michelou2006-02-221-0/+16
* added a newline at end of file in src/compiler/...michelou2006-02-222-2/+2