summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed bugs#440,#560Burak Emir2006-03-304-148/+218
* added (simple) test script for testing Scala co...michelou2006-03-301-0/+371
* Fixed more SVN propertiesGilles Dubochet2006-03-3013-4/+4
* Fixed svn propertiesmihaylov2006-03-301-1/+1
* replaced ${*.dir}/${exec.dir.name} with ${*.ex...mihaylov2006-03-301-28/+29
* Exec Scripts (scala, scalac, etc.) are generate...Gilles Dubochet2006-03-301-28/+86
* Updated UNIX script templates to be Posix Shell...Gilles Dubochet2006-03-302-15/+21
* renamed args to tsBurak Emir2006-03-301-2/+2
* renamed mkSequence to mkArrayValueBurak Emir2006-03-301-3/+5
* Updated STARR to Scala 2.1.1Gilles Dubochet2006-03-302-2/+2
* fixed svn properties of NonLocalReturnException...mihaylov2006-03-301-1/+3
* corrected link to sbaz universe in **/build.xmlmichelou2006-03-291-5/+5
* released Scala version 2.1.1v2.1.1michelou2006-03-291-3/+3
* corrected "%1"=="" to (%1)==() in file generic-...michelou2006-03-281-2/+4
* reintroduced attribute 'bootclasspath' in Ant t...michelou2006-03-285-22/+58
* added sbaz package 'scala-test'michelou2006-03-281-0/+15
* Automatic file encoding detection is now Java 1...Gilles Dubochet2006-03-281-16/+16
* Fixed the properties of pending/neg/bug432.scalamihaylov2006-03-281-0/+0
* Moved the retsync.scala test to test/files/runmihaylov2006-03-282-0/+0
* Added a --pending option to run the tests in in...mihaylov2006-03-281-2/+3
* Rearranged directories in test/pending/mihaylov2006-03-286-0/+0
* moved pending/ to test/mihaylov2006-03-286-0/+42
* moved to test/mihaylov2006-03-286-42/+0
* (no commit message)Lex Spoon2006-03-282-0/+33
* fixed bugs 555, 432Martin Odersky2006-03-283-9/+13
* Added BoxedArray.toArray method to override Seq...mihaylov2006-03-281-0/+7
* Moved codification to its own phase.Gilles Dubochet2006-03-2713-503/+542
* fixed bug 556Martin Odersky2006-03-274-23/+55
* Scalac now uses the default character encoding ...Gilles Dubochet2006-03-271-1/+2
* Updated checks so that test suite suceeds.Gilles Dubochet2006-03-272-2/+2
* Modified Scalac settings so that, when not used...Gilles Dubochet2006-03-271-3/+6
* Not touching source code in scala.runtime, its ...Sean McDirmid2006-03-271-1/+5
* 1.Martin Odersky2006-03-2714-161/+348
* moving the interdf code out of the compiler/lib...Lex Spoon2006-03-274-496/+1
* minor corrections to the consumed and produced ...Lex Spoon2006-03-271-6/+9
* undid import Predef._, after resolving dependen...Burak Emir2006-03-2510-20/+1
* undid consolidation in object XML, and added im...Burak Emir2006-03-2516-26/+29
* consolidated constants in object XMLBurak Emir2006-03-253-8/+9
* removed type alias for uniformityBurak Emir2006-03-251-2/+2
* removed some type aliases form uniformityBurak Emir2006-03-2512-49/+71
* handle xml:space in printingBurak Emir2006-03-252-4/+17
* handle xml prefix nowBurak Emir2006-03-251-8/+8
* added binding for xml prefixBurak Emir2006-03-251-5/+13
* Fixed bug #557: Testing available memory before...Gilles Dubochet2006-03-241-7/+11
* Changed Fluid.set to Fluid.value_=, per a sugge...Lex Spoon2006-03-242-3/+3
* - split MaintInterpreter.scala into two filesLex Spoon2006-03-242-164/+171
* for continuationsBurak Emir2006-03-241-0/+53
* added library scala-dbc.jar to package scala-li...michelou2006-03-241-1/+1
* added header in file scala/tools/nsc/EvalLoop.s...michelou2006-03-241-6/+13
* Added inlining phase, fixed some bugs.Iulian Dragos2006-03-2414-86/+608