summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* updated some references to "scalascript" and "s...Lex Spoon2006-07-262-2/+2
* add a -d argument if one is not specifiedLex Spoon2006-07-261-1/+7
* tweaked the -version stringsLex Spoon2006-07-262-4/+20
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-261-202/+216
* Added -g detailed option.Iulian Dragos2006-07-264-15/+66
* Changed to print more symbol informationIulian Dragos2006-07-261-2/+3
* -J<option>, e.g. -J-Xms48mmichelou2006-07-251-1/+2
* (no commit message)Martin Odersky2006-07-242-1/+2
* fixed bug 674, reverted fix to bug 669Martin Odersky2006-07-241-3/+6
* Fixed bugs 666-668Martin Odersky2006-07-241-4/+7
* Removed case class constructors from the mirror...Iulian Dragos2006-07-241-2/+5
* (no commit message)Martin Odersky2006-07-241-1/+13
* (no commit message)Martin Odersky2006-07-245-6/+16
* changed "ls -L" to "ls -d" in Unix templatesmichelou2006-07-243-9/+8
* do not waitFor a newly spawned process -- that ...Lex Spoon2006-07-211-5/+5
* fsc prints more info messages with -verbose optionmichelou2006-07-204-45/+59
* reintroduced SCALA_HOME assignment in 2nd cygwi...michelou2006-07-192-0/+2
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-191-2/+1
* improved command for compile server (contrib #168)michelou2006-07-191-51/+43
* added support for paths containing blanks on Cy...michelou2006-07-192-2/+8
* removed more leading/trailing tabs/blanks in Cl...michelou2006-07-191-6/+7
* removed leading/trailing tabs/blanks, added hea...michelou2006-07-1915-793/+892
* Removed debug print Martin Odersky2006-07-181-1/+0
* Fixed bugs 663,664,665Martin Odersky2006-07-183-5/+5
* Fix the line endings.Lex Spoon2006-07-182-204/+204
* commented out println in CompileSocket.scalamichelou2006-07-181-7/+7
* fixed (quick fix) handling of arguments in nsc/...michelou2006-07-182-25/+7
* added quotes around variable _BOOT_CLASSPATHmichelou2006-07-181-2/+2
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-171-10/+12
* removed some diagnostic outputLex Spoon2006-07-161-2/+0
* try exec-ing "scala.bat" if "scala" by itself d...Lex Spoon2006-07-141-8/+38
* EXTENSION_CLASSPATH now contains both files/dir...michelou2006-07-141-0/+3
* fixed bug657.Martin Odersky2006-07-142-7/+16
* updated the help messageLex Spoon2006-07-141-6/+12
* - try to use scala from ${scala.home}/bin if av...Lex Spoon2006-07-131-7/+69
* added a missing returnLex Spoon2006-07-131-0/+1
* added the option to compile using the fsc compi...Lex Spoon2006-07-131-17/+81
* - added -nocompdaemonLex Spoon2006-07-131-0/+11
* moved deleteRecursively out of class Interprete...Lex Spoon2006-07-131-13/+15
* - made password one word, not twoLex Spoon2006-07-133-8/+8
* - added unparse methodsLex Spoon2006-07-131-9/+38
* added -D for defining Java propertiesLex Spoon2006-07-132-1/+45
* tweaked the loop over possible settings so that...Lex Spoon2006-07-131-1/+2
* reverse the order of guesses about howtorun: fi...Lex Spoon2006-07-132-11/+32
* updated svn:keywords and header of TypingTransf...michelou2006-07-131-5/+6
* removed obsolete automata stuffBurak Emir2006-07-1211-3796/+1
* fixed bug #644, removed onsolete field doBindingBurak Emir2006-07-122-10/+29
* Added typing tree transformer frameworkMartin Odersky2006-07-122-20/+48
* more fix, more optimizationBurak Emir2006-07-122-24/+45
* Made fsc safer and scriptableMartin Odersky2006-07-1210-12/+43