summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-04-024-89/+98
* *** empty log message ***Martin Odersky2003-04-0210-58/+245
* - do not add the ABSTRACT_CLASS flag anymore, a...schinz2003-04-011-6/+6
* *** empty log message ***Martin Odersky2003-03-313-29/+96
* *** empty log message ***Martin Odersky2003-03-313-47/+86
* - Fixed console module constructionpaltherr2003-03-311-3/+5
* *** empty log message ***Martin Odersky2003-03-3118-217/+373
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-282-6/+27
* - Added method boundpaltherr2003-03-281-6/+22
* - Added array length primitivespaltherr2003-03-282-18/+92
* - bug fix: do not load private methods of Java ...schinz2003-03-281-1/+2
* - Removed $console$* from siris-printed typespaltherr2003-03-241-1/+3
* - Fixed method updateInfopaltherr2003-03-241-6/+4
* - bug fix: moved outerMap to the phase (descrip...schinz2003-03-242-1/+6
* - Suppressed compiler warningpaltherr2003-03-241-4/+2
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-243-15/+2
* - Replaced name equality tests by symbol equali...paltherr2003-03-241-19/+13
* - renamed JVMGenerator to GenJVM, to match file...schinz2003-03-242-3/+3
* - Optimized method value2TypeName into method v...paltherr2003-03-241-9/+9
* - Removed fields True & False in class scala.Bo...paltherr2003-03-2410-111/+35
* - Fixed method namepaltherr2003-03-241-4/+2
* - Removed field globalpaltherr2003-03-241-2/+0
* - Removed class Phase.paltherr2003-03-2130-154/+98
* - 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