summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEW TEST BUG1279. FIXED CHECK FILE.Martin Odersky2007-08-223-1/+45
* fixed (as side-effect of fix for 1210, I assume)Adriaan Moors2007-08-221-0/+0
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-223-1/+36
* fixed bug1243Martin Odersky2007-08-221-1/+1
* Added back 'lazy' modifier to generator's globa...Iulian Dragos2007-08-221-1/+1
* New STARR to fix bug #1248, and allow 'lazy' in...Iulian Dragos2007-08-222-2/+2
* cleaned up TreesMartin Odersky2007-08-226-86/+44
* fix #1285Burak Emir2007-08-222-11/+28
* Added more debug output to NetKernel.Philipp Haller2007-08-221-10/+26
* type attribute of Ident was lost, due to missin...Burak Emir2007-08-223-8/+6
* revert 'List.unapplySeq + guard', problem in te...Burak Emir2007-08-221-1/+1
* Ident(sym) => mkIdent(sym), avoids unattributed...Burak Emir2007-08-226-45/+55
* unapplySeq-optimization works in combination wi...Burak Emir2007-08-212-1/+23
* fixed #1281, reverted Sean's lazy generator in ...Burak Emir2007-08-213-1/+24
* disentangled Trees from Global.Martin Odersky2007-08-213-8/+60
* fixed bug1274Martin Odersky2007-08-215-84/+103
* fix #1282, optimized translation of List.unappl...Burak Emir2007-08-219-215/+364
* Fixing scaladoc bugSean McDirmid2007-08-211-1/+1
* fixed bug1284Martin Odersky2007-08-211-2/+2
* some fix for bug1279Martin Odersky2007-08-218-21/+85
* forgot to replace the old symbols by the cloned...Adriaan Moors2007-08-211-2/+3
* Martin: please reviewAdriaan Moors2007-08-202-44/+44
* allow _ as wildcard higher-order type param in ...Adriaan Moors2007-08-201-7/+7
* added header and svn propsmichelou2007-08-201-7/+13
* updated syntaxmichelou2007-08-202-15/+15
* removed private modifiermichelou2007-08-201-2/+2
* fixed some bugs related to existentials.Martin Odersky2007-08-207-61/+93
* fixed contrib #747michelou2007-08-201-3/+10
* updated syntaxmichelou2007-08-202-43/+69
* fixed #1277, more conservative when generating ...Burak Emir2007-08-202-9/+50
* split object resetAttrs into a function and a c...Burak Emir2007-08-201-2/+9
* fixed #1278 by holding back an over-zealous opt...Burak Emir2007-08-192-32/+35
* fix #1276, encoding equals test in types means ...Burak Emir2007-08-193-16/+39
* 'system.exit' in supposedly disable code change...Burak Emir2007-08-191-7/+9
* scala.Math.Pi instead of scala.compat.Math.PImichelou2007-08-171-3/+3
* fixed contrib #748michelou2007-08-171-1/+1
* updated several tests for MSILmichelou2007-08-177-140/+137
* added test for EMACS environment variable (jline)michelou2007-08-163-10/+9
* fixed Philipp's bug #1256 for real this time, u...Burak Emir2007-08-156-30/+145
* disabled test for #1196Burak Emir2007-08-141-1/+2
* reverted typer change, no feature #1196Burak Emir2007-08-141-2/+14
* implemented #1196 by typer change and added tes...Burak Emir2007-08-142-2/+46
* small opts, fixed #1270, if target is Literal, ...Burak Emir2007-08-143-12/+28
* Integrated Itay Neeman's patch to allow port mu...Philipp Haller2007-08-143-6/+16
* fixed MSIL tests (.dll not found)michelou2007-08-144-10/+18
* more small changes aimed at efficiency, deleted...Burak Emir2007-08-143-234/+173
* restructuring pattern translation (rewrite rule...Burak Emir2007-08-143-311/+263
* Definitions, Par: encoding equality patterns us...Burak Emir2007-08-137-32/+134
* "binaries" depends on "build.strap"Burak Emir2007-08-131-1/+1
* Par..: normalizes sym for case class test, if n...Burak Emir2007-08-132-7/+11