summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* renamed -checknull to -Xchecknullmichelou2007-07-043-10/+10
* replaced "string.replace(string,string)" calls,...Burak Emir2007-07-041-3/+17
* added scaladocBurak Emir2007-07-031-0/+9
* added -sourceReader option and nsc.io.AladdinRe...Burak Emir2007-07-033-2/+73
* fixed bug 1192, 1168, plus a problem with exist...Martin Odersky2007-07-034-15/+50
* Fixed lazy vals to allow for patterns.Iulian Dragos2007-07-032-5/+6
* Use "res" instead of "unnamed" as the base of Lex Spoon2007-07-021-1/+1
* fixed bug1181Martin Odersky2007-07-021-1/+1
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-022-1/+2
* fixed pattern matching, variable binding problemBurak Emir2007-07-021-3/+3
* fixed bug1183Martin Odersky2007-07-022-1/+22
* fixed bug1189Martin Odersky2007-07-021-1/+3
* tweak to printed output: do not print any extra...Lex Spoon2007-07-021-2/+11
* refined (fixed) incompleteness checkBurak Emir2007-06-301-24/+25
* fixed bug1170Martin Odersky2007-06-291-85/+109
* small changes to the way symbols get printed.Martin Odersky2007-06-292-8/+15
* Modified definitions to take advantage of the n...Iulian Dragos2007-06-293-133/+74
* Merged lazy values branch to trunk.Iulian Dragos2007-06-2718-73/+392
* also prints ownermichelou2007-06-251-3/+5
* parallel algo can handle more patterns nowBurak Emir2007-06-232-90/+122
* reenabled squeeze, some changes in choosing bet...Burak Emir2007-06-225-64/+119
* fixed problem with boxing in cases noted by BurakMartin Odersky2007-06-221-0/+3
* added support for higher-kinded existentials; a...Martin Odersky2007-06-225-79/+72
* added -Xsqueeze option, which optimizes valdefs...Burak Emir2007-06-224-45/+54
* fixed bug in ParallelMatching:MixLiterals (symp...Burak Emir2007-06-212-19/+45
* removed more primitive type aliases, removed so...michelou2007-06-2114-132/+155
* fixed alternative detection, handling of variab...Burak Emir2007-06-212-29/+70
* parallel algo optimizes extractors, see LAMP-RE...Burak Emir2007-06-214-62/+224
* overrode Annotated.isTree in the sameLex Spoon2007-06-201-1/+2
* fixed bug1188Adriaan Moors2007-06-201-4/+9
* parallel matching on integers + disabled squeez...Burak Emir2007-06-203-92/+173
* added prompt/fileEnding propertiesmichelou2007-06-196-10/+25
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-195-78/+89
* added the version number to the welcome messageLex Spoon2007-06-191-1/+1
* * fixed problem causing fallback on incremental...Burak Emir2007-06-191-133/+61
* fixed test file; fixed Long/Long bugMartin Odersky2007-06-191-14/+11
* merged Alias/AbsTypeDef into TypeDefMartin Odersky2007-06-1918-240/+205
* fixed bug #1175 (jdk6)michelou2007-06-191-7/+7
* factored out the choice of wrapper code, so tha...Lex Spoon2007-06-181-13/+26
* allow the choice of ScriptRunner to be overridd...Lex Spoon2007-06-181-1/+4
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-183-79/+70
* removed .NET specifics from Scala commandsmichelou2007-06-185-36/+27
* more existentialsMartin Odersky2007-06-1511-182/+190
* added verbose outputmichelou2007-06-151-1/+2
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-146-54/+117
* expose the isWin valueLex Spoon2007-06-141-1/+1
* factored out the choice of promptLex Spoon2007-06-141-1/+5
* added Nik's contrib to script.jsmichelou2007-06-141-897/+27
* rehash symbols if their names changeMartin Odersky2007-06-133-4/+42
* fixed bug 1174Adriaan Moors2007-06-131-1/+1