summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a small bug in scala.Console.readShort()mihaylov2007-03-271-1/+1
* Small refactoring of the Setting classesmihaylov2007-03-263-16/+21
* Removed implicit use of any java.lang classes f...mihaylov2007-03-2630-24/+38
* Fixed bug #1020 (crash on finally with try-catch).Iulian Dragos2007-03-262-18/+12
* ParallelMatching falls back when it cannot gene...Burak Emir2007-03-242-3/+21
* - added user-accessible settings for the interp...Lex Spoon2007-03-243-27/+96
* Removed Iterable.toArray; it conflicts with Bit...Lex Spoon2007-03-242-11/+1
* fixed Seq.toStringLex Spoon2007-03-241-1/+2
* Reverted toString in Seq, Map, and Set; it now ...Lex Spoon2007-03-243-37/+12
* - tweaked two commentsLex Spoon2007-03-241-2/+13
* fixed bug1014Martin Odersky2007-03-232-12/+9
* Fixed ArrayIndexOutOfBounds in cached bigints f...Iulian Dragos2007-03-231-2/+3
* Fixed unary minus in BigInt (changed from -: to...Iulian Dragos2007-03-231-1/+1
* renamed getOrElsePut to getOrElseUpdate, which ...Lex Spoon2007-03-231-4/+4
* - toString() on large collections now only printsLex Spoon2007-03-234-7/+55
* when printing an import statement, do not add {...Lex Spoon2007-03-231-1/+5
* fixed bug related to default patternsBurak Emir2007-03-231-2/+3
* Fixed stupid comparison warning.Iulian Dragos2007-03-231-17/+0
* fixed bug1011Martin Odersky2007-03-231-4/+3
* fixed nonsensical warningsMartin Odersky2007-03-231-3/+3
* fixed bug1010Martin Odersky2007-03-232-0/+11
* Fixed contribution #396mihaylov2007-03-231-1/+1
* modified sinsibility checks and test casesMartin Odersky2007-03-222-10/+13
* (1) added readLong to Console.Martin Odersky2007-03-225-2/+81
* 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
* Rolled back changes for assignments that carry ...Iulian Dragos2007-03-221-30/+38
* oops, forgot to add ParallelMatchingBurak Emir2007-03-221-0/+589
* new pattern matching algoBurak Emir2007-03-229-449/+323
* Added support in the backend for assignments th...Iulian Dragos2007-03-211-38/+30
* Major rewrite of optimization phases.Iulian Dragos2007-03-2122-212/+616
* comment updates for various set and map classes...Lex Spoon2007-03-2112-72/+97
* added Array.deepEquals, improved external links...michelou2007-03-205-14/+235
* added resource 'source.png' in DocGeneratormichelou2007-03-202-1/+65
* added ${version.suffix}michelou2007-03-201-59/+73
* Use compat.StringBuilder in runtime.BoxedArraymihaylov2007-03-201-0/+1
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-191-1/+3
* 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-191-1/+1
* added method round to RichFloat/RichDouble; Martin Odersky2007-03-194-2/+14
* scala.actors: timer thread survives snapshot/re...Philipp Haller2007-03-165-58/+83
* Fixed verify error (bug #1009)Iulian Dragos2007-03-161-0/+2
* scala.actors: added snapshot/restart for Schedu...Philipp Haller2007-03-167-43/+135
* fixed bug1008Martin Odersky2007-03-162-2/+15
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-165-57/+93
* at the end of input, return an infinite stream ...Lex Spoon2007-03-161-0/+1
* - if a `foo` quoted identifier is truncated, th...Lex Spoon2007-03-161-6/+7
* ok, ne and eq take AnyRef rather than Any.Burak Emir2007-03-151-1/+1