summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* rmovedburaq2004-09-291-26/+0
|
* removed unused scala files, added BitSet to listburaq2004-09-298-637/+1
|
* bitset addition, unit test additionburaq2004-09-284-7/+16
|
* faster equality checking for immutable bitsetburaq2004-09-281-0/+20
|
* fixed documentation to valid xhtmlburaq2004-09-283-5/+5
|
* - Moved TEST_ALL assignment before return state...paltherr2004-09-271-1/+1
| | | | | - Moved TEST_ALL assignment before return statement
* - Fixed some typospaltherr2004-09-271-3/+3
|
* - added methods 'equals' and 'toString'.michelou2004-09-241-3/+44
|
* - added private method 'readResolveMethod'.michelou2004-09-241-21/+40
| | | | | | - renamed method 'addCaseMethods' in 'addSyntheticMethods'. added call - to 'readResolveMethod' in 'addSyntheticMethods'.
* - added name for Java method 'readResolve' (see...michelou2004-09-241-12/+13
| | | | | | - added name for Java method 'readResolve' (see java.io.Serializable). - rearranged list of names in alphabetic order.
* - added symbol/type for class java.io.Serializa...michelou2004-09-241-1/+6
| | | | | - added symbol/type for class java.io.Serializable.
* - added missing test in method 'nameToPackage'.michelou2004-09-241-2/+5
|
* - Generalized code for [...]paltherr2004-09-231-8/+6
|
* - Cleaned code of scalatestpaltherr2004-09-231-155/+179
| | | | | - Added some support to test .NET backend
* - Added missing prefixpaltherr2004-09-221-1/+1
|
* - Added creation of objdirpaltherr2004-09-221-2/+2
|
* - Allowed flag --objdir= with no argumentpaltherr2004-09-211-1/+0
|
* - Removed ./test/bin/scala-test from distribpaltherr2004-09-211-1/+1
| | | | | - Relocated test files in distrib from ./test/files to ./test
* - Merged ./test/bin/scala-test info ./bin/.scal...paltherr2004-09-211-8/+511
| | | | | - Merged ./test/bin/scala-test info ./bin/.scala_wrapper
* - Generalized the code that transforms local va...paltherr2004-09-161-3/+8
| | | | | | - Generalized the code that transforms local variables of primary constructors to work for all constructors
* - Readded a fixed version of the code to handle...paltherr2004-09-161-0/+10
| | | | | | - Readded a fixed version of the code to handle local variables owned by other local variables
* - removed wrong (?) if-test in method 'liftSymb...michelou2004-09-161-4/+0
| | | | | - removed wrong (?) if-test in method 'liftSymbol'.
* - Removed unsupported !paltherr2004-09-161-1/+3
|
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-158-803/+371
| | | | | | | | | - Changed scala_wrapper so that tools are run as normal scala programs - Added support for SCALA_SOURCEPATH & SCALA_EXTDIRS Added properties - "scala.library.source.path" & "scala.library.class.path" Improved - computation of default bootclasspath Changed scalap to used ClassPath - from scala.tools.util
* - Added Idpaltherr2004-09-151-0/+2
|
* - I added an example and a link to the Pilib pa...cremet2004-09-151-1/+13
| | | | | | - I added an example and a link to the Pilib paper in the comments of the library.
* - I added the variance display for class declar...cremet2004-09-143-1/+9
| | | | | | | | - I added the variance display for class declarations. - I changed the display of sealed symbols from "qualified" to "sealed". - I removed the display of the leading "?" character for symbols coming from a Java meta-attribute.
* - Clear the exit label in Assign nodes processingmihaylov2004-09-141-19/+12
| | | | | | - Avoid alocating new local variable for the selector of Switch when it already is a local variable, an argument or a literal
* - Cleaned up some old comments and added some n...mihaylov2004-09-141-33/+3
| | | | | - Cleaned up some old comments and added some new ones
* - Don't generate unreachable branches; used to ...mihaylov2004-09-141-33/+50
| | | | | | | - Don't generate unreachable branches; used to happen after a jump on a - label Avoid jumping to a branch; always try to jump to the outermost - location
* - When selecting the most specific '==' method ...mihaylov2004-09-141-38/+47
| | | | | | | - When selecting the most specific '==' method treat alse the special cases left: Byte == right: Byte -> scala.Byte.==(scala.Int) left: Short == right: Short -> scala.Short.==(scala.Int)
* - Added a missing substitution for cloned type ...paltherr2004-09-131-0/+8
| | | | | - Added a missing substitution for cloned type parameters
* - Replaced a regular pattern match with a regul...mihaylov2004-09-101-1/+1
| | | | | | - Replaced a regular pattern match with a regular pattern match (no kidding!)
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
|
* - Try to find the most specific '==' method to ...mihaylov2004-09-101-2/+41
| | | | | | - Try to find the most specific '==' method to avoid unnecessary boxing/unboxing in code generated by the pattern matcher
* *** empty log message ***Martin Odersky2004-09-103-8/+4
|
* - Several bugfixes and small optimizationsmihaylov2004-09-092-33/+138
|
* - [MSIL] instantiate CLRPackageParser as the ro...mihaylov2004-09-091-1/+4
| | | | | - [MSIL] instantiate CLRPackageParser as the root parser
* - Initialize CLRTypes instead of CLRPackageParsermihaylov2004-09-091-3/+6
|
* - [MSIL] use System.Exception instead of java.l...mihaylov2004-09-091-8/+7
| | | | | - [MSIL] use System.Exception instead of java.lang.Throwable
* - Parse Pico meta attributes used in the Java p...mihaylov2004-09-091-53/+66
| | | | | - Parse Pico meta attributes used in the Java part of the Scala library
* - Separated the JVM package parser from the CLR...mihaylov2004-09-093-402/+436
| | | | | - Separated the JVM package parser from the CLR package parser
* *** empty log message ***Martin Odersky2004-09-091-10/+14
|
* - Removed scalac.util.Reporter (replaced by sca...paltherr2004-09-031-239/+0
| | | | | - Removed scalac.util.Reporter (replaced by scala.tools.util.Reporter)
* - Fixed raised exceptionpaltherr2004-09-031-2/+2
|
* - Fixed assert msgpaltherr2004-09-031-1/+1
|
* *** empty log message ***Martin Odersky2004-09-033-5/+16
|
* - Added logo & Idpaltherr2004-09-031-0/+10
|
* *** empty log message ***Martin Odersky2004-09-0226-89/+377
|
* Initial import.mihaylov2004-09-022-0/+40
|