summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* scaladoc handles secondary ctors as defs for co...michelou2007-02-191-1/+1
| | | | | scaladoc handles secondary ctors as defs for comments
* 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
* Fixed bug contribution #338 in mutable.Queuemihaylov2007-02-181-16/+20
|
* scala.actors: Fixed small bug in andThen.Philipp Haller2007-02-171-2/+2
|
* 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-156-199/+227
| | | | | allowed non-K&R style braces.
* 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-1377-734/+636
|
* 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-125-54/+74
|
* Generate SYNTHETIC attribute for methods and fi...Iulian Dragos2007-02-121-0/+1
| | | | | Generate SYNTHETIC attribute for methods and fields.