summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #585.Philipp Haller2008-03-051-3/+5
* Added util.matching package that contains extra...Philipp Haller2008-03-049-0/+573
* Added more debug info to partest.Philipp Haller2008-03-042-1/+7
* Use a java.security.SecureRandom for better Geoffrey Washburn2008-03-041-1/+1
* Added equals methods to instances of Ordered. Geoffrey Washburn2008-03-043-0/+12
* One more redundant use of toString.Geoffrey Washburn2008-03-041-1/+1
* Eliminated a few more redundant uses of toString.Geoffrey Washburn2008-03-042-5/+5
* Undid most of the valueOf optimizations as they...Geoffrey Washburn2008-03-043-18/+48
* Updated usage infoPhilipp Haller2008-03-041-1/+2
* Changed paths in resident compiler tests + scal...Philipp Haller2008-03-049-18/+18
* Fixed #581. Made script tester more robust.Philipp Haller2008-03-032-36/+69
* Simplified classpath handlingPhilipp Haller2008-03-036-23/+21
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-033-3/+3
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-033-18/+18
* Pending test for #591NAME2008-03-031-0/+7
* Strings are immutable, so new String(string) is...Geoffrey Washburn2008-03-031-1/+1
* returning "" is more efficient than new String()Geoffrey Washburn2008-03-031-1/+1
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-033-10/+10
* Pending test for #590NAME2008-03-031-0/+3
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-0313-17/+17
* Pending tests for #446NAME2008-03-032-0/+8
* Fixing a bug in the IDE related to abstract val's.Sean McDirmid2008-03-021-2/+6
* Fixed commit test (which breaks partest res tes...Philipp Haller2008-02-299-18/+18
* Added support for res, script and shootout tests.Philipp Haller2008-02-298-137/+381
* Removed superfluous filesPhilipp Haller2008-02-298-35/+0
* Modified scalatest and .res files so that parte...Philipp Haller2008-02-2917-17/+53
* fixed missing Ant dependencymichelou2008-02-291-0/+1
* Fixed issue #586.Gilles Dubochet2008-02-292-3/+16
* Added a definition of equals() and hashCode to ...Geoffrey Washburn2008-02-291-0/+4
* First step towards a faster commit build.Gilles Dubochet2008-02-2926-440/+1993
* removed tracesmichelou2008-02-291-2/+0
* added batch file for partestmichelou2008-02-291-0/+101
* fixed resolutionmichelou2008-02-291-1/+1
* updated STARR to Scala 2.7.0-RC3michelou2008-02-293-3/+3
* minor fixmichelou2008-02-291-3/+2
* fixed #579michelou2008-02-291-2/+2
* minor fix (bis)michelou2008-02-281-3/+3
* one more attempt to fix raw typesMartin Odersky2008-02-281-37/+28
* minor fixmichelou2008-02-281-2/+2
* updated currentTime (dotnet)michelou2008-02-281-2/+8
* Forgot to update the .check now that the test h...Geoffrey Washburn2008-02-281-5/+0
* Removed stub methods, and moved the contractual...Geoffrey Washburn2008-02-281-24/+17
* fixed problem with raw types reported by lift p...Martin Odersky2008-02-281-11/+26
* Fixed bugsSean McDirmid2008-02-282-9/+16
* Fixed bugsSean McDirmid2008-02-282-13/+46
* Do not run the test on IdentityHashMap because ...Geoffrey Washburn2008-02-281-1/+3
* updated STARR to Scala 2.7.0-finalmichelou2008-02-283-3/+3
* partest bootstraps itself using reflection.Philipp Haller2008-02-277-224/+311
* Commented out the change until I can sort out w...Geoffrey Washburn2008-02-271-4/+6
* Add default implementations of equals and hashC...Geoffrey Washburn2008-02-271-0/+22