summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Martin Odersky2007-03-083-6/+16
|
* Use the same temporary directory for redictedLex Spoon2007-03-072-8/+16
| | | | | output as for the port files.
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-071-0/+43
| | | | | | fixed 2 bugs in classs BitSet and added scaladoc comment methods isInstanceOf and synchronized
* Fixed bug 883Martin Odersky2007-03-061-7/+12
|
* modification to enable annotated types only whe...Martin Odersky2007-03-061-1/+1
| | | | | modification to enable annotated types only when -Xplugtypes is set
* modified annotated types schemeMartin Odersky2007-03-0622-185/+145
|
* Fixed bug901Martin Odersky2007-03-061-4/+8
|
* fixed bugs 973,971,949,947,946,930Martin Odersky2007-03-054-12/+36
|
* fixed problem in build?Martin Odersky2007-03-051-2/+2
|
* fixed bugs 948/971;Martin Odersky2007-03-053-14/+32
| | | | | added () to parameterless methods with side-effects.
* not just saving, but also resetting scanner sta...Burak Emir2007-03-031-1/+4
| | | | | | not just saving, but also resetting scanner state in MarkupParser, for semicolon inference
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-7/+12
| | | | | | | HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)
* * small lib addition to testing.SUnit, made Uni...Burak Emir2007-03-022-15/+30
| | | | | | | | * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit
* Fixed a problem with the application of Java an...mihaylov2007-03-022-4/+4
| | | | | | Fixed a problem with the application of Java annotations with default values
* Fixed 'cannot anchor label twice' crash.Iulian Dragos2007-03-011-6/+70
|
* Removed useless InnerClasses attribute when it ...Iulian Dragos2007-03-011-6/+8
| | | | | | Removed useless InnerClasses attribute when it is empty. Seems to fix IBM performance issues.
* 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
| | | | | Revamped the icode analyses and removed some exhaustivity checks
* 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 check for objects missing "case", sealed hierarchies containing abstract classes added sealed to xml.parsing.DFAContentModel
* Fixed exhaustivity warnings in GenMSILmihaylov2007-02-261-21/+7
|
* * fixed x @ unapplypat bindingBurak Emir2007-02-252-17/+24
| | | | | * added Node.unapply, QNode.unapply
* 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
| | | | | | updated TypeRef::toString to reflect (...)-tuple syntax in error messages
* 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
| | | | | | Fixed inliner to work with local variable scopes and fixed some warnings.
* suppressed exhaustivity warnings; fixed bug957 ...Martin Odersky2007-02-205-9/+13
| | | | | suppressed exhaustivity warnings; fixed bug957 (attributes)
* now allows & for by-name params and parameters ...Martin Odersky2007-02-203-70/+99
| | | | | now allows & for by-name params and parameters methods.
* 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 bugs 954/958/957, plus problem with the interpreter.
* 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
| | | | | scaladoc handles secondary ctors as defs for comments
* generates scaladoc attributes for primary const...michelou2007-02-161-11/+24
| | | | | generates scaladoc attributes for primary constructor
* (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
| | | | | allowed non-K&R style braces.
* Added support for unary_+/-/!/~ primitives.Iulian Dragos2007-02-152-2/+39
|