summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* (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
* 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
* 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 inliner to work with local variable scope...Iulian Dragos2007-02-219-40/+68
* 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
* now allows & for by-name params and parameters ...Martin Odersky2007-02-205-70/+121
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-2029-94/+94
* (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
* (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
* 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
* Improved annotations testmihaylov2007-02-186-7/+20
* 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
* (no commit message)Martin Odersky2007-02-161-1/+1
* re-enabled stability test; added sections.Martin Odersky2007-02-167-52/+82
* fixed unary_opsMartin Odersky2007-02-165-54/+24
* Improved ping pong actor example.Philipp Haller2007-02-151-36/+28
* Added unary_ primitivesIulian Dragos2007-02-153-6/+12