summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* added svn:keywords to scala/actors/*.scalamichelou2006-10-101-10/+12
* cleanup + xml:group featureBurak Emir2006-10-093-59/+40
* cleaned up comments in symtab/Names.scalamichelou2006-10-091-31/+95
* modified escapedStringValue and cleaned up comm...michelou2006-10-0812-116/+211
* 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-081-7/+9
* 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
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-4/+4
* fixed problem in fix of bug764 that broke distMartin Odersky2006-10-064-24/+27
* TreePrinter and Types now use escapedStringValu...michelou2006-10-063-36/+35
* 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
* fixed method toString for character constantsmichelou2006-10-061-10/+15
* 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
* cleaned up Scala comments in scala/tools/nsc/*....michelou2006-10-057-109/+228
* updated man page for scaladoc, improved Scala c...michelou2006-10-042-53/+80
* Added -Xexperimental flagMartin Odersky2006-10-041-0/+1
* Improved type inference for method signatures.Martin Odersky2006-10-044-203/+277
* removed Scala attributes '_mixin_' and '_trait_'michelou2006-10-044-103/+111
* minor cleanupBurak Emir2006-10-041-42/+7
* improved commentBurak Emir2006-10-041-8/+5
* added tag 'exception' in DocGenerator.scalamichelou2006-10-031-10/+12
* fixed multiline descriptions in scaladoc tagsmichelou2006-10-032-61/+76
* rewrote handling of Scala comments in DocGenera...michelou2006-10-034-107/+177
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-291-58/+88
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-282-65/+67
* overrides method apply in class SubstSymMapmichelou2006-09-281-7/+32
* corrected line separator in ast/TreePrinters.scalamichelou2006-09-261-4/+6
* minor changes to transform/Constructors.scalamichelou2006-09-261-7/+13
* removed leading/trailing tabs/blanks in nsc/uti...michelou2006-09-2613-402/+433
* Fixed bug regarding 'return's inside try-finall...Iulian Dragos2006-09-251-15/+45
* improved Scala comments in symtab/Types.scalamichelou2006-09-251-125/+211
* Implemented /E liftingMartin Odersky2006-09-221-20/+74
* simplified printing of refinement types -- no m...Martin Odersky2006-09-221-4/+6
* added generation of attributes in scaladocmichelou2006-09-221-27/+63
* revert for 1.4 compatibilityBurak Emir2006-09-221-3/+3
* reintroduced overwritten changes in Global.scalamichelou2006-09-221-15/+15
* Fixed scala doc to include docs for abstract va...Sean McDirmid2006-09-2210-72/+116
* removed leading/trailing tabs/blanks in nsc/io/...michelou2006-09-224-124/+143
* reorganized scala.tools.nsc.io!Burak Emir2006-09-2120-216/+262
* Made InnerClasses attribute defaultIulian Dragos2006-09-212-4/+1