summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***buraq2004-03-125-49/+88
* more flexible reportingburaq2004-03-121-13/+24
* - Made TermSymbol.clasz finalpaltherr2004-03-122-15/+23
* - Removed method Symbol.updatepaltherr2004-03-121-11/+0
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-122-62/+63
* - Added factory methods for abstract types and ...paltherr2004-03-129-82/+91
* - Added method Symbol.newFactorypaltherr2004-03-117-28/+16
* - Forced all class creators to use factory meth...paltherr2004-03-112-34/+28
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
* new class for representing XMLburaq2004-03-111-0/+39
* changed Symbol to Elemburaq2004-03-112-9/+11
* better XPath syntaxburaq2004-03-112-19/+20
* new way of handling XML literalsburaq2004-03-112-20/+130
* adapted to new xml interfaceburaq2004-03-111-1/+1
* removed xml stuffburaq2004-03-112-73/+5
* - Removed broken call to Definitions.getClasspaltherr2004-03-111-1/+1
* - Removed broken call to Definitions.getClasspaltherr2004-03-111-2/+1
* - Modified SymbolTablePrinter.getSymbolKeyword ...paltherr2004-03-112-3/+2
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-111-1/+3
* - Fixed recognition of redefined packagespaltherr2004-03-112-25/+37
* - Changed Pickle to encode NoPrefix into ThisTy...paltherr2004-03-111-1/+9
* - Removed now unused method Symbol.copyTopaltherr2004-03-101-35/+0
* - Added factory method Symbol.newConstructorpaltherr2004-03-106-40/+38
* - Removed now obsolete memberspaltherr2004-03-101-63/+1
* - Fixed ATree generator and Tree checker for ne...paltherr2004-03-102-23/+11
* - Removed usage of methods Symbol.makeModulepaltherr2004-03-102-22/+21
* bugfix and cleanupburaq2004-03-101-3/+1
* a data structure for appending sequences in O(1)buraq2004-03-101-0/+78
* - Simplified some type initializationspaltherr2004-03-102-21/+16
* - Added new factory methods in class Symbolpaltherr2004-03-108-146/+216
* - Fixed the initialization of the inner class a...paltherr2004-03-092-18/+4
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-099-43/+34
* - Changed new ClassSymbol into Symbol.newClasspaltherr2004-03-091-4/+4
* - Fixed computation of SCALA_CLASS and JAVA_CLASSpaltherr2004-03-091-3/+3
* - Added method Symbol.newCompoundClasspaltherr2004-03-092-26/+28
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-095-104/+9
* - completed the hack to create Java static fiel...schinz2004-03-091-16/+31
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-097-125/+56
* - Added class scalac.symtab.SymbolLoaderpaltherr2004-03-091-0/+144
* - Added missing cases in method equalspaltherr2004-03-091-0/+6
* Some modifications on the intermediate codeNAME2004-03-098-46/+125
* - Added temporary hack in ClassSymbol.dualClass...paltherr2004-03-091-1/+7
* - Improved error messagespaltherr2004-03-091-9/+13
* - I fixed the bug that made scala-test fail on ...cremet2004-03-091-51/+41
* - Added method Symbol.dualClass();paltherr2004-03-091-0/+10
* - Added a node DocDef for documentation comments.cremet2004-03-088-58/+59
* - Added field ClassSymbol.dualpaltherr2004-03-081-1/+66
* - Added constant CLASS2MODULEFLAGSpaltherr2004-03-081-0/+2
* - Added method enterNoHidepaltherr2004-03-081-0/+5
* - Replaced getClass(...).module() by getModule(...paltherr2004-03-082-8/+8