summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-2117-99/+57
* *** empty log message ***Martin Odersky2003-03-214-25/+15
* - bug fix: properly handle overloaded values in...schinz2003-03-211-1/+2
* *** empty log message ***Martin Odersky2003-03-211-2/+2
* *** empty log message ***Martin Odersky2003-03-211-1/+0
* *** empty log message ***Martin Odersky2003-03-212-0/+10
* - modified and simplified handling of overloade...schinz2003-03-211-54/+47
* - Fixed the transform method to attribute the t...paltherr2003-03-211-0/+1
* *** empty log message ***Martin Odersky2003-03-214-61/+138
* - Enhanced error messagepaltherr2003-03-211-1/+1
* *** empty log message ***Martin Odersky2003-03-208-41/+49
* - Forced loading of Interpreter.scala only with...paltherr2003-03-201-2/+0
* - Fixed crash when base classes are erroneouspaltherr2003-03-201-0/+1
* - bug fix: use the correct owner for class type...schinz2003-03-201-3/+3
* - bug fix: always insert new symbols in their o...schinz2003-03-201-14/+2
* - Changed error code for windows (-1 does not w...paltherr2003-03-191-1/+1
* - Removed loading of Interpreter.scala when not...paltherr2003-03-191-1/+1
* *** empty log message ***Martin Odersky2003-03-181-4/+13
* *** empty log message ***Martin Odersky2003-03-181-4/+1
* *** empty log message ***Martin Odersky2003-03-181-1/+1
* *** empty log message ***Martin Odersky2003-03-181-1/+2
* - Fixed isSubType for UnboxedArrayType <: scala...paltherr2003-03-181-0/+4
* - Forced loading of scala.Interpreter with sirispaltherr2003-03-181-2/+2
* *** empty log message ***Martin Odersky2003-03-182-19/+22
* - Implemented printing of CompoundTypepaltherr2003-03-171-6/+21
* - Fixed to also print the type of the last termpaltherr2003-03-171-14/+26
* * .scala files always dominate .class files; co...Matthias Zenger2003-03-171-19/+21
* - Improved signature printing in sirispaltherr2003-03-141-2/+109
* - Removed printing of accessor methodspaltherr2003-03-141-0/+6
* - Added method isPublic, isProtected, isPrivate...paltherr2003-03-141-0/+20
* - Added code to make sure Interpreter.scala is ...paltherr2003-03-141-0/+3
* - print names of generated files when -verbose ...schinz2003-03-141-1/+3
* *** empty log message ***Martin Odersky2003-03-143-12/+32
* - Fixed erasure of new arrayspaltherr2003-03-141-10/+13
* - Added some cases to the method toStringpaltherr2003-03-141-0/+10
* - Added a method isSameAs for erased typespaltherr2003-03-141-5/+14
* - Fixed fullErasurepaltherr2003-03-131-2/+3
* *** empty log message ***Martin Odersky2003-03-131-1/+0
* *** empty log message ***Martin Odersky2003-03-135-26/+43
* - Removed printing of kindpaltherr2003-03-131-1/+0
* - Added initialization of module singleton in m...paltherr2003-03-131-0/+8
* - Made symbol loading lazypaltherr2003-03-131-12/+22
* - Added printing of definitionspaltherr2003-03-131-0/+80
* - bug fix: initialise module instance field as ...schinz2003-03-131-19/+26
* - Changed enterUnit to use consoleContext for c...paltherr2003-03-131-1/+1
* - Added consoleContextpaltherr2003-03-131-0/+23
* - inside of a module, use "this" directly to ac...schinz2003-03-131-11/+25
* - use the explicit "this" now introduced by the...schinz2003-03-131-1/+1
* - use class symbols for "this" values and typesschinz2003-03-131-3/+64
* - Added code to embed console code into a modulepaltherr2003-03-131-0/+36