summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed ThreadedActor as special case of Reactor.Philipp Haller2006-10-101-45/+0
|
* Event-based actors now allowed to call receive.Philipp Haller2006-10-106-209/+255
|
* Fixed eeeeeeeeeevil deadlock in scheduler/Worke...Philipp Haller2006-10-097-40/+209
| | | | | Fixed eeeeeeeeeevil deadlock in scheduler/WorkerThread + some clean-ups.
* cleanup + xml:group featureBurak Emir2006-10-093-59/+40
|
* updatedBurak Emir2006-10-091-0/+6
|
* cleaned up comments in symtab/Names.scalamichelou2006-10-091-31/+95
|
* added svn:keywords to scala/actors/*.scalamichelou2006-10-0912-12/+12
|
* modified escapedStringValue and cleaned up comm...michelou2006-10-0828-315/+552
| | | | | modified escapedStringValue and cleaned up comments
* wildcard types are in there now.Martin Odersky2006-10-085-12/+47
|
* added type-machinery for wildcard typesMartin Odersky2006-10-081-30/+101
|
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-0859-93/+85
|
* more changes towards wildcardsMartin Odersky2006-10-073-12/+22
|
* towards getting wildcard typesMartin Odersky2006-10-074-40/+18
|
* removed a negative test that succeeds nowMartin Odersky2006-10-071-9/+0
|
* introduced type approximations instead of malfo...Martin Odersky2006-10-074-48/+87
| | | | | introduced type approximations instead of malformed type errors
* fixed OS-specific variables in test_run_jvm() o...michelou2006-10-071-1/+2
| | | | | fixed OS-specific variables in test_run_jvm() on Cygwin
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-0611-34/+34
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* fixed problem in fix of bug764 that broke distMartin Odersky2006-10-065-24/+30
|
* TreePrinter and Types now use escapedStringValu...michelou2006-10-063-36/+35
| | | | | TreePrinter and Types now use escapedStringValue from class Constant
* fixed bugs 764 and 771Martin Odersky2006-10-064-184/+191
|
* fixed bug767Martin Odersky2006-10-063-6/+26
|
* fixed bug766Martin Odersky2006-10-063-0/+20
|
* fixed bug764.Martin Odersky2006-10-069-11/+47
| | | | | cleaned up error diagnostics in interpreter.
* fixed method toString for character constantsmichelou2006-10-061-10/+15
|
* In List.filter - prevent the second evaluation ...mihaylov2006-10-061-0/+3
| | | | | In List.filter - prevent the second evaluation of the predicate on the elements on which it first fails (bug contrib #219)
* fixed method toString in class symtab.ConstantTypemichelou2006-10-053-52/+95
|
* Fixed bug 759Martin Odersky2006-10-053-2/+7
|
* fixed bug763Martin Odersky2006-10-052-12/+39
|
* cleaned up Scala commentsmichelou2006-10-052-18/+42
|
* small fix for tag comments in doc/DocGenerator....michelou2006-10-052-28/+69
| | | | | small fix for tag comments in doc/DocGenerator.scala
* cleaned up Scala comments in scala/tools/nsc/*....michelou2006-10-058-112/+231
| | | | | cleaned up Scala comments in scala/tools/nsc/*.scala
* cleaned up code and comments in scala/testing/*...michelou2006-10-053-147/+172
| | | | | cleaned up code and comments in scala/testing/*.scala
* updated man page for scaladoc, improved Scala c...michelou2006-10-045-123/+173
| | | | | updated man page for scaladoc, improved Scala comments
* Added -Xexperimental flagMartin Odersky2006-10-041-0/+1
|
* Improved type inference for method signatures.Martin Odersky2006-10-044-203/+277
| | | | | Added code for lifted expressions (but it is disabled)
* fixed bugs in ListBuffer and ArrayBuffer, added...Burak Emir2006-10-044-35/+144
| | | | | fixed bugs in ListBuffer and ArrayBuffer, added unit test
* Added ping pong example.Philipp Haller2006-10-042-8/+85
|
* Small clean-ups.Philipp Haller2006-10-044-48/+37
|
* removed Scala attributes '_mixin_' and '_trait_'michelou2006-10-046-139/+111
|
* (no commit message)Lex Spoon2006-10-042-0/+12
|
* fixed boolean2orderedLex Spoon2006-10-041-1/+1
|
* removed leading/trailing tabs/blanks in collect...michelou2006-10-0443-2205/+2226
| | | | | removed leading/trailing tabs/blanks in collection/mutable/*.scala
* minor cleanupBurak Emir2006-10-041-42/+7
|
* improved commentBurak Emir2006-10-041-8/+5
|
* added -= method to BufferBurak Emir2006-10-042-2/+13
|
* added tag 'exception' in DocGenerator.scalamichelou2006-10-031-10/+12
|
* fixed multiline descriptions in scaladoc tagsmichelou2006-10-034-63/+78
|
* rewrote handling of Scala comments in DocGenera...michelou2006-10-0310-207/+312
| | | | | | | rewrote handling of Scala comments in DocGenerator.scala improved Scala comments in library and compiler source files added test in method 'apply' of class collection.immutable.Queue
* Added scaladoc comments to most of the public t...Philipp Haller2006-10-035-171/+385
| | | | | Added scaladoc comments to most of the public types and methods.
* Clean-ups and new example for usage of input ch...Philipp Haller2006-10-022-9/+29
| | | | | Clean-ups and new example for usage of input channels.