summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced java.io._ with specific importsmihaylov2006-11-107-10/+19
* fixed bug 803, 805, super accessor problem.Martin Odersky2006-11-104-13/+38
* added list of inherited members in DocGeneratormichelou2006-11-104-119/+195
* Fixed bug809Martin Odersky2006-11-102-2/+17
* added pages for Nothing and Null in DocGeneratormichelou2006-11-102-10/+63
* moved cmdOptions into if-test in FastScalac.scalamichelou2006-11-101-28/+24
* completed descriptions of primitive types in Do...michelou2006-11-102-43/+105
* corrected output of function typesmichelou2006-11-091-10/+67
* Added exception logging.Philipp Haller2006-11-093-7/+44
* Fixed bugs in protected accessors.Iulian Dragos2006-11-091-26/+34
* Fixed bug in receiveWithin.Philipp Haller2006-11-093-14/+32
* Made lower bounds in type parameters show corre...Iulian Dragos2006-11-091-2/+4
* added pending reactions to prevent scheduler fr...Philipp Haller2006-11-084-14/+40
* removed Ant tests from auto mode until path pro...michelou2006-11-081-4/+5
* added termination check in scheduler.Philipp Haller2006-11-083-0/+61
* added ant task "FastScalac" and updated test su...michelou2006-11-084-16/+146
* improved code generation for (in)equality tests...mihaylov2006-11-071-2/+34
* Fixed bug #799: the super accessors were iterat...Iulian Dragos2006-11-072-9/+41
* removed leading/trailing tabs/blanks in typeche...michelou2006-11-071-44/+145
* contd: revisited fix #796 + ident handling for ...Burak Emir2006-11-061-12/+24
* revisited fix #796 + ident handling for unapply...Burak Emir2006-11-061-4/+2
* removed last traces CaseClass and fixed #796Burak Emir2006-11-069-94/+15
* removed CaseClassBurak Emir2006-11-067-69/+30
* Use platform-independent boxing/unboxing in Box...mihaylov2006-11-0610-64/+40
* Added comment.Iulian Dragos2006-11-061-0/+1
* Improved class-level value initializationmihaylov2006-11-061-8/+22
* Platform-independent boxing/unboxingmihaylov2006-11-057-41/+113
* caseclass->productBurak Emir2006-11-0532-371/+545
* Fixed loop and andThen (functions were reset by...Philipp Haller2006-11-033-9/+9
* more info in an assertMartin Odersky2006-11-031-1/+1
* Fixed severe bug (badly handled interruption).Philipp Haller2006-11-033-50/+104
* Speeding up EQ for Contexts when comparing to N...Sean McDirmid2006-11-031-0/+1
* removed deprecation warning in ast/Trees.scalamichelou2006-11-031-44/+90
* Fixed import in RichExceptionmihaylov2006-11-031-1/+1
* Added missing import in RichExceptionmihaylov2006-11-031-0/+1
* Classes in the empty package are found now when...Iulian Dragos2006-11-021-1/+5
* Some of these haven't changed, but SVN is too s...Sean McDirmid2006-11-027-28/+101
* More hooks for the IDE.Sean McDirmid2006-11-021-21/+25
* Fixed a method name typo in Predefmihaylov2006-11-021-1/+1
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-021-0/+6
* added tests for rich charactersmichelou2006-11-022-8/+8
* 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-025-17/+32
* 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-01153-571/+735
* allows intersection type patternsMartin Odersky2006-11-012-10/+14