summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed initialization order issues (when -Xexper...Iulian Dragos2008-07-285-12/+12
| | | | | Fixed initialization order issues (when -Xexperimental is turned on).
* fixed #1022,#1030,#1033,#1036Martin Odersky2008-07-283-6/+17
|
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-289-66/+100
| | | | | fixed #842, #945, #83, #996, #1016, + some performace tuning.
* generating java generics signaturesMartin Odersky2008-07-259-159/+177
|
* Hardening of plugin to convert more hard crashe...Sean McDirmid2008-07-252-5/+11
| | | | | Hardening of plugin to convert more hard crashes as soft ones.
* Fixed typo.Geoffrey Washburn2008-07-252-2/+2
|
* Renamed 2nd variant of spawn to spawnNamed.Philipp Haller2008-07-241-1/+1
|
* Fixed #853.Philipp Haller2008-07-241-3/+21
|
* Fixed #775.Philipp Haller2008-07-241-1/+7
|
* Fixed #552 and #1116. Reviewed by Iulian.Philipp Haller2008-07-242-11/+30
|
* Changes/deprecation of Console.format. Geoffrey Washburn2008-07-245-377/+72
| | | | | | Added RichString.format. Started on better documentation in ModelAdditions.
* (1) made base type sequences lazy in their argu...Martin Odersky2008-07-234-74/+120
| | | | | | | (1) made base type sequences lazy in their arguments. Made `validateType' in RefChecks more lenient. First shot at allowing higher-kinded intersection types.
* enabled new initialization semantics for -Xexpe...Martin Odersky2008-07-221-8/+7
| | | | | enabled new initialization semantics for -Xexperimental
* Fixed bug in get and remove methods.Philipp Haller2008-07-221-49/+57
|
* inconsequential change to get the checkin build...Martin Odersky2008-07-221-1/+1
| | | | | inconsequential change to get the checkin build to try again
* Deprecated slice(n).Geoffrey Washburn2008-07-221-1/+2
|
* trying to fix buildMartin Odersky2008-07-222-7/+25
|
* Fixed msilName.Geoffrey Washburn2008-07-221-2/+2
|
* AllClass => NothingClassGeoffrey Washburn2008-07-2225-99/+95
| | | | | AllRefClass => NullClass
* fixed build problemMartin Odersky2008-07-212-12/+38
|
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-2110-276/+459
| | | | | added Iterator.flatten method; refactoring: closure -> baseTypeSeq
* Made mailbox in Actor protected (this is necess...Philipp Haller2008-07-182-2/+83
| | | | | | Made mailbox in Actor protected (this is necessary for JoinActor). Added get and remove methods to MessageQueue.
* Fixed indentation, removed tabs.Iulian Dragos2008-07-181-22/+22
|
* Hopefully, fixed random NPE crashes in the back...Iulian Dragos2008-07-181-3/+3
| | | | | Hopefully, fixed random NPE crashes in the backend.
* objects to vals, cosmetic changesIngo Maier2008-07-186-15/+19
|
* renderer renamed to rendererComponentIngo Maier2008-07-162-4/+4
|
* fixed #1100Adriaan Moors2008-07-151-7/+11
|
* Fixed and added things for Andrew, rearranged e...Ingo Maier2008-07-1530-68/+154
| | | | | | Fixed and added things for Andrew, rearranged event hierarchy and list renderers
* cleanupSean McDirmid2008-07-151-9/+0
|
* Updating SymbolLoaders to ensure during refresh...Sean McDirmid2008-07-152-2/+7
| | | | | | Updating SymbolLoaders to ensure during refresh that a directory is still a directory. (only in the IDE)
* cosmetic changes (Unit)michelou2008-07-152-13/+14
|