summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactored GenericRunnerCommand to be a sublcas...Lex Spoon2007-07-133-43/+61
| | | | | Refactored GenericRunnerCommand to be a sublcass of CompilerCommand
* Remved a "new Run" from Global and moved it to ...Lex Spoon2007-07-132-4/+3
| | | | | Remved a "new Run" from Global and moved it to Plugins.pluginOptionsHelp
* tweaked an error messageLex Spoon2007-07-131-1/+1
|
* Fixed bug #1211 by making accessors in traits n...Iulian Dragos2007-07-131-4/+4
| | | | | | Fixed bug #1211 by making accessors in traits non-private in the type transformer instead of the term transformer.
* fixed the commentLex Spoon2007-07-131-2/+1
|
* - run the scaladoc task with its classpath poin...Lex Spoon2007-07-131-27/+37
| | | | | | | | | - run the scaladoc task with its classpath pointing to directories, not to jars - use the just-build scaladoc to generate the API, not the one in starr - removed some properties whose name and value are the same - generate API docs for the actors code, too - do not build and install the tests package by default
* Synced dotnet library with rev 12294mihaylov2007-07-134-17/+17
|
* Rolled back the change to trick the constant fo...Iulian Dragos2007-07-131-2/+1
| | | | | Rolled back the change to trick the constant folder.
* Fixed possible memory leak (bug 668).Philipp Haller2007-07-131-1/+8
|
* removed type aliases, old for-syntax, ..michelou2007-07-1214-166/+187
|
* - added method Type.attributesLex Spoon2007-07-121-3/+10
| | | | | - commented two odd-looking methods
* incompleteInputError instead of fatal errorBurak Emir2007-07-121-1/+1
|
* Fixed bug #1205 to optimize even more tail calls.Iulian Dragos2007-07-124-8/+36
|
* Guarded one test against the constant folder.Iulian Dragos2007-07-121-1/+2
|
* 1.Martin Odersky2007-07-1245-379/+593
| | | | | | | 2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation
* minor changesmichelou2007-07-122-41/+43
|
* Improved code generation for numeric literals w...Iulian Dragos2007-07-121-6/+14
| | | | | | Improved code generation for numeric literals when they are immediately converted.
* Updated outdated comment.Iulian Dragos2007-07-121-1/+0
|
* changed constructor call String(bytes) to Strin...Burak Emir2007-07-121-1/+1
| | | | | changed constructor call String(bytes) to String(bytes,"utf8")
* introduced "typedValDef", fixing improbable bug...Burak Emir2007-07-123-89/+96
| | | | | introduced "typedValDef", fixing improbable bug in unapply
* no optimization of Chars :/ maybe another timeBurak Emir2007-07-111-2/+2
|
* removed "DIFF"+fixed spurious warning+optimizin...Burak Emir2007-07-112-6/+12
| | | | | removed "DIFF"+fixed spurious warning+optimizing match on chars
* fix + small optimization, duplicating small bodiesBurak Emir2007-07-112-15/+33
|
* fixed warnings..Adriaan Moors2007-07-113-11/+12
|
* tightened definition of lubMartin Odersky2007-07-111-7/+20
|
* added Stepan's patch ops/SyncVarmichelou2007-07-113-20/+39
|
* Fixed typed channels example.Philipp Haller2007-07-111-3/+9
|
* Fixed linearization order and a small inefficie...Iulian Dragos2007-07-113-5/+14
| | | | | | Fixed linearization order and a small inefficiency regarding null literals
* removed type aliases, updated scaladoc comments...michelou2007-07-1115-395/+489
| | | | | removed type aliases, updated scaladoc comments and file headers
* fixed bug with multi-dimensional generic arraysMartin Odersky2007-07-111-6/+10
|
* Added some debug output to scheduler.Philipp Haller2007-07-101-0/+2
|
* Removed busy waiting in TcpServiceWorker.Philipp Haller2007-07-101-17/+19
|
* test harness for io.utf8codecBurak Emir2007-07-101-0/+25
|
* added UTF8Codec.encode(ch:Int):Array[Byte]Burak Emir2007-07-103-5/+41
| | | | | use it in json lexer and xml character-reference conversion, for java1.4
* Replaced AllRef with Null in maps example.Philipp Haller2007-07-101-3/+3
|
* Removed deprecated classes Actor, NameServer, P...Philipp Haller2007-07-104-241/+0
| | | | | Removed deprecated classes Actor, NameServer, Pid, and Process.
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-0916-27/+81
| | | | | | Added scaladoc comments to InputChannel and OutputChannel traits. Added ? method to InputChannel. Bumped version numbers.
* Reverted accidental changes in channels example.Philipp Haller2007-07-091-2/+2
|
* Enabled explicit reply destinations in message ...Philipp Haller2007-07-092-8/+59
| | | | | | Enabled explicit reply destinations in message sends. Added scaladoc comments. Added ? method to Channel.
* Added actors example that uses explicit reply d...Philipp Haller2007-07-093-2/+82
| | | | | Added actors example that uses explicit reply destinations.
* updated svn:keywords and file headersmichelou2007-07-093-14/+30
|
* added star expansion (Stepan's contrib)michelou2007-07-095-34/+68
|
* Changed visibility of several internal methods ...Philipp Haller2007-07-094-35/+27
| | | | | | Changed visibility of several internal methods to private. Small optimization in Actor.send.
* fixed buildPhilipp Haller2007-07-091-3/+3
|
* Unified sender and reply destination.Philipp Haller2007-07-093-29/+34
|
* obfuscated e-mail addressesAdriaan Moors2007-07-094-4/+4
|
* added @deprecated annotationmichelou2007-07-093-12/+25
|
* updated svn:keywords, file headers, and scalado...michelou2007-07-0910-133/+218
| | | | | updated svn:keywords, file headers, and scaladoc comments
* trying encoding utf 8 to satisfy scalatestBurak Emir2007-07-091-1/+1
|
* more small changes to speed upBurak Emir2007-07-092-49/+72
|