summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-167-30/+161
| | | | | Fixed many bugs in icodeReader and added basic blocks.
* Added .tpe for symbols.Iulian Dragos2006-10-161-1/+2
|
* * Added support for accessing files directlySean McDirmid2006-10-169-122/+187
| | | | | | * Added hook in settings to hide options in IDE * Updated Contexts, Namers, and Typers with hooks to prepare them for IDE integration.
* added more comments in scala/xml/Utility.scalamichelou2006-10-151-64/+151
|
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-147-26/+109
|
* improved error localisation in markup parsingBurak Emir2006-10-141-1/+1
|
* changed "All/AllRef" to "Nothing/Null" in test/...michelou2006-10-1311-75/+133
| | | | | changed "All/AllRef" to "Nothing/Null" in test/library/compiler
* fixed both methods 'reportError' in scala/io/So...michelou2006-10-123-6/+27
| | | | | fixed both methods 'reportError' in scala/io/Source.scala
* removed some more semicolons..michelou2006-10-121-26/+27
|
* fixed #774, xml patterns and error handlingBurak Emir2006-10-123-32/+5
|
* fixed bug #774Burak Emir2006-10-123-143/+152
|
* improved comments in scala/collection/*.scalamichelou2006-10-1118-142/+260
|
* corrected copyright notice in script templatesmichelou2006-10-115-12/+10
|
* Fixed the subclass relationship for inner classesv2.2.0Iulian Dragos2006-10-111-0/+7
|
* reverted changes made in doc/style.cssmichelou2006-10-111-8/+0
|
* removed hand-coded "Direct Known Subclasses"michelou2006-10-117-75/+31
|
* Added 'Direct known subclasses' feature to scal...Iulian Dragos2006-10-117-74/+31
| | | | | | Added 'Direct known subclasses' feature to scaladoc. Removed comments which hardcoded 'direct known subclasses' in the standard library.
* cleaned up comments in scala/xml/*.scalamichelou2006-10-111-20/+70
|
* attribute nillableBurak Emir2006-10-114-41/+52
|
* cleaned up comments in scala/actors/*.scalamichelou2006-10-102-119/+171
|
* (no commit message)Martin Odersky2006-10-101-1/+1
|
* Included proof of deadlock-freedom in Scheduler...Philipp Haller2006-10-102-4/+41
| | | | | Included proof of deadlock-freedom in Scheduler.scala.
* exceptionsBurak Emir2006-10-1039-118/+174
|
* Fixed build.Philipp Haller2006-10-103-3/+3
|
* Merged trait Actor and trait Reactor into trait...Philipp Haller2006-10-101-304/+0
| | | | | Merged trait Actor and trait Reactor into trait Actor.
* (no commit message)Philipp Haller2006-10-107-61/+346
|
* Made some test cases platform-independentmihaylov2006-10-101-0/+17
|
* added svn:keywords to scala/actors/*.scalamichelou2006-10-105-17/+53
|
* 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
|
* 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-0827-314/+551
| | | | | 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-0852-83/+75
|
* more changes towards wildcardsMartin Odersky2006-10-073-12/+22
|
* towards getting wildcard typesMartin Odersky2006-10-074-40/+18
|
* introduced type approximations instead of malfo...Martin Odersky2006-10-072-36/+71
| | | | | introduced type approximations instead of malformed type errors
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-4/+4
| | | | | | 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-062-6/+8
|
* fixed bug766Martin Odersky2006-10-061-0/+7
|
* fixed bug764.Martin Odersky2006-10-066-11/+30
| | | | | 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)