summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added AbsTypeDef and AliasTypeDefpaltherr2003-11-241-2/+6
|
* modified class name of PCDATA to Textburaq2003-11-241-1/+1
|
* added default for WWWrootburaq2003-11-241-1/+1
|
* - corrected minor typos and errorsmichelou2003-11-241-22/+20
|
* - added url for online version of Abelson's bookmichelou2003-11-241-4/+6
| | | | | - urls are printed on a separate line
* *** empty log message ***Martin Odersky2003-11-241-3/+3
|
* attributes...buraq2003-11-215-4/+4
|
* handling of Symbol and Labelled changed towards...buraq2003-11-212-1/+12
| | | | | | handling of Symbol and Labelled changed towards Symbol and scala.xml.nobinding.Element
* commentburaq2003-11-211-1/+1
|
* added fromList method, but crashed compiler?!buraq2003-11-211-1/+10
|
* added xml.xmlburaq2003-11-211-0/+1
|
* - Fixed SCALAC_SCALAC & LIBRARY_SCALACpaltherr2003-11-211-2/+2
|
* *** empty log message ***Martin Odersky2003-11-2130-2/+266
|
* *** empty log message ***Martin Odersky2003-11-219-107/+238
|
* - Fixed compilation order in bootstrappaltherr2003-11-201-4/+6
| | | | | - Added compilation of whole compiler and library in bootstrap
* - Added printing of types from scope after expl...paltherr2003-11-201-6/+50
| | | | | - Added printing of types from scope after explicitouter
* *** empty log message ***paltherr2003-11-201-22/+23
|
* Removed dead code check.Matthias Zenger2003-11-201-14/+16
|
* Set version to 0.9.0-b5paltherr2003-11-201-1/+1
|
* Set version to 0.9.0-b4paltherr2003-11-201-1/+1
|
* - Added flag --bootpaltherr2003-11-191-0/+7
|
* - Rewrote exec_* functionspaltherr2003-11-191-120/+60
|
* - Adapted to new scala_wrapperpaltherr2003-11-191-26/+13
|
* - Added LIBRARY_SCALACpaltherr2003-11-191-0/+1
|
* - Added "bootstrap" tag in product namepaltherr2003-11-191-1/+1
|
* *** empty log message ***Martin Odersky2003-11-191-1/+1
|
* *** empty log message ***Martin Odersky2003-11-191-2/+1
|
* *** empty log message ***Martin Odersky2003-11-191-2/+2
|
* - Added rules to build scalac4antpaltherr2003-11-192-4/+24
|
* - added function 'TreeArray'michelou2003-11-191-3/+12
|
* - quick fix to bug 218 (scala option on Windoze)michelou2003-11-191-0/+1
|
* - Updated verbfilter.mkpaltherr2003-11-192-8/+14
|
* - Updated Makefile to do bootstrapingpaltherr2003-11-191-95/+81
|
* - Added scalac.lstpaltherr2003-11-191-0/+32
|
* - removed tabsschinz2003-11-191-112/+112
|
* - Removed inner classes from RunTimepaltherr2003-11-194-339/+322
| | | | | | - Added some metadata to RunTime - Adapted Primitives and ErasurePhase to the new metadata
* - oops fix: oarray is really recognised as a pr...schinz2003-11-181-2/+2
| | | | | - oops fix: oarray is really recognised as a primitive now
* *** empty log message ***Martin Odersky2003-11-1814-32/+4871
|
* - recognise scala.runtime.Runtime.oarray as a p...schinz2003-11-181-6/+34
| | | | | - recognise scala.runtime.Runtime.oarray as a primitive and inline it.
* - delete the code of Units which were loaded on...schinz2003-11-181-0/+7
| | | | | - delete the code of Units which were loaded only to be used as mixins.
* When targetting the MSIL backend, add an abstra...mihaylov2003-11-181-0/+29
| | | | | | | When targetting the MSIL backend, add an abstract method for every method in the class interfaces, for which the class does not provide declaration or definition.
* *** empty log message ***Martin Odersky2003-11-1815-46/+41
|
* *** empty log message ***Martin Odersky2003-11-181-1/+1
|
* *** empty log message ***Martin Odersky2003-11-188-25/+57
|
* - Added code to print type members from symbol ...paltherr2003-11-181-7/+40
| | | | | | - Added code to print type members from symbol table after explicitouter phase
* - Fixed initiali value of alignpaltherr2003-11-181-1/+1
|
* - Added some end phasespaltherr2003-11-182-16/+16
|
* - Added some assertions on infopaltherr2003-11-181-3/+19
| | | | | - Added methods isNone and isError
* - Changed so that no symbol except ROOT has NON...paltherr2003-11-181-11/+11
| | | | | - Changed so that no symbol except ROOT has NONE as owner
* - Added method type()paltherr2003-11-181-1/+6
|