summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* - Removed AS_x primitivespaltherr2003-12-045-120/+0
|
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-042-29/+49
| | | | | - Modified erasure to use unbox and x2x methods instead of asX methods
* - Added method boxUnboxedTypepaltherr2003-12-041-0/+29
|
* - Changed name of box primitivespaltherr2003-12-042-51/+41
|
* - Changed name of unbox primitivespaltherr2003-12-042-39/+41
|
* - Added conversion primitivespaltherr2003-12-041-0/+7
|
* - Added methods primitive mapping for x2x symbolspaltherr2003-12-041-0/+49
|
* - Added methods getConvertSymbolpaltherr2003-12-041-0/+110
|
* - Added conversion primitivespaltherr2003-12-041-0/+149
|
* - Added conversion primitivespaltherr2003-12-041-0/+50
|
* - reverted back to version 1.27 for now, as 1.2...schinz2003-12-041-39/+3
| | | | | - reverted back to version 1.27 for now, as 1.28 prevents bootstraping
* after fixing bug#246, have to treat toSequence ...buraq2003-12-031-3/+39
| | | | | after fixing bug#246, have to treat toSequence slightly different
* - Added primitive UNBOXpaltherr2003-12-031-0/+1
|
* - Fixed eraseUnboxMethodType for type Unitpaltherr2003-12-031-1/+1
|
* - added transformation of the the backslash cha...mihaylov2003-12-031-0/+1
| | | | | | - added transformation of the the backslash character ('\\') into '$bslash'
* - Added special cases for unbox methodspaltherr2003-12-031-10/+24
| | | | | - Simplified code for box methods
* a possible fix of bug#246buraq2003-12-031-1/+18
|
* - Fixed genNewUnboxedArray for multiarray of un...paltherr2003-12-031-1/+3
| | | | | - Fixed genNewUnboxedArray for multiarray of unboxed simple types
* - Added UNBOX primitivespaltherr2003-12-031-0/+78
|
* - Added commentspaltherr2003-12-031-3/+6
|
* - Added primitive UNBOXpaltherr2003-12-031-36/+37
|
* - Mirrored the updates from Infer.scalapaltherr2003-12-021-11/+27
|
* oopsburaq2003-12-021-1/+1
|
* oops, typoburaq2003-12-021-1/+1
|
* better message for failling assertionburaq2003-12-021-1/+1
|
* *** empty log message ***buraq2003-12-021-0/+2
|
* added stuff for debugprint code creationburaq2003-12-021-0/+10
|
* optimization, switch instead of if-the-else for...buraq2003-12-025-120/+192
| | | | | optimization, switch instead of if-the-else for left and right tracer
* added debugprint code creationburaq2003-12-021-2/+22
|
* *** empty log message ***Matthias Zenger2003-12-021-800/+0
|
* *** empty log message ***Martin Odersky2003-12-022-19/+28
|
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
| | | | | - bug fix (#242): added support for wide GOTO instructions
* - added two variants of "fail" taking an except...schinz2003-12-021-6/+18
| | | | | | - added two variants of "fail" taking an exception (cause) as argument, - removed tabs & trailing spaces
* commentburaq2003-12-011-1/+1
|
* - made the parse method 'public static' so that...mihaylov2003-12-011-1/+1
| | | | | | - made the parse method 'public static' so that it's easier to use from other classes
* - Added some code to avoid printing bounds like...paltherr2003-12-011-4/+9
| | | | | - Added some code to avoid printing bounds like <: Any and >: All
* *** empty log message ***Martin Odersky2003-11-286-51/+75
|
* - Fixed ClassDef to use typeOfThis of next phase;paltherr2003-11-281-3/+7
|
* renamed entry point, restricted method accessburaq2003-11-281-5/+5
|
* renamed call to PMburaq2003-11-281-1/+1
|
* - Fixed for new Identifier defpaltherr2003-11-281-4/+8
|
* moved some methods from PatternMatcherburaq2003-11-281-1/+74
|
* removed tabsburaq2003-11-281-673/+600
| | | | | moved some methods to PatternNode
* - Removed method symbolStringpaltherr2003-11-281-18/+14
| | | | | - Changed method print for Identifier
* - Added special case for initializers in simple...paltherr2003-11-281-2/+3
| | | | | - Added special case for initializers in simpleName()
* - Removed owner link between classes and module...paltherr2003-11-282-45/+22
| | | | | - Removed owner link between classes and modules in setOwner.
* fixed bug224buraq2003-11-271-100/+101
|
* - Added erasure of typeOfThispaltherr2003-11-271-0/+1
|
* - Added special transformation of typeOfThispaltherr2003-11-271-4/+11
| | | | | - Removed erasure of typeOfThis
* - Added isThisSympaltherr2003-11-271-1/+5
| | | | | - Removed NoType special case in setTypeOfThis