summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugs 54, 415Martin Odersky2006-10-307-40/+99
| | | | | Improved avoidance of MalformedType's
* added healing for escaping singleton types.Martin Odersky2006-10-307-13/+132
| | | | | fixed bug 397
* * (unapply) fixed accessor handling for product...Burak Emir2006-10-304-3/+70
| | | | | | * (unapply) fixed accessor handling for products in SyntheticMethods * added test cases
* * handles unapplySeqBurak Emir2006-10-295-42/+74
| | | | | | * handles unapply method in term symbol (does not requires SingleType * anymore) fixed unapply bug when both class+object are present
* support UnApply in pattern matcher.Burak Emir2006-10-285-64/+29
|
* changed unapply implMartin Odersky2006-10-2710-141/+99
|
* fixed productBurak Emir2006-10-279-54/+54
|
* added "looseset" Lex Spoon2006-10-271-0/+32
|
* moved bug779.scala from pos to negmichelou2006-10-272-2/+6
|
* testcase 4 unapplyBurak Emir2006-10-271-0/+28
|
* Fixed embarrassing bug which broke the build.Iulian Dragos2006-10-271-2/+3
|
* removed warning in WordBerrySethi.scalamichelou2006-10-272-66/+117
| | | | | improved comments in Typers.scala
* (no commit message)Martin Odersky2006-10-271-1/+1
|
* fixed problem in fix to bug783 that causes buil...Martin Odersky2006-10-261-4/+5
| | | | | fixed problem in fix to bug783 that causes build to fail.
* More tests for protected accessors.Iulian Dragos2006-10-262-1/+4
|
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-263-4/+7
| | | | | Fixed accessors for functions which access protected members.
* fixed problem in findMemberMartin Odersky2006-10-261-2/+0
|
* depr remBurak Emir2006-10-261-1/+1
|
* unapply patchBurak Emir2006-10-2614-26/+421
|
* removed deprecation and some unapply stuffBurak Emir2006-10-2610-12/+97
|
* fixed bug783Martin Odersky2006-10-261-2/+3
|
* fixed bugs 779, 788Martin Odersky2006-10-263-18/+32
|
* Added protected accessors in super accessors.Iulian Dragos2006-10-264-9/+251
|
* fxied bug788Martin Odersky2006-10-2610-11/+32
| | | | | changed collection library to use type patterns
* adapated tests to 9005Martin Odersky2006-10-262-6/+0
|
* fixed bug54Martin Odersky2006-10-251-24/+45
|
* added option '--use-fsc' to test/scalatestmichelou2006-10-241-2/+9
|
* Updated type patterns in DBC to use wildcards.Gilles Dubochet2006-10-242-4/+4
|
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-2442-86/+158
|
* still bugBurak Emir2006-10-241-1/+1
|
* added Philipp's example to docs/examples/actors/michelou2006-10-241-0/+41
|
* added deprecation attribute to quick and star t...michelou2006-10-241-5/+7
| | | | | added deprecation attribute to quick and star tasks
* updated STARR to Scala 2.2.0.9025michelou2006-10-242-2/+2
|
* separated constrs/defs tables for primitive typ...michelou2006-10-233-30/+48
| | | | | separated constrs/defs tables for primitive types in DocGenerator.scala
* Warn for Java annotations without -target:jvm-1...mihaylov2006-10-231-1/+4
| | | | | Warn for Java annotations without -target:jvm-1.5 (bug #775)
* reverted 'const' to 'var' (syntax not supported...michelou2006-10-211-8/+8
| | | | | reverted 'const' to 'var' (syntax not supported by IE)
* improved ant test in test/scalatestmichelou2006-10-213-7/+12
|
* added svn:keywords to test/files/ant/*michelou2006-10-201-1/+1
|
* added '--ant' option to scalatestmichelou2006-10-205-2/+194
|
* updated check files for testsMartin Odersky2006-10-202-3/+10
|
* fixed bug780Martin Odersky2006-10-202-1/+6
|
* fixed bug784Martin Odersky2006-10-201-4/+4
|
* fixed problems in type patternsMartin Odersky2006-10-2012-43/+113
| | | | | made some type error messages more precise
* added assertMartin Odersky2006-10-201-0/+1
|
* added FJBG classes to doc/script.jsmichelou2006-10-202-90/+209
|
* added 'deprecation' flag to ant/Scalac.scala an...michelou2006-10-202-19/+50
| | | | | added 'deprecation' flag to ant/Scalac.scala and build.xml
* added support for typed patternsMartin Odersky2006-10-1914-317/+379
|
* added experimental support for primitive types ...michelou2006-10-192-8/+141
| | | | | added experimental support for primitive types in DocGenerator.scala
* Fixed bugs in orElse, more general typing.Philipp Haller2006-10-192-15/+42
|
* commentBurak Emir2006-10-191-0/+20
|