summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added links to compiler sourcesmichelou2007-03-221-393/+464
|
* corrected code example in Scala commentmichelou2007-03-221-27/+35
|
* fixed coverage checking to use <:< (Adriaan's b...Burak Emir2007-03-221-2/+5
| | | | | | fixed coverage checking to use <:< (Adriaan's bug for typed pattern _:List)
* Rolled back changes for assignments that carry ...Iulian Dragos2007-03-221-30/+38
| | | | | Rolled back changes for assignments that carry their rhs value.
* oops, forgot to add ParallelMatchingBurak Emir2007-03-221-0/+589
|
* new pattern matching algoBurak Emir2007-03-2218-502/+404
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* Added support in the backend for assignments th...Iulian Dragos2007-03-211-38/+30
| | | | | | Added support in the backend for assignments that carry the value of their right hand side.
* Major rewrite of optimization phases.Iulian Dragos2007-03-2122-212/+616
|
* updated STARR to Scala 2.4.0-finalmichelou2007-03-213-4/+5
|
* comment updates for various set and map classes...Lex Spoon2007-03-2112-72/+97
| | | | | comment updates for various set and map classes and traits
* added Array.deepEquals, improved external links...michelou2007-03-209-57/+345
| | | | | added Array.deepEquals, improved external links to sources in API doc
* reverted last changemichelou2007-03-201-0/+2
|
* added resource 'source.png' in DocGeneratormichelou2007-03-203-3/+65
|
* updated lib/ant-contrib.jar to version 1.0b3 (w...michelou2007-03-201-1/+1
| | | | | updated lib/ant-contrib.jar to version 1.0b3 (was 1.0b2)
* added ${version.suffix}michelou2007-03-202-61/+77
|
* Use compat.StringBuilder in runtime.BoxedArraymihaylov2007-03-201-0/+1
|
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-193-1/+26
|
* added more links to source filesmichelou2007-03-192-2/+89
|
* added external links to library source filesmichelou2007-03-193-299/+407
|
* fixed bug1006Martin Odersky2007-03-192-1/+16
|
* added method round to RichFloat/RichDouble; Martin Odersky2007-03-194-2/+14
| | | | | fixed bug 1008
* scala.actors: timer thread survives snapshot/re...Philipp Haller2007-03-165-58/+83
| | | | | scala.actors: timer thread survives snapshot/restart of Scheduler.
* updated STARR to Scala 2.4.0-RC2michelou2007-03-162-2/+2
|
* Fixed verify error (bug #1009)Iulian Dragos2007-03-161-0/+2
|
* scala.actors: added snapshot/restart for Schedu...Philipp Haller2007-03-167-43/+135
| | | | | scala.actors: added snapshot/restart for Scheduler.
* fixed bug1008Martin Odersky2007-03-162-2/+15
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-167-57/+183
|
* (no commit message)Lex Spoon2007-03-162-0/+3
|
* (no commit message)Lex Spoon2007-03-166-0/+36
|
* at the end of input, return an infinite stream ...Lex Spoon2007-03-161-0/+1
| | | | | at the end of input, return an infinite stream of SU's
* - if a `foo` quoted identifier is truncated, th...Lex Spoon2007-03-161-6/+7
| | | | | | | - if a `foo` quoted identifier is truncated, then be careful to leave - the token type as ERROR print a nicer error message if a `foo` quoted - identifier is truncated
* fixed test to new MatchError interfaceBurak Emir2007-03-151-2/+2
|
* ok, ne and eq take AnyRef rather than Any.Burak Emir2007-03-151-1/+1
|
* is an exception now rather than an errorBurak Emir2007-03-151-2/+6
|
* changed test filesMartin Odersky2007-03-143-1/+112
|
* fixed bug 1001Martin Odersky2007-03-141-3/+26
|
* Fixed crash in backend with Array comparison.Iulian Dragos2007-03-141-0/+2
|
* Fixed crash in backend for scala.ArrayIulian Dragos2007-03-141-1/+4
|
* partial fix of bug 999Martin Odersky2007-03-142-9/+15
|
* re-fixed bug 1000Martin Odersky2007-03-142-2/+18
|
* reverted bug1000 fix, because it caused wquickd...Martin Odersky2007-03-132-5/+10
| | | | | reverted bug1000 fix, because it caused wquickdoc to crash
* fixed problem with buildMartin Odersky2007-03-132-6/+6
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-138-14/+83
| | | | | fixed bug 1000 and david pollaks problem wrt tupling
* reenable compiling of scriptsLex Spoon2007-03-131-1/+4
|
* fixed bugs 910 and 995.Martin Odersky2007-03-125-24/+39
|
* fixed bugs 987/988Martin Odersky2007-03-122-1/+3
|
* fixed build problemMartin Odersky2007-03-121-1/+1
|
* Fixed David Pollacks stack overflow problem.Martin Odersky2007-03-123-11/+39
|
* Fixed bug #993Iulian Dragos2007-03-121-5/+13
|
* updated STARR to Scala 2.4.0-RC1michelou2007-03-092-2/+2
|