summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-03-072-3/+8
* - when generating classes for "def" parameters,...schinz2003-03-071-2/+3
* *** empty log message ***Martin Odersky2003-03-071-1/+1
* - when generating classes for anonymous functio...schinz2003-03-071-1/+4
* - bug fix (added an additional call to erasure())paltherr2003-03-071-1/+1
* *** empty log message ***Martin Odersky2003-03-075-54/+94
* - bug fix: value and type parameters of a class...schinz2003-03-071-2/+2
* - bug fix (translation of old prefix)paltherr2003-03-071-2/+1
* *** empty log message ***Martin Odersky2003-03-065-163/+254
* - bug fix: do not try to rewrite the symbol ass...schinz2003-03-061-1/+1
* - print symbols associated with CompoundType(s)schinz2003-03-061-0/+2
* - check that TypeRefs are applied with enough a...schinz2003-03-061-1/+19
* - Fixed method block for blocks containing one ...paltherr2003-03-061-1/+1
* - bug fix: correct owner of values belonging to...schinz2003-03-061-1/+14
* - do not rewrite localThisType to try to get ni...schinz2003-03-061-1/+4
* *** empty log message ***Martin Odersky2003-03-053-21/+35
* * fixed pattern matching on Seq[+A] style selec...Matthias Zenger2003-03-052-44/+100
* *** empty log message ***Martin Odersky2003-03-054-19/+18
* *** empty log message ***Martin Odersky2003-03-052-31/+9
* *** empty log message ***Martin Odersky2003-03-054-7/+23
* * case field components are now accessed throug...Matthias Zenger2003-03-052-32/+32
* *** empty log message ***Martin Odersky2003-03-057-33/+36
* - bug fix: use updateInfo() instead of setInfo(...schinz2003-03-051-1/+1
* - bug fix: properly set owner of cloned method ...schinz2003-03-051-10/+6
* *** empty log message ***Martin Odersky2003-03-047-39/+74
* *** empty log message ***Martin Odersky2003-03-043-5/+16
* - bug fix: check that trees actually have a sym...schinz2003-03-041-6/+4
* - bug fix: use TreeGen to generate casts, to be...schinz2003-03-041-5/+5
* *** empty log message ***paltherr2003-03-041-4/+27
* - added AddConstructors and GenJVM phasesschinz2003-03-042-8/+8
* - bug fix: the new internal notation for Unit (...schinz2003-03-041-4/+8
* - Updated description of CovariantTypepaltherr2003-03-041-1/+1
* *** empty log message ***Martin Odersky2003-03-047-22/+59
* - bug fix: cloneSymbol in ClassSymbol correctly...schinz2003-03-041-1/+1
* Set the correct owner of the constructor symbol.mihaylov2003-03-041-75/+38
* * fixed a bug with sequence patterns of differe...Matthias Zenger2003-03-042-30/+20
* * implemented new sequence patternsMatthias Zenger2003-03-044-50/+302
* - bug fix: do not try to find an class symbol f...schinz2003-03-041-2/+5
* *** empty log message ***Martin Odersky2003-03-031-8/+1
* *** empty log message ***Martin Odersky2003-03-0321-139/+144
* - changed the name for anonymous classes from "...schinz2003-03-031-1/+1
* - Added and unified the commentspaltherr2003-03-031-140/+262
* - Improved the priniting of symbolspaltherr2003-03-031-2/+2
* - Improved the assertion error messagespaltherr2003-03-031-4/+4
* *** empty log message ***Martin Odersky2003-03-0314-172/+377
* Added support for the new CheckName checker.mihaylov2003-02-2711-21/+38
* Initial import of the CheckNames class.mihaylov2003-02-271-0/+47
* - bug fix: when duplicating names, also take ca...schinz2003-02-272-2/+8
* Initial import of the MSIL code generator.mihaylov2003-02-263-0/+2731
* Minor code cleanup: Use the static encode() fun...mihaylov2003-02-251-10/+10