summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added runtime.RichException with a getStackTr...mihaylov2006-11-027-19/+34
| | | | | | | - added runtime.RichException with a getStackTraceString method (the - .NET version will be more extensive) added a split(c: Char) method to - RichString
* Committed my original version of RichCharmihaylov2006-11-012-11/+8
|
* Removed default constructor for java classes wi...Iulian Dragos2006-11-011-19/+32
| | | | | | Removed default constructor for java classes with only private constructors.
* added missing file scala/runtime/RichChar.scalamichelou2006-11-012-3/+35
|
* enabled isinstanceof of intersection types (fix...Martin Odersky2006-11-011-16/+35
| | | | | enabled isinstanceof of intersection types (fixed bug789)
* Refactored portability supportmihaylov2006-11-01207-692/+850
|
* allows intersection type patternsMartin Odersky2006-11-013-10/+46
|
* useless stuffBurak Emir2006-11-012-94/+0
|
* fix^2 of bug758 (last one broke the build)Martin Odersky2006-11-012-3/+10
|
* fixed bug758Martin Odersky2006-11-013-2/+8
|
* fixed bug762Martin Odersky2006-11-011-2/+2
|
* added method Predef.Tuple for type Tuple1michelou2006-10-312-14/+17
|
* Removed some commented code.Philipp Haller2006-10-311-8/+0
|
* fixed bug756Martin Odersky2006-10-312-4/+19
|
* fixed bugs 729, 752Martin Odersky2006-10-317-8/+56
|
* minor cleanups in classfile/Pickler.scalamichelou2006-10-311-32/+58
|
* fixed bug729Martin Odersky2006-10-311-25/+20
|
* Fixed bug 694Martin Odersky2006-10-313-6/+29
|
* fixed bugs 599 and 757Martin Odersky2006-10-315-13/+53
|
* added option '-deprecation' in scalac man pagemichelou2006-10-311-1/+9
|
* fixed bug421Martin Odersky2006-10-304-20/+49
|
* 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
|