summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* updated svn:keywords and header of TypingTransf...michelou2006-07-131-5/+6
* 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-123-11/+51
* Added typing tree transformer frameworkMartin Odersky2006-07-122-20/+48
* more fix, more optimizationBurak Emir2006-07-123-25/+60
* documented -savecompiledLex Spoon2006-07-121-3/+24
* added test for bug #389 (symbol literals)michelou2006-07-121-0/+7
* Made fsc safer and scriptableMartin Odersky2006-07-1210-12/+43
* fixed bug #654 and removed generation of an unn...Burak Emir2006-07-123-7/+35
* Create DocDefs only in doc modemihaylov2006-07-121-1/+2
* fixed bug #647 / right ignoring patterns, added...Burak Emir2006-07-124-24/+104
* - Made attributes applicable to parametersmihaylov2006-07-1210-190/+223
* do not proceed if there is an error processing ...Lex Spoon2006-07-121-1/+1
* -savecompiled is now an option that is off by d...Lex Spoon2006-07-121-28/+48
* added a -savecompiled optionLex Spoon2006-07-122-3/+11
* ChoiceSetting's do not consume options that areLex Spoon2006-07-121-1/+1
* tweak the loop over settings,Lex Spoon2006-07-121-4/+7
* 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
* 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-117-4/+132
* replaced StringBuffer with compat.StringBuilder...Burak Emir2006-07-1129-103/+133
* (no commit message)Martin Odersky2006-07-113-2/+21
* fixed bug652Martin Odersky2006-07-111-3/+6
* added tests for bug650, bug651Martin Odersky2006-07-114-1/+23
* removed string operations from assert in transf...michelou2006-07-111-1/+1
* fixed bug651Martin Odersky2006-07-111-1/+1
* moved bug649.scala to neg/ directorymichelou2006-07-102-0/+4
* fixed bug650Martin Odersky2006-07-102-33/+19
* fixed bug649Martin Odersky2006-07-102-0/+5
* 1. removed blank lines in error messagesMartin Odersky2006-07-105-11/+28
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-071-160/+161
* Added parsing of Java annotations applied to de...mihaylov2006-07-066-33/+36
* Reimplemented strict Java annotation checks (my...mihaylov2006-07-062-3/+22
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-051-17/+17
* removed leading/trailing tabs/blanks in matchin...michelou2006-07-051-161/+165
* Created a directory test/files/jvm5/ for test c...mihaylov2006-07-053-1/+18
* Prefix boolean Bean properties with 'is' instea...mihaylov2006-07-051-1/+2
* 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 ast/par...michelou2006-07-041-95/+97
* removed leading/trailing tabs/blanks in ast/Tre...michelou2006-07-041-90/+93
* added test for bug #648michelou2006-07-042-0/+18
* Fixed bug648Martin Odersky2006-07-042-3/+13
* cleaned up code in nsc/ast/Trees.scalamichelou2006-07-031-176/+197
* test files for more xml parsing-extensionBurak Emir2006-07-012-0/+28
* cleanup and slight extension to xml literal par...Burak Emir2006-07-013-87/+93