summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Added cases for operations on stringspaltherr2003-12-081-17/+19
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
* handling of escaped sequences x:_*buraq2003-12-081-0/+19
* updated commentburaq2003-12-081-3/+4
* - initial CLR type import capabilitiesmihaylov2003-12-082-0/+584
* - added common superclass (MetadataParser) for ...mihaylov2003-12-084-30/+58
* - added a '-r' option to specify the assemblies...mihaylov2003-12-081-0/+5
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
* - Added code to remove box(unbox(...)) and unbo...paltherr2003-12-051-1/+20
* - Added code to remove coerce methodspaltherr2003-12-051-0/+4
* - Removed subtyping of value typespaltherr2003-12-051-9/+1
* - inline conversion primitivesschinz2003-12-051-27/+22
* - Added coerce primitivespaltherr2003-12-041-0/+6
* - Added primitives from Byte, Short and Charpaltherr2003-12-041-5/+59
* - Added primitive COERCEpaltherr2003-12-042-0/+4
* - Removed field Primitive.tagpaltherr2003-12-043-131/+125
* - Made value types flatpaltherr2003-12-041-4/+4
* - Changed so that optype doesn't rely on subtypingpaltherr2003-12-041-7/+35
* - Removed AS_x primitivespaltherr2003-12-045-120/+0
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-042-29/+49
* - 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
* after fixing bug#246, have to treat toSequence ...buraq2003-12-031-3/+39
* - 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 special cases for unbox methodspaltherr2003-12-031-10/+24
* a possible fix of bug#246buraq2003-12-031-1/+18
* - Fixed genNewUnboxedArray for multiarray of un...paltherr2003-12-031-1/+3
* - 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
* 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