summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* -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
* removed leading/trailing tabs/blanks in ast/par...michelou2006-07-041-95/+97
| | | | | removed leading/trailing tabs/blanks in ast/parser/TreeBuilder.scala
* removed leading/trailing tabs/blanks in ast/Tre...michelou2006-07-041-90/+93
| | | | | removed leading/trailing tabs/blanks in ast/TreePrinters.scala
* Fixed bug648Martin Odersky2006-07-042-3/+13
|
* cleaned up code in nsc/ast/Trees.scalamichelou2006-07-031-176/+197
|
* cleanup and slight extension to xml literal par...Burak Emir2006-07-013-87/+93
| | | | | cleanup and slight extension to xml literal parsing
* liftcode now handles more trees, albeit the sym...Burak Emir2006-07-012-44/+85
| | | | | | liftcode now handles more trees, albeit the symbol handling really needs a revamping
* transmatch creates proper context for typer, an...Burak Emir2006-07-011-5/+8
| | | | | | transmatch creates proper context for typer, and returns emptytree in case of failure
* fixed broken toString methodBurak Emir2006-07-011-1/+1
|
* removed obsole name CharDataBurak Emir2006-07-011-1/+0
|
* renamed MainScript to ScriptRunnerLex Spoon2006-06-302-3/+2
|
* cache compiled scripts in an associated .jar fileLex Spoon2006-06-301-84/+116
|
* make classfilePath be publicLex Spoon2006-06-301-1/+1
|
* fixed a spelling errorLex Spoon2006-06-301-1/+1
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-301-123/+124
| | | | | removed leading/trailing tabs/blanks in transform/UnCurry.scala
* when zipping files together, use buffered readsLex Spoon2006-06-301-4/+5
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-301-73/+75
| | | | | removed leading/trailing tabs/blanks in transform/AddInterfaces.scala
* removed leading/trailing tabs/blanks in transfo...michelou2006-06-302-136/+138
| | | | | removed leading/trailing tabs/blanks in transform/Mixin.scala
* commented out useless stuffBurak Emir2006-06-301-8/+8
|
* namespacedefault is not needed anymoreBurak Emir2006-06-301-2/+0
|
* removed leading/trailing tabs/blanks in nsc/ast...michelou2006-06-301-624/+621
| | | | | removed leading/trailing tabs/blanks in nsc/ast/Parsers.scala
* (no commit message)Martin Odersky2006-06-291-0/+2
|
* Fixed xmlstuff problem anf bugs 401, 643Martin Odersky2006-06-293-24/+19
|
* (no commit message)Martin Odersky2006-06-291-1/+14
|