summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reverted typer change, no feature #1196Burak Emir2007-08-141-2/+14
* implemented #1196 by typer change and added tes...Burak Emir2007-08-141-2/+2
* 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-143-4/+6
* 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-134-19/+121
* Par..: normalizes sym for case class test, if n...Burak Emir2007-08-132-7/+11
* 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-081-30/+40
* 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-071-6/+20
* fixed #1215 unapply typing bugBurak Emir2007-08-071-2/+16
* 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
* Fixed #1248 by resetting LAZY flags on bridge m...Iulian Dragos2007-08-061-1/+1
* refined fixBurak Emir2007-08-061-3/+17
* -Ycasetags optimizationBurak Emir2007-08-063-18/+30
* “unchecked” is a standard option again (was -X).Gilles Dubochet2007-07-272-9/+9
* fixed bugs 1245,1246Martin Odersky2007-07-273-17/+14
* list plugins help more quickly, albeit at the costLex Spoon2007-07-261-14/+26
* disabled dependent method types unless -Xexperi...Martin Odersky2007-07-261-3/+5
* Fixed bug1210Martin Odersky2007-07-261-3/+18
* fixed warning messagesmichelou2007-07-263-9/+8
* fixed bugs 1242, 1236, 1210Martin Odersky2007-07-253-24/+53
* minor change (msil)michelou2007-07-252-5/+7
* fixed bugs 1237, 1241Martin Odersky2007-07-251-2/+4
* fixed bug 1241Martin Odersky2007-07-253-6/+43
* fixed porblems intoduced by 12401 that caused s...Martin Odersky2007-07-251-4/+4
* fixed bug1234Martin Odersky2007-07-253-74/+114
* new algo supports guardsBurak Emir2007-07-252-14/+28
* deleted unreachable codeBurak Emir2007-07-251-6/+0
* Par..Burak Emir2007-07-254-142/+138
* renamed JlineReader to JLineReader so ant will ...Burak Emir2007-07-252-2/+2
* fixed problems in subtyping.Martin Odersky2007-07-2414-73/+149