summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Synced src/dotnet-library with rev 12018mihaylov2007-06-133-4/+6
|
* fixed bug 1174Adriaan Moors2007-06-131-1/+1
|
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-1353-738/+777
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* Added build support for the J2ME version of the...mihaylov2007-06-132-0/+110
| | | | | Added build support for the J2ME version of the library
* Integrated J2ME version of the library as of re...mihaylov2007-06-1336-13/+2050
| | | | | Integrated J2ME version of the library as of rev 12002
* Fixed J2ME support in the compilermihaylov2007-06-135-36/+50
|
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-133-25/+11
| | | | | | in BoxesUtility.unboxTo* cast directly to the expected box class before unboxing
* svn:keywordsmichelou2007-06-133-4/+25
|
* added a few hooks so that scalac variantsLex Spoon2007-06-121-3/+15
| | | | | can reuse this code by subclassing
* renamed documenttitle -> doctitleLex Spoon2007-06-121-1/+1
|
* stop including scalap.1 in the deb, becauseLex Spoon2007-06-121-1/+1
| | | | | scalap itself is not included
* factored out the rootImports methodLex Spoon2007-06-121-8/+23
|
* stupid bug: writeRef instead of writeRefsLex Spoon2007-06-121-1/+1
|
* Implemented synchronous message send for remote...Philipp Haller2007-06-123-30/+103
| | | | | Implemented synchronous message send for remote actors.
* Replaced -Xscript by -script, so that script filesLex Spoon2007-06-124-15/+53
| | | | | can be compiled into a user-specified object wrapper
* factored out the creation of the compiler, so thatLex Spoon2007-06-121-1/+6
| | | | | a subclass can override the concrete compiler class to be used
* factored out the command name and compiler comm...Lex Spoon2007-06-121-3/+9
| | | | | | factored out the command name and compiler command name, so that subclasses can override them
* disabled debug flagmichelou2007-06-121-5/+5
|
* added .dll test library (Win32)michelou2007-06-123-6/+105
|
* Added buffering of msgs in case remote net kern...Philipp Haller2007-06-122-4/+38
| | | | | Added buffering of msgs in case remote net kernel is not yet up.
* Moved Proxy as the last supertype of RichString...mihaylov2007-06-121-1/+1
| | | | | | Moved Proxy as the last supertype of RichString so it can inherit the forwarding of toString
* reverted change #11979michelou2007-06-112-1/+2
|
* added 64-bit librarymichelou2007-06-113-1/+2
|
* fixed 2 quirks on .NETmichelou2007-06-112-15/+37
|
* Merged dotnet-library with rev 11970 of the trunkmihaylov2007-06-1112-273/+287
|
* minor change in compat.StringBuildermihaylov2007-06-111-1/+1
|
* minor changesmichelou2007-06-111-36/+40
|
* added test for @native attributemichelou2007-06-117-1/+67
|
* Improved interface of scala.compat.StringBuildermihaylov2007-06-118-80/+92
|
* Recompiled fjbg.jar for java 1.4Iulian Dragos2007-06-111-1/+1
|
* Added patch to allow definition of native metho...Iulian Dragos2007-06-099-9/+55
| | | | | | Added patch to allow definition of native methods in Scala (contribution from Stepan Koltsov)
* added existential typesMartin Odersky2007-06-0912-163/+416
|
* new style for-comprehensions, aliasesmichelou2007-06-081-93/+103
|
* changed output of constructors under -uniqidMartin Odersky2007-06-081-2/+3
|
* fixed typo in scaladoc commentsmichelou2007-06-081-23/+23
|
* updated source links for actors librarymichelou2007-06-081-8/+11
|
* minor changesmichelou2007-06-083-9/+11
|
* removed primitive type aliases from the standar...michelou2007-06-0837-480/+501
| | | | | removed primitive type aliases from the standard library
* Fixed duplicated local vars and wrong eliminati...Iulian Dragos2007-06-071-4/+11
| | | | | | Fixed duplicated local vars and wrong elimination of useful closure classes.
* user decides to add a SecurityManager or notmichelou2007-06-071-16/+6
|
* updated deprecated &f, updated svn:keywordsmichelou2007-06-076-44/+93
|
* Final merge from the plugins branch. The compilerLex Spoon2007-06-0710-23/+497
| | | | | | can now have plugins loaded at runtime via jars, and thus compiler components can be distributed indepedently of the central compiler.
* fixed test fileMartin Odersky2007-06-061-1/+1
|
* The AST “Literal(Constant(t))” for t a value ty...Gilles Dubochet2007-06-063-9/+12
| | | | | | The AST “Literal(Constant(t))” for t a value type (int et al.) compiles consistently accross compilation targets.
* fixed typomichelou2007-06-061-4/+4
|
* splitted usage messagemichelou2007-06-067-50/+81
|
* Fixed wrong line numbers in ifs.Iulian Dragos2007-06-062-4/+10
|
* Fixed structural subtyping to work when JVM 1.5...Gilles Dubochet2007-06-063-12/+7
| | | | | | Fixed structural subtyping to work when JVM 1.5 target is used. Bug 711 no longer is “neg” thanks to structural subtyping.
* Added structural subtyping.Gilles Dubochet2007-06-057-18/+409
|
* Updated STARR to Scala-2.5.1-RC1michelou2007-06-054-5/+5
|