summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-251-30/+39
* Fixed #184Martin Odersky2007-11-241-8/+14
* Fixing infinite recurseSean McDirmid2007-11-241-2/+4
* Made remote & co.Iulian Dragos2007-11-221-6/+3
* Made the scalac task return early if there are ...Iulian Dragos2007-11-221-1/+5
* fixed #246. adapted check files.Martin Odersky2007-11-211-3/+10
* Fixed #162.Martin Odersky2007-11-211-1/+4
* Fixed ticket #10Iulian Dragos2007-11-211-15/+43
* changed SuperAccessors for t010; reassigned to ...Martin Odersky2007-11-211-0/+1
* fixed #34Martin Odersky2007-11-201-69/+65
* Fixed typo.Iulian Dragos2007-11-201-9/+9
* Fixed backend to correctly handle type paramete...Iulian Dragos2007-11-203-16/+18
* backed out of the changes that broke the build/...Martin Odersky2007-11-201-3/+4
* fix^2 of problem in 13309. Sorry.Martin Odersky2007-11-201-1/+1
* fixed r13309Martin Odersky2007-11-201-0/+1
* fixed #245Martin Odersky2007-11-201-5/+3
* Fixed ticket #244.Iulian Dragos2007-11-202-18/+33
* fixed #231.Martin Odersky2007-11-193-36/+50
* fixed #226 and #227Martin Odersky2007-11-192-4/+9
* Switched the base for lifted anonymous function...Iulian Dragos2007-11-191-1/+1
* fixed problem with last fixMartin Odersky2007-11-171-1/+1
* Fixed #214, #217, #218Martin Odersky2007-11-172-6/+5
* fixed bug t0154, changed copyright, changed for...Burak Emir2007-11-162-602/+315
* refinement of fix to #209Martin Odersky2007-11-161-5/+15
* fixed #209Martin Odersky2007-11-163-49/+81
* Fixed ticket #206Iulian Dragos2007-11-153-19/+57
* Reverted Sean's change which makes multi-line a...Iulian Dragos2007-11-141-1/+1
* Added ACC_SUPER to all generated java classfiles.Iulian Dragos2007-11-141-0/+2
* Fixed ticket #232Iulian Dragos2007-11-141-2/+9
* Fixed 1.4 incompatibilityIulian Dragos2007-11-141-2/+2
* runtime tests of type representationmichelou2007-11-132-27/+25
* fixed partest, removed mergeLines (useless)michelou2007-11-132-3/+5
* Fixed ticket #168.Iulian Dragos2007-11-131-0/+4
* Imported patch to improve anonymous function na...Iulian Dragos2007-11-132-7/+9
* fixed #234; added testsMartin Odersky2007-11-132-46/+64
* Fixed minor bugs in icode.Iulian Dragos2007-11-136-6/+33
* Fixed ticket #225.Iulian Dragos2007-11-121-5/+4
* Fixed #204 and #207Martin Odersky2007-11-111-5/+8
* Fixed #180 and #189Martin Odersky2007-11-114-39/+22
* Fixed #165Martin Odersky2007-11-111-22/+13
* fixed ticket 159Martin Odersky2007-11-091-12/+21
* changed self type syntax as suggested by Matt H...Martin Odersky2007-11-091-3/+8
* fixed tickets 146,148,155Martin Odersky2007-11-093-5/+11
* Fixed ticket #193 by issuing a compile-time error.Iulian Dragos2007-11-081-0/+3
* small cleanupmichelou2007-11-081-18/+20
* fix^2 t0117Martin Odersky2007-11-052-6/+7
* Fixed tickets 87 and 117.Martin Odersky2007-11-053-23/+36
* added basic support for runtime typesmichelou2007-11-021-1/+2
* fixed ticket 91Martin Odersky2007-11-015-24/+47
* fixed several problems with implicits. Martin Odersky2007-10-317-34/+77