summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed tickets 152, 123.Martin Odersky2007-10-2613-76/+129
| | | | | | | spreadsheet demo crash. Made Lists more tail recursive. toString in Sets and Maps now says just Set(...) or Map(...) without revealing the implementation.
* fixed #198michelou2007-10-261-26/+24
|
* now compiles on Java 6michelou2007-10-191-3/+10
|
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-193-1/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* Rolling back my Erasure commit, my change has a...Sean McDirmid2007-10-191-20/+7
| | | | | | Rolling back my Erasure commit, my change has a big whole in it even though it passes the test suite.
* boxArray is now called on null, changing it to ...Sean McDirmid2007-10-191-0/+1
| | | | | boxArray is now called on null, changing it to do deal with null.
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-1915-41/+133
| | | | | | * Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets
* added servlet API rootmichelou2007-10-191-0/+3
|
* moved run/arrays-2.* to pendingmichelou2007-10-192-0/+0
|
* more tests on arrays..michelou2007-10-192-0/+33
|
* partially reenabled external links in generated...michelou2007-10-182-1/+22
| | | | | partially reenabled external links in generated HTML doc
* added docgenerator testmichelou2007-10-183-4/+265
|
* fixed #185 and #187michelou2007-10-174-47/+66
|
* Fixed side-effecting assertion.Iulian Dragos2007-10-151-2/+2
|
* fixed an off-by-one error that would lose the lastLex Spoon2007-10-141-1/+1
| | | | | character of a bulk write
* removed tabs michelou2007-10-121-21/+20
|
* Removed or guarded not-critical asserts.Iulian Dragos2007-10-121-37/+42
|
* oups! added missing override modifiermichelou2007-10-112-3/+2
|
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-1116-53/+161
| | | | | | | | | - Improved tail call elimination to handle calls on a different instance. - Improved tail calls by skipping trivial arguments (when the argument to the call is the parameter itself) - added preliminary support for incremental DFA.
* added method partition to Iterable (#171)michelou2007-10-113-3/+34
|
* Added "-target 1.5" to javac options.Iulian Dragos2007-10-101-1/+1
|
* Updated annotations jar to contain 1.5-compatib...Iulian Dragos2007-10-101-1/+1
| | | | | Updated annotations jar to contain 1.5-compatible classfiles.
* updated man pages with new scala optionsmichelou2007-10-102-13/+21
|
* Removed outdated comment w.r.t. icode reader.Iulian Dragos2007-10-101-10/+0
|
* (no commit message)Lex Spoon2007-10-107-2/+37
|
* support the -e option for executing a command s...Lex Spoon2007-10-101-2/+4
| | | | | | support the -e option for executing a command specified on the command line
* updated the help output for the -i and -e optionsLex Spoon2007-10-101-0/+5
|
* Annotations with embedded annotations are nowLex Spoon2007-10-102-11/+51
| | | | | parsed but quietly discarded (trac issue #14)
* added support for -e optionLex Spoon2007-10-101-0/+5
|
* fixed a (sometimes) off-by-one error with Compo...Lex Spoon2007-10-101-6/+9
| | | | | fixed a (sometimes) off-by-one error with CompoundSourceFile
* 1. Pre-load any files specified with the -i optionLex Spoon2007-10-101-0/+18
| | | | | | 2. When replaying a :load, replay the :load itself, not the list of commands in the loaded file
* removed hook for using different ScriptRunner'sLex Spoon2007-10-101-4/+1
|
* support executing a command in additionLex Spoon2007-10-101-43/+66
| | | | | to executing a file
* added -i and -e optionsLex Spoon2007-10-101-0/+14
|
* with multi-string arguments, allow theLex Spoon2007-10-101-0/+5
| | | | | layout "-opt argument" in addition to "-opt:argument"
* removed type aliases, update svn:keywordsmichelou2007-10-0920-193/+196
|
* added node info for blocksmichelou2007-10-082-5/+5
|
* One last file missing..Iulian Dragos2007-10-081-0/+40
|
* Forgot two files from previous commit.Iulian Dragos2007-10-082-2/+1
|
* Improved/refactored parts of the optimization p...Iulian Dragos2007-10-089-77/+175
| | | | | | Improved/refactored parts of the optimization phases, removed option Ybytecode-read (enabled now by -optimise).
* added length test to run/stream.scalamichelou2007-10-083-2/+7
|
* - tweaked the warning for ClassfileAnnotation's...Lex Spoon2007-10-071-2/+3
| | | | | | | - tweaked the warning for ClassfileAnnotation's so it does not apply to ClassfileAnnotation itself - commented out a debug print string in typedAssign
* fixed ticket #153michelou2007-10-053-4/+16
|
* updated Scala commentsmichelou2007-10-051-2/+5
|
* *** empty log message ***Lex Spoon2007-10-051-0/+7
|
* (no commit message)Lex Spoon2007-10-051-0/+9
|
* fixes two little problems with :replay Lex Spoon2007-10-051-5/+2
| | | | | | | | | 1. the "Replaying <some-command>" message gets flushed before <some-command> is replayed 2. the class loaders are more thoroughly flushed, so that recompiled code will take effect better
* fixing broken build.Sean McDirmid2007-10-041-1/+1
|
* fixed error in batch filemichelou2007-10-041-1/+1
|
* Fixing a bug with long lists in GenerateIDESyms...Sean McDirmid2007-10-045-3/+14
| | | | | | Fixing a bug with long lists in GenerateIDESyms and a fresh name problem in ETA expansion with respect to the IDE.