summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed another use of 1.5 PrintWriter constructor.Geoffrey Washburn2008-03-101-1/+1
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-097-75/+34
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-091-3/+1
* Moved matching from 'util' to 'scala.util'.Gilles Dubochet2008-03-089-9/+9
* Applied patch from #598NAME2008-03-071-1/+1
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-074-9/+39
* Fixed #274 by using NameTransformer.decode.Geoffrey Washburn2008-03-071-2/+3
* Hopefully fix the problem with Either not being...Geoffrey Washburn2008-03-071-0/+1
* Use JDK 1.4 compatible PrintWriter constructorPhilipp Haller2008-03-071-1/+1
* 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-072-0/+1021
* 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
* 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-065-10/+62
* 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-0510-50/+75
* Main accepts, but ignores -Ydoc.Geoffrey Washburn2008-03-052-43/+13
* Created a "new" class that is used for running ...Geoffrey Washburn2008-03-051-0/+111
* 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
* Fixed #581. Made script tester more robust.Philipp Haller2008-03-032-36/+69
* Simplified classpath handlingPhilipp Haller2008-03-036-23/+21
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-033-18/+18
* 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
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-0313-17/+17
* Fixing a bug in the IDE related to abstract val's.Sean McDirmid2008-03-021-2/+6
* Added support for res, script and shootout tests.Philipp Haller2008-02-298-137/+381
* Fixed issue #586.Gilles Dubochet2008-02-291-3/+7
* Added a definition of equals() and hashCode to ...Geoffrey Washburn2008-02-291-0/+4
* First step towards a faster commit build.Gilles Dubochet2008-02-2923-440/+1346
* 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
* 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