summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - started migration of scaladoc from Java to Scalamichelou2003-11-174-3/+72
|
* - Removed field toTypepaltherr2003-11-171-39/+51
|
* - Added code for multibound arrayspaltherr2003-11-171-0/+9
|
* - Added bugs 225 and 226paltherr2003-11-172-0/+39
|
* - Fixed case Select (replaced symbol.owner.type...paltherr2003-11-171-2/+14
| | | | | | | - Fixed case Select (replaced symbol.owner.type, by qualifier.type) - Added special case for conversions from scala.Array to non-array type - Added special case for conversions from non-array to scala.Array type
* - Added AS__ARRAY and BOX__ARRAYpaltherr2003-11-171-0/+7
|
* - Added special case for primitive AS__ARRAYpaltherr2003-11-171-0/+2
|
* - Added primitive AS__ARRAYpaltherr2003-11-172-0/+2
|
* - Added methods asArraypaltherr2003-11-171-0/+23
| | | | | - Added method box(Object)
* - Added method asArraypaltherr2003-11-171-0/+6
|
* - changed 'listinline' to 'lstinline' (typo)michelou2003-11-171-1/+1
|
* Change the access modifiers of private class co...mihaylov2003-11-171-1/+4
| | | | | Change the access modifiers of private class constructors to *protected*
* def attributes was inserted multiple timesburaq2003-11-171-9/+10
|
* removed debug output from dtd2scalaburaq2003-11-171-32/+13
|
* disabled notification on "using cached elem"buraq2003-11-171-1/+1
|
* - Added target .latest-dtd2scala-rsrcpaltherr2003-11-171-8/+15
|
* - Fixed rawInfoAt to no force lazy typespaltherr2003-11-171-3/+11
| | | | | - Fixed info to evaluate lazy types in right phase
* api changeburaq2003-11-171-0/+42
|
* API change for XML data that is not bound to cl...buraq2003-11-171-0/+39
| | | | | API change for XML data that is not bound to classes
* removed comment templateburaq2003-11-171-1/+0
|
* param binding in dtd2scala with an xml object t...buraq2003-11-172-1/+86
| | | | | param binding in dtd2scala with an xml object template
* changes to XML API and parameterized binding in...buraq2003-11-1718-527/+394
| | | | | | | | | changes to XML API and parameterized binding in dtd2scala better names changes to test suite
* added foldLeft methodburaq2003-11-171-0/+8
|
* *** empty log message ***Matthias Zenger2003-11-161-0/+1
|
* *** empty log message ***Matthias Zenger2003-11-161-0/+168
|
* * Added support for disassembling regular Java ...Matthias Zenger2003-11-162-17/+35
| | | | | * Added support for disassembling regular Java classfiles
* * adapted scalap to the new pickle formatMatthias Zenger2003-11-167-28/+107
| | | | | | * introduced -private option * implemented filter for synthetic definitions
* *** empty log message ***Martin Odersky2003-11-1421-150/+126
|
* - I minimalized the path from one page to anoth...cremet2003-11-141-4/+69
| | | | | - I minimalized the path from one page to another (see Page.java).
* - No new features, just redesigning.cremet2003-11-137-266/+356
|