summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-06-291-2/+2
* namespacesburaq2004-06-252-2/+7
* [MSIL] Added name GetTypemihaylov2004-06-231-0/+1
* [MSIL] In the auto-generated hashCode for case ...mihaylov2004-06-231-2/+4
* Compiler options for whole program optimizationIulian Dragos2004-06-221-0/+29
* - Handle index properties by assigning the name...mihaylov2004-06-211-124/+206
* - Create a new CLRClassParser for evey imported...mihaylov2004-06-211-23/+25
* - Added names "finalize", "wait", "notify", "no...mihaylov2004-06-211-0/+4
* - When targetting the MSIL backend treat scala....mihaylov2004-06-211-2/+22
* *** empty log message ***mihaylov2004-06-212-26/+60
* - Added static members of superclasses to stati...paltherr2004-06-171-0/+27
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-173-393/+108
* - bug fix: differentiate between jumping and no...schinz2004-06-151-3/+21
* - Removed calls to Debug.toStringpaltherr2004-06-152-3/+3
* - Moved method "eq" into AnyRef, changed type o...paltherr2004-06-113-5/+6
* - Marked the public only needed because of "jav...paltherr2004-06-091-10/+18
* cleanupburaq2004-06-081-3/+9
* - Perform the primitive type conversion instead...mihaylov2004-06-081-13/+20
* - Fixed a bug in determining the name of the ge...mihaylov2004-06-081-7/+9
* ant task fixed up,buraq2004-06-071-106/+0
* - Got rid of ApplicationError; use Debug.abort ...mihaylov2004-06-071-18/+16
* - Load all assemblies specified with the -r optionmihaylov2004-06-071-0/+1
* made classes *public*, because they are accesse...buraq2004-06-071-8/+8
* - Traverse the trees prior to code generation t...mihaylov2004-06-043-190/+292
* - Import all types, including private onesmihaylov2004-06-041-2/+2
* fixed2buraq2004-06-041-1/+7
* fixedburaq2004-06-041-0/+2
* coommburaq2004-06-041-2/+4
* commit 2buraq2004-06-042-13/+8
* premature commitburaq2004-06-042-7/+13
* *** empty log message ***buraq2004-06-037-20/+44
* - Removed tabs and trailing white spacespaltherr2004-06-031-2/+2
* *** empty log message ***Martin Odersky2004-06-031-19/+34
* *** empty log message ***Martin Odersky2004-06-0311-45/+178
* - Changed methods Debug.show to add separators ...paltherr2004-06-038-32/+26
* - Fixed erasure for bug 328paltherr2004-06-031-1/+8
* - Changed the way to get the CLRPackage instancemihaylov2004-06-022-2/+2
* - Accomodated the changes in CLRPackageParsermihaylov2004-06-021-16/+10
* - No longer extends class SymbolLoader.mihaylov2004-06-021-90/+60
* - Removed ConstantFolder.java (replaced by scal...paltherr2004-06-021-363/+0
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-0215-130/+164
* - Removed method GenJVM.maybeGenLoadUnitpaltherr2004-06-021-21/+2
* - Emit debugging info only with the -g optionmihaylov2004-06-021-19/+35
* - Improved handling of typesmihaylov2004-06-021-69/+103
* - Removed the obviated scalalib.dll loadingmihaylov2004-06-021-14/+0
* - Added a check if every symbol should be in it...mihaylov2004-05-311-0/+20
* - Minor bugfixmihaylov2004-05-311-1/+1
* - Sort the array of types and perform binary se...mihaylov2004-05-311-69/+178
* - When using the MSIL backend import classes fr...mihaylov2004-05-311-11/+66
* - Escape the printed value of string constants ...mihaylov2004-05-311-2/+2