summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixed problems in type patternsMartin Odersky2006-10-203-22/+88
* added assertMartin Odersky2006-10-201-0/+1
* added FJBG classes to doc/script.jsmichelou2006-10-201-62/+153
* added 'deprecation' flag to ant/Scalac.scala an...michelou2006-10-201-15/+46
* added support for typed patternsMartin Odersky2006-10-1913-316/+378
* added experimental support for primitive types ...michelou2006-10-192-8/+141
* fix 781, nullpointerexcs in matcherrorBurak Emir2006-10-191-2/+4
* abstractfile api + small cleanupBurak Emir2006-10-185-84/+35
* added Ant/Eclipse classes in nsc/doc/script.jsmichelou2006-10-182-154/+291
* added more Java classes in doc/script.jsmichelou2006-10-181-1/+33
* commented error message "BAD_FILE: .." in util/...michelou2006-10-181-29/+41
* removed no longer used directory tools/ant/reso...michelou2006-10-172-129/+0
* fixed bug #773 (scaladoc)michelou2006-10-172-162/+198
* added handling of zip entriesBurak Emir2006-10-171-7/+10
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-161-0/+1
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-167-30/+161
* Added .tpe for symbols.Iulian Dragos2006-10-161-1/+2
* * Added support for accessing files directlySean McDirmid2006-10-169-122/+187
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-143-14/+74
* improved error localisation in markup parsingBurak Emir2006-10-141-1/+1
* changed "All/AllRef" to "Nothing/Null" in test/...michelou2006-10-134-65/+83
* 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-111-9/+12
* corrected copyright notice in script templatesmichelou2006-10-114-2/+8
* 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-111-2/+31
* (no commit message)Martin Odersky2006-10-101-1/+1
* 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