summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for #934Antonio Cunei2009-02-092-3/+7
* repaired init order issue with the fix for #1602.Paul Phillips2009-02-092-8/+16
* existential error message changed to agree with...Paul Phillips2009-02-091-1/+1
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-5/+1
* Minor refactorings and a little bit of document...David MacIver2009-02-083-20/+35
* Removed some redundancy in parallel matching (m...David MacIver2009-02-081-32/+6
* Fix for #1268.Paul Phillips2009-02-071-1/+2
* Inelegant fix for bug #1602; will revisit.Paul Phillips2009-02-062-2/+7
* Script errors are now reported at the correct p...Paul Phillips2009-02-061-7/+20
* lazy values in repl are now handled uniformly (...Paul Phillips2009-02-061-37/+30
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-062-3/+16
* lazy values in the REPL are now evaluated lazily.Paul Phillips2009-02-061-23/+28
* The changes made to the scaladoc tool also need...nielsen2009-02-051-0/+5
* added support for Strings, arrays, sets.Martin Odersky2009-02-0549-133/+1832
* Fixed duplicate symbols problem in new collecti...Martin Odersky2009-02-057-49/+125
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-058-129/+575
* Fix and test for #1689.Miles Sabin2009-02-031-1/+1
* Fixed #1686.Philipp Haller2009-02-022-12/+7
* Applied patch from #1684.Geoffrey Washburn2009-02-022-2/+2
* Fixed #1451.Philipp Haller2009-01-302-6/+14
* Fixed build.Philipp Haller2009-01-301-1/+3
* Fixed #1652.Philipp Haller2009-01-302-14/+3
* Deprecated new Array(...) syntax for dimensions...Martin Odersky2009-01-291-0/+6
* 1.Martin Odersky2009-01-2918-121/+161
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-293-8/+15
* Fixed lockup in partest.Philipp Haller2009-01-292-1/+4
* added optional manifestMartin Odersky2009-01-281-1/+1
* added support for strings as collections in 2.8Martin Odersky2009-01-285-0/+1247
* added optional manifestsMartin Odersky2009-01-282-0/+36
* break and continue now both go to a breakable b...Martin Odersky2009-01-281-9/+8
* Fixed issues #1084 and #1611.Gilles Dubochet2009-01-283-17/+23
* scala/trunk/src/compiler/scalax -> scala/trunk/...ilyas2009-01-2617-17/+17
* scalap modified for correct object printingilyas2009-01-221-5/+4
* Whenever an actor is created it inherits the sc...Philipp Haller2009-01-222-26/+36
* scalap modified for correct case classes printingilyas2009-01-222-8/+54
* ActorGC is no longer a global object; each sche...Philipp Haller2009-01-227-12/+48
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+1
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+2
* fixed #1651Lukas Rytz2009-01-201-0/+3
* Fix and test for #1648Geoffrey Washburn2009-01-201-2/+2
* Fixed #1652.Philipp Haller2009-01-201-2/+7
* merge from maven2 branch, add licensing info to...Lukas Rytz2009-01-194-0/+93
* Fixed a typo in the documentation (See #1648)Geoffrey Washburn2009-01-181-1/+1
* Removed obsolete field.Philipp Haller2009-01-161-2/+0
* Cleaned up addition of serializable annotations.Philipp Haller2009-01-162-37/+19
* Fix for #1589.Iulian Dragos2009-01-151-1/+4
* scalap classes addedilyas2009-01-1527-0/+3248
* Fixed ant test.suite target for jvm tests that ...Philipp Haller2009-01-142-2/+16
* Fixed #1143 (again).Philipp Haller2009-01-141-1/+3
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-1314-71/+132