summaryrefslogtreecommitdiff
path: root/sources/scalac/util
Commit message (Collapse)AuthorAgeFilesLines
* - added transformation of the the backslash cha...mihaylov2003-12-031-0/+1
| | | | | | - added transformation of the the backslash character ('\\') into '$bslash'
* *** empty log message ***buraq2003-12-021-0/+2
|
* - made the parse method 'public static' so that...mihaylov2003-12-011-1/+1
| | | | | | - made the parse method 'public static' so that it's easier to use from other classes
* handling of Symbol and Labelled changed towards...buraq2003-11-211-0/+3
| | | | | | handling of Symbol and Labelled changed towards Symbol and scala.xml.nobinding.Element
* - Removed class DebugTypepaltherr2003-11-131-129/+1
|
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-13/+13
| | | | | Added support for reading ConstantValue attributes;
* - Added constant coercepaltherr2003-11-051-0/+1
|
* *** empty log message ***Martin Odersky2003-10-311-0/+8
|
* - Added methods to print arrays of primitive typespaltherr2003-10-211-4/+101
|
* - added 'shortname' flag to control file name o...michelou2003-10-201-5/+10
| | | | | - added 'shortname' flag to control file name output
* - Added a handle for Treespaltherr2003-10-161-0/+2
|
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-0/+15
| | | | | - Reorganized Definitions
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-1/+2
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* - Added special case for Rootpaltherr2003-10-061-1/+1
|
* - Added name ROOTpaltherr2003-10-061-0/+1
|
* *** empty log message ***Martin Odersky2003-09-182-0/+2
|
* - Added function scala_Functionpaltherr2003-09-111-7/+12
| | | | | - Changed prefixes to strings
* - The name ERROR is now both a type name and a ...paltherr2003-09-091-0/+4
| | | | | - The name ERROR is now both a type name and a term name
* - Added OUTER and SUPER methodspaltherr2003-09-081-1/+22
|
* *** empty log message ***Martin Odersky2003-08-281-0/+1
|
* Added support for case class tags.Matthias Zenger2003-08-281-0/+2
|
* *** empty log message ***Martin Odersky2003-08-251-1/+1
|
* - rewrote the phase creation processpaltherr2003-08-182-3/+40
| | | | | - replace PhaseRepository by CompilerPhases
* *** empty log message ***Martin Odersky2003-08-111-0/+1
|
* - Renamed log(Object[]) and show(Object[]) into...paltherr2003-08-081-19/+19
| | | | | - Renamed log(Object[]) and show(Object[]) into logAll and showAll
* *** empty log message ***Martin Odersky2003-08-062-0/+37
|
* *** empty log message ***Martin Odersky2003-08-041-2/+2
|
* - Added support for inlining default bootclassp...paltherr2003-08-041-0/+9
| | | | | | - Added support for inlining default bootclasspath into specified bootclasspath
* *** empty log message ***Martin Odersky2003-08-041-0/+13
|
* - Changed localDummy to generate non-empty namespaltherr2003-08-021-0/+8
|
* - Added show methodspaltherr2003-07-311-7/+65
|
* *** empty log message ***Martin Odersky2003-07-312-28/+0
|
* - Added TypeNamespaltherr2003-07-301-0/+15
|
* *** empty log message ***Martin Odersky2003-07-221-0/+13
|
* *** empty log message ***Martin Odersky2003-07-111-0/+6
|
* - Added constant NOSYMBOLpaltherr2003-07-111-0/+1
|
* - renamed NONE to EMPTY_ARRAY to be consistentschinz2003-07-101-1/+1
|
* names for matching, bindingburaq2003-07-081-0/+1
|
* some stuff for pattern matchingburaq2003-07-041-0/+1
|
* - Moved definition of empty name into Names.paltherr2003-07-042-5/+1
|
* *** empty log message ***Martin Odersky2003-07-041-1/+0
|
* some names for sequence and iterator handlingburaq2003-07-021-0/+5
|
* - Removed file from encoded positionspaltherr2003-06-241-7/+3
|
* *** empty log message ***Martin Odersky2003-06-171-1/+2
|
* - Removed scalac.util.Positionpaltherr2003-06-161-54/+0
| | | | | - Removed scalac.ast.parser.Sourcefile
* - Made SourceFile and Position scala-independan...paltherr2003-06-162-54/+127
| | | | | | | | - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name.
* - Removed support for notespaltherr2003-06-122-35/+1
|
* *** empty log message ***Martin Odersky2003-06-111-1/+1
|
* *** empty log message ***Martin Odersky2003-06-042-3/+7
|
* - Changed log method in class Debugpaltherr2003-05-201-4/+18
| | | | | | - Adapated calls to these log methods - Added a log about symbol overrides