summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fix + small optimization, duplicating small bodiesBurak Emir2007-07-112-15/+33
* tightened definition of lubMartin Odersky2007-07-111-7/+20
* Fixed linearization order and a small inefficie...Iulian Dragos2007-07-113-5/+14
* removed type aliases, updated scaladoc comments...michelou2007-07-114-235/+243
* fixed bug with multi-dimensional generic arraysMartin Odersky2007-07-111-6/+10
* updated svn:keywords and file headersmichelou2007-07-093-14/+30
* added star expansion (Stepan's contrib)michelou2007-07-095-34/+68
* more small changes to speed upBurak Emir2007-07-092-49/+72
* replaced Tuple4 by case class Row for readabilityBurak Emir2007-07-084-88/+158
* fixed undetermined problem causing very slow co...Burak Emir2007-07-081-21/+20
* bah really does not work:/ revertBurak Emir2007-07-071-1/+1
* fixing conditionBurak Emir2007-07-071-2/+3
* disabled tags, hashing still breaksBurak Emir2007-07-071-1/+1
* try fix hashing of case bodiesBurak Emir2007-07-071-2/+2
* optimizing case class matches via tags (experim...Burak Emir2007-07-071-85/+225
* detecting matches on flat case class hierarchie...Burak Emir2007-07-071-7/+24
* fix #1166.Burak Emir2007-07-061-2/+2
* implemented #1134, matching on this-identifiersBurak Emir2007-07-061-1/+5
* fixed bug #1033Burak Emir2007-07-061-5/+14
* minor changemichelou2007-07-061-18/+20
* optimzing unapply calls returning Some[T], savi...Burak Emir2007-07-063-10/+32
* (only added code in a comment) suggestion, rela...Burak Emir2007-07-061-2/+6
* Optimize unnecessary boxing/unboxing.Iulian Dragos2007-07-055-21/+62
* Fixed small bug in try-finally generation in co...Iulian Dragos2007-07-051-6/+30
* in makeXMLseq, replaced chained append calls wi...Burak Emir2007-07-051-4/+13
* 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