summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - added -nocompdaemonLex Spoon2006-07-131-0/+11
| | | | | - added an unparse method
* moved deleteRecursively out of class Interprete...Lex Spoon2006-07-131-13/+15
| | | | | | moved deleteRecursively out of class Interpreter and into a utility object
* - made password one word, not twoLex Spoon2006-07-133-8/+8
| | | | | - save the password as a UTF-8 string, not UTF-16
* - added unparse methodsLex Spoon2006-07-131-9/+38
| | | | | - made Setting.name be publicly visible
* Copied scala.tools.util.UTF8Codec into scala.ioPhilipp Haller2006-07-132-1/+78
|
* Added pickler combinators to scala.ioPhilipp Haller2006-07-131-0/+314
|
* 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
| | | | | | tweaked the loop over possible settings so that bad settings do not get processed twice
* reverse the order of guesses about howtorun: fi...Lex Spoon2006-07-132-11/+32
| | | | | | reverse the order of guesses about howtorun: first look for an object, then look for a script file
* updated svn:keywords for man1/fsc.scalamichelou2006-07-131-1/+1
|
* updated svn:keywords and header of TypingTransf...michelou2006-07-131-5/+6
| | | | | updated svn:keywords and header of TypingTransformers.scala
* added a caveat to the -server optionLex Spoon2006-07-131-1/+3
|
* 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
|
* documented -savecompiledLex Spoon2006-07-121-3/+24
|
* Made fsc safer and scriptableMartin Odersky2006-07-1210-12/+43
| | | | | | Fixed position errors for imported prefixes Fixed symbol literals (bug369)
* fixed bug #654 and removed generation of an unn...Burak Emir2006-07-122-3/+6
| | | | | fixed bug #654 and removed generation of an unnecessary duplicate cast
* Create DocDefs only in doc modemihaylov2006-07-121-1/+2
|
* fixed bug #647 / right ignoring patterns, added...Burak Emir2006-07-122-24/+30
| | | | | fixed bug #647 / right ignoring patterns, added test cases
* - Made attributes applicable to parametersmihaylov2006-07-1210-190/+223
| | | | | | - Keep attributes in class Modifiers - Emit the appropriate information for Java annotations applied to parameters
* do not proceed if there is an error processing ...Lex Spoon2006-07-121-1/+1
| | | | | do not proceed if there is an error processing the arguments!
* -savecompiled is now an option that is off by d...Lex Spoon2006-07-121-28/+48
| | | | | -savecompiled is now an option that is off by default
* added a -savecompiled optionLex Spoon2006-07-122-3/+11
|
* ChoiceSetting's do not consume options that areLex Spoon2006-07-121-1/+1
| | | | | bad; they print an error but leave the options untouched
* tweak the loop over settings,Lex Spoon2006-07-121-4/+7
| | | | | so that bad settings are not tried twice
* added import for compat stringbuilderBurak Emir2006-07-121-0/+1
|
* more replacements of StringBuffer to StringBuilderBurak Emir2006-07-1110-25/+25
|
* fixed method SpecialNode.toString in DocGenerat...michelou2006-07-112-22/+32
| | | | | fixed method SpecialNode.toString in DocGenerator.scala
* removed dependency on Predef (int -> Int,.. !!!)michelou2006-07-111-9/+11
|
* Fixed line numbers for pruned basic blocksIulian Dragos2006-07-111-1/+8
|
* added fsc to the man pagesmichelou2006-07-116-4/+131
|
* replaced StringBuffer with compat.StringBuilder...Burak Emir2006-07-1129-103/+133
| | | | | | replaced StringBuffer with compat.StringBuilder (except in Java-specific file "FactoryAdapter") and added methods to stringbuilder
* (no commit message)Martin Odersky2006-07-112-2/+5
|
* fixed bug652Martin Odersky2006-07-111-3/+6
|
* added tests for bug650, bug651Martin Odersky2006-07-111-1/+0
|
* removed string operations from assert in transf...michelou2006-07-111-1/+1
| | | | | removed string operations from assert in transform/Flatten.scala
* fixed bug651Martin Odersky2006-07-111-1/+1
|
* fixed bug650Martin Odersky2006-07-102-33/+19
|
* fixed bug649Martin Odersky2006-07-101-0/+1
|
* 1. removed blank lines in error messagesMartin Odersky2006-07-105-11/+28
| | | | | | 2. added string concatenation + when lhs is not a string 3. Small library cleanups
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-071-160/+161
| | | | | removed leading/trailing tabs/blanks in transform/ExplicitOuter.scala
* Added parsing of Java annotations applied to de...mihaylov2006-07-066-33/+36
| | | | | Added parsing of Java annotations applied to definitions in classfiles
* Reimplemented strict Java annotation checks (my...mihaylov2006-07-062-3/+22
| | | | | | Reimplemented strict Java annotation checks (mysteriously removed by Martin in rev 7999)
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-051-17/+17
| | | | | removed leading/trailing tabs/blanks in nsc/CompilationUnits.scala
* removed leading/trailing tabs/blanks in matchin...michelou2006-07-051-161/+165
| | | | | removed leading/trailing tabs/blanks in matching/TransMatcher.scala
* Prefix boolean Bean properties with 'is' instea...mihaylov2006-07-051-1/+2
| | | | | Prefix boolean Bean properties with 'is' instead of 'get'
* added assert in transformClassTemplatemichelou2006-07-041-15/+16
|
* removed leading/trailing tabs/blanks in typeche...michelou2006-07-041-68/+70
| | | | | removed leading/trailing tabs/blanks in typechecker/TreeCheckers.scala