summaryrefslogtreecommitdiff
path: root/sources/scala
Commit message (Expand)AuthorAgeFilesLines
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-2113-16/+18
* - Added Positon and SourceFile in scala/tools/utilpaltherr2004-03-212-0/+347
* - Removed Name.fromSourcepaltherr2004-03-191-21/+40
* - Moved methods precedence and isLeftAssoc from...paltherr2004-03-191-7/+31
* - Removed method Name.appendpaltherr2004-03-181-1/+1
* - Removed method subName in class Namepaltherr2004-03-184-14/+10
* - Added factory methods for term symbol in clas...paltherr2004-03-186-23/+15
* xml parsing changes + slight bugfix in xml repr...buraq2004-03-182-5/+6
* - completely non-working run-time types for Sca...schinz2004-03-181-0/+235
* - I removed a the printing of debugging messages.cremet2004-03-181-1/+0
* - I fixed problems that came from the change in...cremet2004-03-183-4/+13
* - Explicitly import java.lang.System.arraycopy ...mihaylov2004-03-171-4/+5
* Added come comments in the icodejvm backendNAME2004-03-161-69/+41
* - Fixed array creation code (never create array...paltherr2004-03-162-1/+4
* - Added Code.Eq to handle ANY_EQpaltherr2004-03-163-0/+12
* *** empty log message ***Matthias Zenger2004-03-155-19/+86
* removed 'foo(...) from parserburaq2004-03-151-2/+3
* {{ worksburaq2004-03-151-8/+16
* *** empty log message ***Matthias Zenger2004-03-152-0/+293
* Refactored buffer classes.Matthias Zenger2004-03-1511-103/+109
* *** empty log message ***Martin Odersky2004-03-152-3/+17
* *** empty log message ***Martin Odersky2004-03-1511-115/+241
* implburaq2004-03-152-7/+35
* Made lists persistent.Matthias Zenger2004-03-152-2/+8
* Refactored code.Matthias Zenger2004-03-155-97/+121
* *** empty log message ***Matthias Zenger2004-03-151-1/+1
* - Removed method Symbol.isGeneratedpaltherr2004-03-131-1/+1
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
* - Added Similarity.scala and NodeSeq.scalapaltherr2004-03-122-0/+30
* changes to xml apiburaq2004-03-125-131/+113
* *** empty log message ***buraq2004-03-125-49/+88
* more flexible reportingburaq2004-03-121-13/+24
* - Made TermSymbol.clasz finalpaltherr2004-03-121-1/+1
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-121-28/+58
* - Added factory methods for abstract types and ...paltherr2004-03-121-9/+24
* - Added method Symbol.newFactorypaltherr2004-03-111-1/+1
* - Forced all class creators to use factory meth...paltherr2004-03-111-2/+20
* 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-111-3/+1
* - Fixed recognition of redefined packagespaltherr2004-03-111-14/+29
* - Added factory method Symbol.newConstructorpaltherr2004-03-101-1/+2
* - Removed usage of methods Symbol.makeModulepaltherr2004-03-101-1/+1
* a data structure for appending sequences in O(1)buraq2004-03-101-0/+78