summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Fixed duplicate symbols problem in new collection libraries by adding a special case to Erasure. Fixed override problems in new collection libraries by refining OverriddenPairs. Fixed repeated load by applying patch to Settings. Improved error message iin RefChecks.
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-058-129/+575
| | | | | | Compiler implementation of SIP 00002 and fixes for tests and other tools like scaladoc
* 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
| | | | | Deprecated new Array(...) syntax for dimensions > 1.
* 1.Martin Odersky2009-01-2918-121/+161
|
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-293-8/+15
| | | | | | Changed typing of if-then: Missing else is now always replaced by (). Fixed memory leak for ArrayBuffer.clear in 2.8 collections.
* 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
| | | | | break and continue now both go to a breakable block.
* Fixed issues #1084 and #1611.Gilles Dubochet2009-01-283-17/+23
|
* scala/trunk/src/compiler/scalax -> scala/trunk/...ilyas2009-01-2617-17/+17
| | | | | | scala/trunk/src/compiler/scalax -> scala/trunk/src/compiler/scala/tools/scalap
* 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
| | | | | | Whenever an actor is created it inherits the scheduler from the creating actor. Prepares for resolution of #1405.
* 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
| | | | | | ActorGC is no longer a global object; each scheduler provides its own ActorGC instance. Prepares for resolution of #1405.
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+1
| | | | | Fixed NPE when calling hashCode on a product containing nulls (#216)
* Fixed NPE when calling hashCode on a product co...Iulian Dragos2009-01-211-1/+2
| | | | | Fixed NPE when calling hashCode on a product containing nulls (#216)
* 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
| | | | | merge from maven2 branch, add licensing info to artifacts.
* 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 ant test.suite target for jvm tests that contain directories.
* Fixed #1143 (again).Philipp Haller2009-01-141-1/+3
|
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-1314-71/+132
| | | | | | renamed util.control.Break to Breaks and added support for continue. Fully implemented package objects.
* test commit: IntelliJ project files addedilyas2009-01-131-0/+24
|
* Applied patch for #1618Geoffrey Washburn2009-01-131-0/+1
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-13565-566/+566
|
* fixed #1269.Lukas Rytz2009-01-123-1/+52
|
* parses syntax for package objectsMartin Odersky2009-01-126-33/+43
|
* removed colelction.generic.nonvariantMartin Odersky2009-01-129-116/+1
|
* reuse run method from superclassIngo Maier2009-01-111-4/+3
|
* Updated copyright notices to 2009Antonio Cunei2009-01-09322-327/+327
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-086-13/+24
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Fix timeout problem in partestPhilipp Haller2009-01-083-163/+160
|
* Fix for #1624.Antonio Cunei2009-01-071-12/+5
| | | | | | | | | The code logic of this fragment was wrong, and worked mainly because the CharsetDecoder usually generates the same number of characters in output as are given in input. Using special characters would change that, leading to a condition by which the resulting CharBuffer would never eventually empty.
* Fixed floating point regex.Miles Sabin2009-01-071-1/+1
|
* (no commit message)lesani2009-01-062-3/+3
|