summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* Rolled back r14773, until I figure out why the ...Iulian Dragos2008-04-291-50/+5
* Fixed protected accessor for inherited java mem...Iulian Dragos2008-04-221-5/+50
* Fixed deprecatio warnings when calling 'newName'.Iulian Dragos2008-04-214-15/+15
* (1) add devirtualization phase.Martin Odersky2008-04-111-2/+2
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+3
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-1/+1
* Fixed issue #586.Gilles Dubochet2008-02-291-3/+7
* change -g:notc to -g:notailcallsLex Spoon2008-02-231-1/+1
* another change wrt overriding vals to fix #530Martin Odersky2008-02-221-5/+7
* disallow accesses of the form super.val; allow ...Martin Odersky2008-02-221-29/+35
* fixed #528Martin Odersky2008-02-221-0/+2
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
* Fixed issues #328 and #403.Gilles Dubochet2008-02-041-11/+21
* hasFlag(DEFERERED) -> isDeferredMartin Odersky2008-01-283-5/+5
* re-fix #404Martin Odersky2008-01-241-1/+1
* fixed typo in last commitMartin Odersky2008-01-241-1/+1
* fixed problem with recursive lifting in MSILMartin Odersky2008-01-241-10/+20
* lifts synchronized when target is MSIL; ignore ...Martin Odersky2008-01-231-13/+20
* trys with returns are lifted when target is MSILMartin Odersky2008-01-231-1/+16
* added to fix of #298Martin Odersky2008-01-231-1/+2
* Fixed #311 and #312shack2008-01-222-9/+34
* removed more warningsmichelou2008-01-181-2/+2
* build target is now 1.5Martin Odersky2008-01-173-4/+9
* Fixed ticket #356Iulian Dragos2008-01-171-2/+22
* fixed t0259Martin Odersky2007-12-211-1/+1
* Fixed problem with wrong signature for sort in ...Martin Odersky2007-12-211-1/+2
* Made all values to be final fields in the gener...Iulian Dragos2007-12-111-0/+1
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-291-52/+258
* Merge from the annots-normtrees branch.Lex Spoon2007-11-284-148/+155
* fixed #231.Martin Odersky2007-11-191-34/+40
* Switched the base for lifted anonymous function...Iulian Dragos2007-11-191-1/+1
* Fixed ticket #206Iulian Dragos2007-11-152-16/+48
* Imported patch to improve anonymous function na...Iulian Dragos2007-11-131-1/+5
* Fixed #165Martin Odersky2007-11-111-22/+13
* fixed ticket 159Martin Odersky2007-11-091-12/+21
* fixed tickets 146,148,155Martin Odersky2007-11-092-3/+4
* fixed ticket 91Martin Odersky2007-11-011-1/+1
* fixed tickets 152, 123.Martin Odersky2007-10-262-17/+22
* Rolling back my Erasure commit, my change has a...Sean McDirmid2007-10-191-20/+7
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-191-7/+20
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-112-32/+39
* removed type aliases, update svn:keywordsmichelou2007-10-092-3/+3
* removed old pattern matcher (was dead code sinc...Burak Emir2007-09-261-2/+2
* Massive check-in for IDE.Sean McDirmid2007-09-174-15/+38
* 1. added var pattern = expr syntaxMartin Odersky2007-09-101-7/+5
* fixed t0055Martin Odersky2007-09-051-1/+1
* Fixed crash in lazy traits (ticket #39).Iulian Dragos2007-08-311-2/+2
* all guards are pulled out into DefDefs, new pat...Burak Emir2007-08-231-5/+37
* in pm, result temp variable owned by current ow...Burak Emir2007-08-231-6/+2
* Fixed bug #1287, lazy vals in trait methods.Iulian Dragos2007-08-231-1/+3