summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* target "binaries" depends on "setup"Burak Emir2007-08-121-0/+1
* argh, fixed dependencies, and added {stability....Burak Emir2007-08-101-2/+3
* stability.tool plus dependenciesBurak Emir2007-08-101-5/+12
* use SymList instead of SymSet to avoid spurious...Burak Emir2007-08-102-18/+22
* ParallelMatching: Burak Emir2007-08-096-180/+311
* Undid changes to implicit conversions to java.l...Iulian Dragos2007-08-091-7/+7
* fix #1257,#1258Burak Emir2007-08-083-30/+69
* Changed implicit conversions to java's boxed ty...Iulian Dragos2007-08-081-8/+8
* elim'ed dead code from Par...Burak Emir2007-08-072-5/+1
* (no commit message)Burak Emir2007-08-072-4/+4
* print the plugins list more quickly, albeit wit...Lex Spoon2007-08-071-1/+1
* 2x symbol -> typeSymbolBurak Emir2007-08-071-2/+2
* fixed #1213, added test caseBurak Emir2007-08-072-6/+31
* fixed #1215 unapply typing bugBurak Emir2007-08-072-2/+34
* Fixing indexOf bug.Sean McDirmid2007-08-071-7/+9
* create a new Run before computing the phases in...Lex Spoon2007-08-061-0/+1
* - annotations can follow a type in addition to ...Lex Spoon2007-08-063-15/+19
* use -Xpluginsdir instead of -extdir to find plu...Lex Spoon2007-08-061-1/+1
* type check the trees in declaration annotationsLex Spoon2007-08-061-6/+25
* - changed the default location for pluginsLex Spoon2007-08-061-4/+15
* use termSymbol to detect Ident(object) pattern,...Burak Emir2007-08-064-13/+26
* replaced `_.tpe.symbol.tag' with getCaseTag(_) ...Burak Emir2007-08-063-15/+7
* Added new assertion to prevent invalid conversi...Iulian Dragos2007-08-061-0/+1
* Remote actor proxies are now cached.Philipp Haller2007-08-062-47/+82