summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-025-0/+44
* added tests for rich charactersmichelou2006-11-024-14/+52
* Removed semicolons (copy-and-paste leftovers) f...mihaylov2006-11-021-7/+5
* Fixed SVN properties of some fiels in scala/run...mihaylov2006-11-023-1/+1
* - added runtime.RichException with a getStackTr...mihaylov2006-11-027-19/+34
* Committed my original version of RichCharmihaylov2006-11-012-11/+8
* Removed default constructor for java classes wi...Iulian Dragos2006-11-011-19/+32
* added missing file scala/runtime/RichChar.scalamichelou2006-11-012-3/+35
* enabled isinstanceof of intersection types (fix...Martin Odersky2006-11-011-16/+35
* 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
* added healing for escaping singleton types.Martin Odersky2006-10-307-13/+132
* * (unapply) fixed accessor handling for product...Burak Emir2006-10-304-3/+70
* * handles unapplySeqBurak Emir2006-10-295-42/+74
* 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
* (no commit message)Martin Odersky2006-10-271-1/+1
* fixed problem in fix to bug783 that causes buil...Martin Odersky2006-10-261-4/+5
* 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 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
* adapated tests to 9005Martin Odersky2006-10-262-6/+0