summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* IDE tweaks.Sean McDirmid2008-04-112-10/+16
|
* Added what is needed to properly build, test an...Gilles Dubochet2008-04-111-0/+325
| | | | | | Added what is needed to properly build, test and package a distribution for jvm 1.4.
* fixed #710 (revert some of r14520, but fix for ...Burak Emir2008-04-101-2/+2
| | | | | fixed #710 (revert some of r14520, but fix for #346 still holds)
* fixes "no-symbol doesn't have owner" crash in e...Burak Emir2008-04-101-1/+1
| | | | | fixes "no-symbol doesn't have owner" crash in eclipse build.
* removed for nowMartin Odersky2008-04-101-464/+0
|
* new phase (not yet connected to rest)Martin Odersky2008-04-101-0/+464
|
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-0/+6
| | | | | | Added a simple target to build a JVM 1.4 version of the Scala compiler and library.
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-094-220/+84
| | | | | | | | Refactored SuperSabbus' targets to be finer grained and permit better dependency management (with JVM 1.4 and MSIL support in mind). First effort of refactoring the classpath handling: tools are run with the scala library on the classpath, not on the bootclasspath.
* fixed 495 again (this fix no longer ignores gua...Burak Emir2008-04-091-5/+9
| | | | | fixed 495 again (this fix no longer ignores guards), with test
* fixed #654 and #688Martin Odersky2008-04-097-65/+61
|
* moving files back to proper subdirectoryBurak Emir2008-04-095-0/+0
|
* removing PagedSeq.scala from dotnet-libraryLukas Rytz2008-04-091-0/+1
|
* CLRTypes: mutable sequence was modified while i...Lukas Rytz2008-04-091-3/+2
| | | | | CLRTypes: mutable sequence was modified while iterating over it.
* Renamed method pending in Actor trait to mailbo...Philipp Haller2008-04-091-4/+4
| | | | | Renamed method pending in Actor trait to mailboxSize.
* Fixed #734 issue with filename encoding.Geoffrey Washburn2008-04-091-2/+2
|
* Fixed equality to be symmetric with respect to ...Geoffrey Washburn2008-04-082-2/+4
| | | | | Fixed equality to be symmetric with respect to Atom.
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-081-6/+5
|
* Copied old implementation of Console to the jvm...Geoffrey Washburn2008-04-081-0/+345
| | | | | Copied old implementation of Console to the jvm-1.4 library.
* Eliminated either per #708.Geoffrey Washburn2008-04-082-553/+0
|
* fixed t607, t699Martin Odersky2008-04-088-46/+28
|
* improved isCoDefinedMartin Odersky2008-04-071-4/+2
|
* Fixed issue that caused neg tests to succeed if...Philipp Haller2008-04-071-1/+27
| | | | | | Fixed issue that caused neg tests to succeed if no check file was present.
* removed some files (the stuff in scala.util.mat...Martin Odersky2008-04-0713-918/+17
| | | | | | removed some files (the stuff in scala.util.matching got copied into experimental/regex)
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-0717-69/+482
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* Fixing infinite loop bug in type checker.Sean McDirmid2008-04-071-2/+13
|
* More stubs for MSIL, but I do not have the pati...Geoffrey Washburn2008-04-0710-0/+9
| | | | | | | | More stubs for MSIL, but I do not have the patience to create all of them at the moment. So for now the MSIL build is still a special case. We should have the students working on MSIL finish creating stubs (and perhaps implement some of them).
* Closer to having MSIL build again.Geoffrey Washburn2008-04-0758-3/+68
|
* Fixed android build.Geoffrey Washburn2008-04-071-0/+1
|
* More reorg.Geoffrey Washburn2008-04-0786-0/+0
|
* New reorg planGeoffrey Washburn2008-04-0792-0/+0
|
* Use toString() instead of toString in the inter...Geoffrey Washburn2008-04-071-2/+2
| | | | | Use toString() instead of toString in the interpreter.
* Undid 14522 for now.Geoffrey Washburn2008-04-071-5/+6
|
* This might fix things until the unreachable cod...Geoffrey Washburn2008-04-071-8/+8
| | | | | This might fix things until the unreachable code problem is resolved.
* test and fix for #631pradel2008-04-071-7/+17
|
* fixed #495Burak Emir2008-04-071-1/+5
|
* fixed #422Burak Emir2008-04-071-0/+2
|
* fixed #346Burak Emir2008-04-072-8/+11
|
* fixed #522Burak Emir2008-04-071-4/+8
|
* fixed some typos in the scaladoc commentsLex Spoon2008-04-071-5/+5
|
* fixed #671Burak Emir2008-04-061-25/+5
|
* 'busy waiting? you're not serious' said the Thr...Burak Emir2008-04-061-2/+4
| | | | | 'busy waiting? you're not serious' said the Thread and went to sleep(1).
* solved Walter Chang's slow InputStream issue (u...Burak Emir2008-04-061-1/+4
| | | | | solved Walter Chang's slow InputStream issue (using busy waiting).
* scala.swing update, reverted Martin's changesNAME2008-04-0625-34/+295
|
* Enhanced @see tag in scaladoc:Iulian Dragos2008-04-053-9/+57
| | | | | | | | | - if the text looks like a link, it is turned into a link - if it is a symbol name that can be resolved, it is turned into a link to that symbol - otherwise fall back to old behavior (plain text). Removed two printlns from Definitions (probably debug messages).
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-045-62/+85
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* Fixed #711.Philipp Haller2008-04-041-1/+2
|
* Cleaned up unused directories.Geoffrey Washburn2008-04-0464-0/+0
| | | | | Hadn't quite rooted dotnet, android, and cldc correctly.
* The great library reorg!Geoffrey Washburn2008-04-04178-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The standard library will now be laid out approximately like this library/scala /jvm/scala /jvm/jvm1.4/scala /jvm/jvm1.5/scala /jvm/android/scala /jvm/cldc/scala /dotnet/scala To build the standard library for a given target you start by copying the root library/scala tree to a staging area, then move down in the hierarchy copying the nested "scala" trees on top in the staging area. So if you wanted to build for cldc, for example, you would do something like the following: rsync -avz library/scala staging/ rsync -avz library/scala/jvm/scala staging/ rsync -avz library/scala/jvm/cldc/scala staging/ The ant build files will be updated to do this for you automagically, and there will soon be shell script to do this if you want to compile some parts of the standard library manually.
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+3
|
* Changed signature on reduceLeft/Right per ticke...Geoffrey Washburn2008-04-044-10/+18
| | | | | Changed signature on reduceLeft/Right per ticket #721.