summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/Erasure.java
Commit message (Expand)AuthorAgeFilesLines
* - Cleanedpaltherr2003-10-271-178/+116
* - Fixedpaltherr2003-10-271-12/+5
* - Replaced body of isSubType by a call to Type....paltherr2003-10-271-29/+7
* - Cleanedpaltherr2003-10-211-70/+24
* - Revised & Cleanedpaltherr2003-10-211-189/+255
* - Added overlapping signatures checkingpaltherr2003-10-171-6/+58
* - Reduced number of added bridge methodspaltherr2003-10-171-24/+47
* Corrected handling of scopes.mihaylov2003-10-171-1/+1
* - Cleanedpaltherr2003-10-161-26/+7
* - Cleanedpaltherr2003-10-161-27/+21
* - Cleanedpaltherr2003-10-161-69/+54
* - Cleanedpaltherr2003-10-161-86/+59
* - Cleanedpaltherr2003-10-161-62/+65
* - Cleanedpaltherr2003-10-161-18/+59
* - Cleanedpaltherr2003-10-161-81/+95
* - Cleanedpaltherr2003-10-151-49/+41
* - Improved debugging codepaltherr2003-10-151-1/+6
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-1/+1
* - Added special case for TARGET_INT in genNewArraypaltherr2003-10-061-0/+5
* - Added a block around each Return to make back...paltherr2003-09-291-2/+4
* - Added creation of bridge methods for abstract...paltherr2003-09-121-14/+63
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-4/+4
* - Fixed code generated for asInstanceOf[Array[....paltherr2003-09-031-4/+5
* - bug fix: correctly handle returnschinz2003-08-291-1/+2
* *** empty log message ***Martin Odersky2003-08-281-6/+11
* - Added special case for Switchpaltherr2003-08-261-1/+18
* Included optimization for top-level switches on...Matthias Zenger2003-08-251-0/+1
* TailCall optimization for jvm.stenman2003-08-201-1/+11
* *** empty log message ***Martin Odersky2003-08-151-1/+1
* *** empty log message ***Martin Odersky2003-08-141-6/+8
* *** empty log message ***Martin Odersky2003-08-121-1/+1
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-101-2/+1
* - modified debug messages (Philippe did that ac...schinz2003-06-271-3/+3
* *** empty log message ***Martin Odersky2003-06-111-0/+1
* *** empty log message ***Martin Odersky2003-06-041-1/+1
* *** empty log message ***Martin Odersky2003-05-281-18/+40
* *** empty log message ***Martin Odersky2003-05-281-1/+16
* *** empty log message ***Martin Odersky2003-05-211-0/+2
* *** empty log message ***buraq2003-05-131-1/+1
* *** empty log message ***Martin Odersky2003-05-011-1/+0
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* - Added methods which take a symbol in TreeFact...paltherr2003-04-301-11/+10
* - Fixed erasure of is and as applied to values ...paltherr2003-04-021-0/+1
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-281-0/+17
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-241-5/+2
* - Removed field globalpaltherr2003-03-241-2/+0
* - Removed class Phase.paltherr2003-03-211-3/+2
* - Fixed isSubType for UnboxedArrayType <: scala...paltherr2003-03-181-0/+4
* - Fixed erasure of new arrayspaltherr2003-03-141-10/+13
* - Added a method isSameAs for erased typespaltherr2003-03-141-5/+14