summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* deprecated &f, .f, requires.Martin Odersky2007-06-05124-664/+890
| | | | | Added existential types.
* fixed ilasm test in generated scriptsmichelou2007-06-051-1/+1
|
* Fixed contribution #650 in mutable.Map.getOrEls...mihaylov2007-06-051-2/+1
| | | | | Fixed contribution #650 in mutable.Map.getOrElseUpdate
* fixed methods 'urls'michelou2007-06-041-4/+6
|
* fixed classpath in method runScriptmichelou2007-06-042-27/+27
|
* ObjectRunner now recognizes -Xcodebasemichelou2007-06-042-31/+81
|
* renamed nonContinuableError -> syntaxErrorSeenLex Spoon2007-06-041-4/+4
|
* some debug output for fatal errors during typingBurak Emir2007-06-032-4/+26
|
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-033-1/+35
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* encore fix #1163, last one broke fannkuch.Burak Emir2007-06-022-42/+53
|
* fix #1163Burak Emir2007-06-022-38/+34
|
* fixed bugs 1160, 1157, 1145Martin Odersky2007-06-013-6/+12
|
* Added Reporter.flush() Lex Spoon2007-06-014-0/+12
|
* fixed bug1144Martin Odersky2007-06-013-6/+11
|
* Capitalized type params in Predef, fixed bug in...michelou2007-05-3113-213/+237
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* fixed bug in checkKindBounds (type parameters d...Adriaan Moors2007-05-313-8/+20
| | | | | fixed bug in checkKindBounds (type parameters defined outside the abstract type that was being checked, were not properly transformed using asSeenFrom) -- regression test included in commit
* fixed bug 1137Martin Odersky2007-05-302-4/+4
|
* fixed bug 1123Martin Odersky2007-05-308-8/+74
|
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (no commit message)Lex Spoon2007-05-302-0/+10
|
* Fixed a problem with previous commitmihaylov2007-05-301-1/+1
|
* Capitalized type paremeter names in Stream and ...mihaylov2007-05-303-53/+53
| | | | | Capitalized type paremeter names in Stream and Ordered