summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem with the application of Java an...mihaylov2007-03-022-4/+4
* Fixed 'cannot anchor label twice' crash.Iulian Dragos2007-03-011-6/+70
* Removed useless InnerClasses attribute when it ...Iulian Dragos2007-03-011-6/+8
* Fixed some more warnings.Iulian Dragos2007-02-281-2/+2
* Fixed stability checkIulian Dragos2007-02-281-2/+4
* removed '-Xunapply' optionmichelou2007-02-282-5/+7
* Revamped the icode analyses and removed some ex...Iulian Dragos2007-02-2814-84/+351
* fixed bug960Martin Odersky2007-02-271-19/+3
* fixed bug961Martin Odersky2007-02-271-1/+1
* fixed bug968, improved an error messageMartin Odersky2007-02-273-4/+14
* updated annotations in generated docmichelou2007-02-271-7/+3
* fixed bug #963michelou2007-02-271-13/+28
* Fixed bug #686mihaylov2007-02-271-9/+14
* fixed exhaustivity check for objects missing "c...Burak Emir2007-02-271-6/+9
* Fixed exhaustivity warnings in GenMSILmihaylov2007-02-261-21/+7
* * fixed x @ unapplypat bindingBurak Emir2007-02-252-17/+24
* small corrections for duck typingMartin Odersky2007-02-235-27/+30
* prepared the ground for duck typing.Martin Odersky2007-02-236-21/+65
* updated TypeRef::toString to reflect (...)-tupl...Adriaan Moors2007-02-221-1/+1
* fixed problem with gadts in the test suiteMartin Odersky2007-02-211-2/+5
* Removed Pair(...), Triple(...).Martin Odersky2007-02-2148-520/+591
* Fixed inliner to work with local variable scope...Iulian Dragos2007-02-219-40/+68
* suppressed exhaustivity warnings; fixed bug957 ...Martin Odersky2007-02-205-9/+13
* now allows & for by-name params and parameters ...Martin Odersky2007-02-203-70/+99
* fixed problem with serializationMartin Odersky2007-02-203-3/+6
* fixed slice methodMartin Odersky2007-02-202-8/+6
* fixed bugs 954/958/957, plus problem with the i...Martin Odersky2007-02-195-94/+47
* Fixed bug #953mihaylov2007-02-195-12/+13
* added explicit self defsMartin Odersky2007-02-1920-139/+196
* scaladoc handles secondary ctors as defs for co...michelou2007-02-191-1/+1
* generates scaladoc attributes for primary const...michelou2007-02-161-11/+24
* (no commit message)Martin Odersky2007-02-161-1/+1
* re-enabled stability test; added sections.Martin Odersky2007-02-165-48/+80
* fixed unary_opsMartin Odersky2007-02-165-54/+24
* Added unary_ primitivesIulian Dragos2007-02-153-6/+12
* deprecated [...] attribute syntax. Martin Odersky2007-02-154-198/+222
* Added support for unary_+/-/!/~ primitives.Iulian Dragos2007-02-152-2/+39
* more changes to make tuples (...)Martin Odersky2007-02-145-35/+39
* changed tuple syntax to (...)Martin Odersky2007-02-1329-500/+394
* Fixed transformer/CleanUp crash with -target:msilmihaylov2007-02-131-9/+11
* fixed problem with bug640Martin Odersky2007-02-122-3/+4
* Added support for compileLate in icode phases.Iulian Dragos2007-02-127-28/+39
* small fixes to newline behavior.Martin Odersky2007-02-124-48/+67
* Generate SYNTHETIC attribute for methods and fi...Iulian Dragos2007-02-121-0/+1
* Fixed crash in resident modeIulian Dragos2007-02-121-7/+0
* Generate direct reference to the TYPE field of ...mihaylov2007-02-111-1/+15
* Fixed GenMSIL for the new SCOPE_ENTER/SCOPE_EXI...mihaylov2007-02-111-0/+2
* Fixed local variable table scopingIulian Dragos2007-02-095-49/+173
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-0912-127/+134
* Made scalac ant task accept .NET-related settingsmihaylov2007-02-091-0/+14