summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - syntax highlighting for Scala.michelou2005-02-112-0/+114
|
* - Added new method transformpaltherr2005-02-101-0/+1
|
* *** empty log message ***Martin Odersky2005-02-0916-3301/+302
|
* - updated copyright year.michelou2005-02-091-2/+2
|
* hellohelloburaq2005-02-091-1/+1
|
* helloburaq2005-02-091-0/+82
|
* - added missing header.michelou2005-02-091-1/+11
|
* - Commented out the automatic build of nscpaltherr2005-02-091-1/+1
|
* - Added tests for bug 396paltherr2005-02-094-7/+100
|
* - Added search methodspaltherr2005-02-091-65/+220
| | | | | - Fixed lookup of symbols (bug 396)
* - Removed "printSummary" from Reporter interfacepaltherr2005-02-092-4/+1
|
* - Added nsc targetpaltherr2005-02-092-0/+79
|
* - Added scalansc targetpaltherr2005-02-091-0/+1
|
* - Added UTF8Codecpaltherr2005-02-091-0/+1
|
* - Added some tests to avoid the inlining of met...paltherr2005-02-081-3/+21
| | | | | | - Added some tests to avoid the inlining of methods already inherited through the super class.
* - Fixed type of namepaltherr2005-02-081-1/+1
|
* - Fixed "path" into "file"paltherr2005-02-081-4/+4
|
* *** empty log message ***Martin Odersky2005-02-049-568/+592
|
* *** empty log message ***Martin Odersky2005-02-041-2/+0
|
* *** empty log message ***Martin Odersky2005-02-0441-3/+12251
|
* code cleanupburaq2005-02-0212-249/+142
|
* - Added the following methods: getMainOwner, ge...paltherr2005-02-021-7/+116
| | | | | | | - Added the following methods: getMainOwner, getMainClassOrNone, getEnclosingPackageClassOrNone, getSourceDirectoryOrNull, getSourceFileOrNull, getUnitOrNull
* - Added code to initialize the origin of analyz...paltherr2005-02-021-0/+3
| | | | | - Added code to initialize the origin of analyzed symbols
* fixed faulty handling of comments in toXML func...buraq2005-02-011-2/+10
| | | | | fixed faulty handling of comments in toXML function
* - Added SOURCEFILE attribute decodingpaltherr2005-02-011-0/+5
|
* - Added origin to loaded symbols.paltherr2005-02-014-9/+22
|
* - Added method getOrigin and setOriginpaltherr2005-02-011-0/+36
|
* - Added SymbolOriginpaltherr2005-02-012-0/+53
|
* - Fixed comment for previous changepaltherr2005-02-011-1/+1
|
* - Changed AbstractFileReader to store the abstr...paltherr2005-02-013-7/+7
| | | | | | - Changed AbstractFileReader to store the abstract file instead of its path.
* *** empty log message ***Martin Odersky2005-02-013-2/+15
|
* *** empty log message ***Martin Odersky2005-02-011-0/+1
|
* *** empty log message ***Martin Odersky2005-02-011-1/+1
|
* *** empty log message ***Martin Odersky2005-01-313-18/+14
|
* gone with thisburaq2005-01-286-2531/+0
|
* pattern matcher - lost in translationburaq2005-01-2814-56/+2508
|
* - Split the Reporter class into a Reporter inte...paltherr2005-01-2712-231/+373
| | | | | | - Split the Reporter class into a Reporter interface and an AbstractReporter and a ConsoleReporter class.
* - Added show-missing-examples and show-missingpaltherr2005-01-271-0/+22
|
* *** empty log message ***Martin Odersky2005-01-277-18/+83
|
* translated one file to scalaburaq2005-01-261-1/+1
|
* translated to scalaburaq2005-01-2610-1008/+0
|
* translation from Javaburaq2005-01-261-10/+20
|
* translations from Javaburaq2005-01-2618-83/+1069
|
* hello xml start tagsburaq2005-01-262-0/+8
|
* - Replaced start and stop in Global by a timer.paltherr2005-01-258-40/+26
|
* - Added timerspaltherr2005-01-255-1/+164
|
* - bug fix: use System.identityHashCode to get t...schinz2005-01-251-1/+1
| | | | | | | - bug fix: use System.identityHashCode to get the hash code of the instance (otherwise the redefined version might not be appropriate, and could even crash)
* *** empty log message ***schinz2005-01-251-0/+130
|
* - moved Entry class outside (to avoid the outer...schinz2005-01-251-7/+7
| | | | | | - moved Entry class outside (to avoid the outer link, which can cause pattern-matching problems with run time types, and is useless)
* - Added a dummy "codegen" phase to enable/disab...paltherr2005-01-252-1/+8
| | | | | - Added a dummy "codegen" phase to enable/disable code generation.