summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-272-26/+49
|
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-273-1/+20
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* Fixed bug #686mihaylov2007-02-271-9/+14
|
* Cleaned-up actor examplesPhilipp Haller2007-02-273-9/+8
|
* (no commit message)Philipp Haller2007-02-277-13/+12
|
* Added case to the Empty object.Sean McDirmid2007-02-271-20/+10
|
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-274-16/+66
| | | | | | + Utility.trim function to remove whitespace + tests
* updated svn:keywords and scaladoc commentsmichelou2007-02-2716-72/+104
|
* Made BeanProperty an AnnotationIulian Dragos2007-02-271-1/+1
|
* fixed exhaustivity check for objects missing "c...Burak Emir2007-02-272-7/+10
| | | | | | fixed exhaustivity check for objects missing "case", sealed hierarchies containing abstract classes added sealed to xml.parsing.DFAContentModel
* (no commit message)Sean McDirmid2007-02-273-91/+83
|
* Fixed exhaustivity warnings in GenMSILmihaylov2007-02-261-21/+7
|
* added svn keywords, improved commentsmichelou2007-02-265-68/+114
|
* (no commit message)Sean McDirmid2007-02-2616-21/+412
|
* updated tool options in man pagesmichelou2007-02-263-24/+69
|
* updated scaladoc commentsmichelou2007-02-252-5/+20
|
* * fixed x @ unapplypat bindingBurak Emir2007-02-255-17/+61
| | | | | * added Node.unapply, QNode.unapply
* updated copyright datemichelou2007-02-251-1/+1
|
* small corrections for duck typingMartin Odersky2007-02-235-27/+30
|
* prepared the ground for duck typing.Martin Odersky2007-02-237-21/+90
|
* 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-21107-859/+885
|
* Fixed a name clash in the test suite (jvm/unitt...mihaylov2007-02-214-9/+6
| | | | | | Fixed a name clash in the test suite (jvm/unittest_io vs jvm5/attributes)
* 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.
* Removed obsolete fields in ScalaRunTimemihaylov2007-02-201-11/+0
|
* Made Boxed{Byte,Short,Char,Int}.cannonical finalmihaylov2007-02-204-4/+4
|
* 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-205-70/+121
| | | | | now allows & for by-name params and parameters methods.
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-2029-94/+94
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* (no commit message)Philipp Haller2007-02-201-6/+5
|
* updated annotations in Scala librarymichelou2007-02-2071-365/+413
|
* updated STARR to Scala 2.3.3.10048michelou2007-02-202-2/+2
|
* fixed problem with serializationMartin Odersky2007-02-203-3/+6
|
* fixed slice methodMartin Odersky2007-02-2015-14/+80
|
* 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.
* (no commit message)Philipp Haller2007-02-191-4/+1
|
* Fixed bug #953mihaylov2007-02-195-12/+13
|
* changes to build.xmlPhilipp Haller2007-02-192-3/+6
|
* added explicit self defsMartin Odersky2007-02-1921-139/+212
|
* scaladoc handles secondary ctors as defs for co...michelou2007-02-191-1/+1
| | | | | scaladoc handles secondary ctors as defs for comments
* Included FJ files in build.xmlPhilipp Haller2007-02-191-0/+12
|
* scala.actors: integrated FJ. added futures.Philipp Haller2007-02-1912-36/+2758
|
* Reverted to the old attribute syntax for mutabl...mihaylov2007-02-181-1/+1
| | | | | | Reverted to the old attribute syntax for mutable.Queue to satisfy the STARR compiler
* Improved annotations testmihaylov2007-02-186-7/+20
|
* Fixed bug contribution #338 in mutable.Queuemihaylov2007-02-181-16/+20
|