summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Pending test for #606NAME2008-03-072-0/+10
* Fixed typo in SuperSABBUS that prevented it fro...Gilles Dubochet2008-03-071-1/+1
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-075-23/+49
* Fixed #274 by using NameTransformer.decode.Geoffrey Washburn2008-03-071-2/+3
* Hopefully fix the problem with Either not being...Geoffrey Washburn2008-03-072-0/+2
* Use JDK 1.4 compatible PrintWriter constructorPhilipp Haller2008-03-071-1/+1
* updated STARR to 2.7.0-finalLukas Rytz2008-03-073-3/+3
* Set keywords property.Geoffrey Washburn2008-03-071-1/+1
* Oops.Geoffrey Washburn2008-03-071-479/+9
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-073-0/+1497
* Applied Andrew Foggin's patch to allow plugins ...Geoffrey Washburn2008-03-071-1/+4
* definitions.init doesn't really need to know ab...Geoffrey Washburn2008-03-071-2/+2
* Switched to scala.StringBuilderIulian Dragos2008-03-061-1/+1
* updated scala-reports addressmichelou2008-03-061-3/+3
* Added a method to give you the default characte...Geoffrey Washburn2008-03-061-0/+7
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-0615-237/+355
* fixed double escaping issueBurak Emir2008-03-052-5/+5
* Refactored definition of test procedures.Philipp Haller2008-03-053-218/+114
* ScalaDoc, etc.Geoffrey Washburn2008-03-0512-61/+84
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
* Main accepts, but ignores -Ydoc.Geoffrey Washburn2008-03-052-43/+13
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
* Created a "new" class that is used for running ...Geoffrey Washburn2008-03-052-4/+115
* 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