summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* moved version/copyright properties from source ...michelou2007-01-2911-64/+122
| | | | | moved version/copyright properties from source code to property file
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-291-2/+4
|
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-292-0/+50
|
* Added assertion for concrete undefined methodsIulian Dragos2007-01-291-0/+2
|
* Fixed crash for 'return' in finallyIulian Dragos2007-01-293-6/+10
|
* Fixed contribution #302 concerning scala.SeqProxymihaylov2007-01-281-0/+1
|
* update STARR to Scala 2.3.3michelou2007-01-253-4/+4
|
* updated copyright date and address of Scala web...v2.3.3michelou2007-01-252-8/+11
| | | | | updated copyright date and address of Scala website
* update address of Scala websitemichelou2007-01-2514-38/+39
|
* 1.Martin Odersky2007-01-2512-5/+62
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* once more.Martin Odersky2007-01-251-1/+1
|
* fixed build problem for Array.makeMartin Odersky2007-01-251-1/+1
|
* fsee message for 9732Martin Odersky2007-01-256-50/+86
|
* fixed bugs 900,892, contrib 296.Martin Odersky2007-01-251-2/+17
|
* matching on arrays via unapplySeqBurak Emir2007-01-253-5/+17
|
* Renamed a function to avoid shadowing.Philipp Haller2007-01-241-3/+3
|
* method Source::getLinesBurak Emir2007-01-242-2/+51
|
* removed the :compile commandLex Spoon2007-01-242-21/+1
|
* test case for unapply gadt evaluatorBurak Emir2007-01-241-0/+35
|
* forgot check file and removed flags fileBurak Emir2007-01-242-1/+0
|
* moved working tests to filesBurak Emir2007-01-2415-0/+0
|
* (no commit message)Lex Spoon2007-01-241-0/+35
|
* put Scala jar's on the actual bootclasspath of ...Lex Spoon2007-01-241-1/+2
| | | | | | put Scala jar's on the actual bootclasspath of the JVM, not just in a property
* add the version number properties file to scala...Lex Spoon2007-01-241-13/+14
| | | | | add the version number properties file to scala-compiler.jar
* fixed the build dependenciesLex Spoon2007-01-241-1/+1
|
* (no commit message)Lex Spoon2007-01-241-0/+6
|
* updated the URL to scala-lang.orgLex Spoon2007-01-241-1/+1
|
* Fixed bug that caused single-threaded scheduler...Philipp Haller2007-01-241-2/+3
| | | | | Fixed bug that caused single-threaded scheduler to misbehave on JDK6.
* updated STARR to Scala 2.3.2michelou2007-01-233-4/+4
|
* updated copyright datev2.3.2michelou2007-01-232-3/+4
|
* updated copyright date in build.xmlmichelou2007-01-231-1/+1
|
* updated some commments in interpretermichelou2007-01-234-35/+50
|
* - Added default constructors for Settings and G...Lex Spoon2007-01-2315-16/+223
| | | | | | | | | | - Added default constructors for Settings and Global - Added attributed types, if -Xplugtypes is available. This enables non-LAMP people to experiment with type attributes. (This is a merge from the plugtypes branch, revision 9679) The attributes are ignored for now, even with -Xplugtypes, but do get propagated.
* new testsMartin Odersky2007-01-236-0/+184
|
* Changed back the paths for --quickLex Spoon2007-01-231-2/+2
|
* Fixed bug (self not updated correctly).Philipp Haller2007-01-237-31/+21
|
* fixed bug908Martin Odersky2007-01-231-1/+1
|
* Add a deprecation check for deprecated methods ...Lex Spoon2007-01-232-4/+25
| | | | | | Add a deprecation check for deprecated methods overriding concrete methods.
* Enable -deprecation while running testsLex Spoon2007-01-231-2/+2
|
* updated check fileMartin Odersky2007-01-221-2/+2
|
* fized bug in FlatHashTableMartin Odersky2007-01-222-1/+2
|
* (no commit message)Martin Odersky2007-01-2214-0/+855
|
* fixed problems with build.Martin Odersky2007-01-2231-34/+43
|
* Fxied bug 909;Martin Odersky2007-01-2220-47/+44
| | | | | Updated collection library
* Fixing the 1.4 build by deleting 1.5 specific A...Sean McDirmid2007-01-221-4/+4
| | | | | Fixing the 1.4 build by deleting 1.5 specific APIs.
* Inlined detachActor().Philipp Haller2007-01-211-8/+4
|
* Removed obsolete TickedDebugScheduler and Spare...Philipp Haller2007-01-214-326/+15
| | | | | | Removed obsolete TickedDebugScheduler and SpareWorkerScheduler. Pending reactions are updated inside IScheduler.start() instead of outside.
* Added fast message queue implementation.Philipp Haller2007-01-211-0/+86
|
* Changed sender stack and links to be simple Lists.Philipp Haller2007-01-214-203/+142
|
* don't escape apos in xmlBurak Emir2007-01-191-1/+1
|