summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed contribution #357 (infinite recursion in ...mihaylov2007-03-021-1/+1
| | | | | Fixed contribution #357 (infinite recursion in List.reverse_:::)
* Fixed 'cannot anchor label twice' crash.Iulian Dragos2007-03-011-6/+70
|
* added scaladoc commentmichelou2007-03-011-1/+17
|
* updated scaladoc comments (links, tuples, ..)michelou2007-03-013-21/+29
|
* 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.
* added code example to scaladoc commentmichelou2007-02-281-4/+29
|
* Made Attributes deprecated and removed subclass...Iulian Dragos2007-02-284-6/+6
| | | | | | Made Attributes deprecated and removed subclassing between Annotation and Attribute
* Fixed some more warnings.Iulian Dragos2007-02-281-2/+2
|
* Fixed stability checkIulian Dragos2007-02-281-2/+4
|
* updated example in scaladoc commentmichelou2007-02-281-14/+12
|
* removed '-Xunapply' optionmichelou2007-02-283-10/+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-272-26/+49
|
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-272-1/+15
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* Fixed bug #686mihaylov2007-02-271-9/+14
|
* (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-273-15/+40
| | | | | | + 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-254-17/+52
| | | | | * 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-21107-859/+885
|
* 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-203-70/+99
| | | | | now allows & for by-name params and parameters methods.
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-2023-59/+59
| | | | | | 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
|
* fixed problem with serializationMartin Odersky2007-02-203-3/+6
|
* fixed slice methodMartin Odersky2007-02-2013-11/+77
|
* 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-1921-139/+212
|