summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Checked in David's update to LongMap and IntMap.Geoffrey Washburn2008-08-065-5/+23
|
* Hardening classpath against sourcepath crash.Sean McDirmid2008-08-061-11/+4
|
* David's new collections can't currently be used...Geoffrey Washburn2008-08-063-0/+3
| | | | | David's new collections can't currently be used on .NET.
* Changed a val into a def to reduce state in Act...Philipp Haller2008-08-051-1/+1
| | | | | Changed a val into a def to reduce state in Actor trait.
* Reverting a premature change to retain opportun...Philipp Haller2008-08-051-20/+3
| | | | | Reverting a premature change to retain opportunity to implement #600.
* Fixed #1172.Philipp Haller2008-08-051-2/+2
|
* fixed #1163.Martin Odersky2008-08-051-9/+19
|
* Made serialization of functions used in the rem...Philipp Haller2008-08-053-8/+36
| | | | | | Made serialization of functions used in the remote actors runtime more robust by creating explicit classes.
* fixed #1150, #1152Martin Odersky2008-08-051-13/+19
|
* Disable the CLDC option.Geoffrey Washburn2008-08-051-1/+1
|
* fixed #1096, #1122, #1132.Martin Odersky2008-08-055-12/+152
|
* Added David's additional collections.Geoffrey Washburn2008-08-054-0/+1145
|
* Improved the documentation for Application to b...Geoffrey Washburn2008-08-051-2/+22
| | | | | | Improved the documentation for Application to be clearer about its caveats.
* Minor changes, added button demo from the bookIngo Maier2008-08-053-4/+34
|
* Actor trait abstracts from scheduling strategy.Philipp Haller2008-08-045-105/+164
|
* Separated actor GC from scheduling.Philipp Haller2008-08-036-79/+104
|
* Fixed problem with partest hanging when log fil...Philipp Haller2008-08-031-8/+13
| | | | | Fixed problem with partest hanging when log file unreadable.
* Fixed #1131.Philipp Haller2008-08-031-2/+2
|
* fixed #1049Martin Odersky2008-08-021-38/+55
|
* Fixed #1049 and #1062Martin Odersky2008-08-014-73/+78
|
* Disabled closure analysis on 1.4 (for now).Philipp Haller2008-08-011-1/+1
|
* Changed "," to ", " in Queue.toString.Martin Odersky2008-08-012-61/+120
|
* Lambda: The Ultimate DistributivePhilipp Haller2008-08-012-67/+18
|
* Added options --buildpath and --classpath.Philipp Haller2008-08-015-37/+126
|
* Fixed initialization for vars initialized to th...Iulian Dragos2008-07-316-33/+15
| | | | | | Fixed initialization for vars initialized to the default value (inside traits). Should fix failing test 'bugs.scala'.
* changed build script to run shootout and script...Lukas Rytz2008-07-311-1/+38
| | | | | changed build script to run shootout and script tests
* -Xexperimental changes for #1093Martin Odersky2008-07-315-20/+78
|
* Small documentation fixes based upon Iulian's f...Geoffrey Washburn2008-07-301-9/+18
| | | | | Small documentation fixes based upon Iulian's feedback.
* Enabled actor links for remote actors.Philipp Haller2008-07-306-31/+150
|
* Fix for #1151Geoffrey Washburn2008-07-301-13/+1
|
* HardeningSean McDirmid2008-07-301-3/+10
|
* link addedIngo Maier2008-07-301-1/+3
|
* damn subclipseIngo Maier2008-07-304-0/+0
|
* Loading images through getResource for the jar,...Ingo Maier2008-07-309-8/+14
| | | | | | Loading images through getResource for the jar, fixed SplitPane orientation issue
* Move scala.Random -> scala.util.Random on .NETLukas Rytz2008-07-302-0/+77
|
* Renamed Actor.async to Actor.respondOn.Philipp Haller2008-07-301-2/+2
|
* Addition of @serializable annotations avoids re...Philipp Haller2008-07-302-4/+13
| | | | | | Addition of @serializable annotations avoids regressions. Avoids use of String.contains method to allow 1.4 build being run on 1.4.
* ACC_BRIDGE -> ACC_SYNTHETIC as with javacmichelou2008-07-291-1/+1
|
* Disabled code in CleanUp to enable build of 1.4...Philipp Haller2008-07-291-1/+2
| | | | | Disabled code in CleanUp to enable build of 1.4 library.
* Made -Xcheckinit imply -Xfuture, and added -Xfu...Iulian Dragos2008-07-292-1/+2
| | | | | | Made -Xcheckinit imply -Xfuture, and added -Xfuture to enable future language features (right now, only the new initialization order).
* Fixed #1143. Added tests for #1143 and #1116.Philipp Haller2008-07-291-1/+2
|
* Fixed partest to accept additional flags on a p...Iulian Dragos2008-07-293-14/+28
| | | | | Fixed partest to accept additional flags on a per test basis.
* Updated documentation for Any and AnyRefGeoffrey Washburn2008-07-293-9/+216
|
* removed warning (Random)michelou2008-07-294-7/+9
|
* moved class Random to package scala.utilmichelou2008-07-293-1/+78
|
* fixed Signature generationMartin Odersky2008-07-292-24/+27
|
* experimenting with Signature attributeMartin Odersky2008-07-291-3/+4
|
* Fixes the msil build.Lukas Rytz2008-07-281-0/+17
| | | | | | | On .NET, the method fillInStackTrace does not exist (in System.Exception, which is aliased as RuntimeException). So NonLocalReturnException cannot override it.
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-285-56/+246
| | | | | | | | Added -Ycheckinit, which causes all getters to check that fields are initialized before being used. It reuses the same machinery (and bitmaps) as lazy values. For now it requires the new initialization order (-Xexperimental) to work.
* fixed #1086, #1102, #1144Martin Odersky2008-07-284-7/+20
|