summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added ant task "FastScalac" and updated test su...michelou2006-11-0812-48/+244
| | | | | added ant task "FastScalac" and updated test suite accordingly
* improved code generation for (in)equality tests...mihaylov2006-11-071-2/+34
| | | | | improved code generation for (in)equality tests for null
* Fixed bug #799: the super accessors were iterat...Iulian Dragos2006-11-072-9/+41
| | | | | | Fixed bug #799: the super accessors were iterating over class parents, which is not necessary.
* removed leading/trailing tabs/blanks in typeche...michelou2006-11-071-44/+145
| | | | | removed leading/trailing tabs/blanks in typechecker/Typers.scala
* test cases for unapplyBurak Emir2006-11-062-1/+52
|
* contd: revisited fix #796 + ident handling for ...Burak Emir2006-11-061-12/+24
| | | | | | contd: revisited fix #796 + ident handling for unapply (can compile library with -Xunapply now)
* revisited fix #796 + ident handling for unapply...Burak Emir2006-11-061-4/+2
| | | | | | revisited fix #796 + ident handling for unapply (can compile library with -Xunapply now)
* removed last traces CaseClass and fixed #796Burak Emir2006-11-069-94/+15
|
* removed CaseClassBurak Emir2006-11-067-69/+30
|
* scala test suite also contains jar files!michelou2006-11-061-1/+1
|
* Use platform-independent boxing/unboxing in Box...mihaylov2006-11-0610-64/+40
| | | | | Use platform-independent boxing/unboxing in Boxed*Array
* updated STARR to Scala 2.2.0.9153michelou2006-11-062-2/+2
|
* Added comment.Iulian Dragos2006-11-061-0/+1
|
* Improved class-level value initializationmihaylov2006-11-062-14/+28
|
* Platform-independent boxing/unboxingmihaylov2006-11-057-41/+113
|
* caseclass->productBurak Emir2006-11-0534-378/+552
|
* Compiled with java 1.4Iulian Dragos2006-11-041-1/+1
|
* Fixed loop and andThen (functions were reset by...Philipp Haller2006-11-033-9/+9
| | | | | | Fixed loop and andThen (functions were reset by channel, andThen would allow kill to finish).
* fixed inclusion of scala-dbc.jar in the built p...Lex Spoon2006-11-035-22/+19
| | | | | fixed inclusion of scala-dbc.jar in the built package
* (no commit message)Lex Spoon2006-11-031-0/+12
|
* use a simplified script for DebianLex Spoon2006-11-031-5/+3
|
* (no commit message)Lex Spoon2006-11-031-0/+7
|
* scalaint is now part of the scala scriptLex Spoon2006-11-031-7/+0
|
* more info in an assertMartin Odersky2006-11-031-1/+1
|
* Added new actor example.Philipp Haller2006-11-032-9/+128
|
* 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
| | | | | Speeding up EQ for Contexts when comparing to NoContext.
* 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
| | | | | Classes in the empty package are found now when referred as types from external classfiles -- was 'classfile is broken'
* Some of these haven't changed, but SVN is too s...Sean McDirmid2006-11-027-28/+101
| | | | | | Some of these haven't changed, but SVN is too stupid to care. Adding IDE hooks to Global.
* More hooks for the IDE.Sean McDirmid2006-11-021-21/+25
|
* Fixed a method name typo in Predefmihaylov2006-11-021-1/+1
|
* Forgotten file, belongs to the previous commit ...Iulian Dragos2006-11-021-2/+20
| | | | | Forgotten file, belongs to the previous commit with 'nest' test cases.
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-025-0/+44
| | | | | | Added a value for Java static inner classes to allow access to static members.
* added tests for rich charactersmichelou2006-11-024-14/+52
|
* Removed semicolons (copy-and-paste leftovers) f...mihaylov2006-11-021-7/+5
| | | | | Removed semicolons (copy-and-paste leftovers) from Predef.scala
* Fixed SVN properties of some fiels in scala/run...mihaylov2006-11-023-1/+1
| | | | | Fixed SVN properties of some fiels in scala/runtime/
* - 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
|