summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Interpet the scala.runtime.compat.BeanProperty ...mihaylov2006-02-102-2/+18
| | | | | | Interpet the scala.runtime.compat.BeanProperty to generate Java Beans compliant names for variable accessors
* An attribute that designates variable's accesso...mihaylov2006-02-101-0/+3
| | | | | | An attribute that designates variable's accessors names as Java Beans compliant
* (no commit message)Martin Odersky2006-02-099-145/+60
|
* (no commit message)Sean McDirmid2006-02-099-21/+60
|
* The Scala compiler is now compatible with Java ...Gilles Dubochet2006-02-071-1/+1
| | | | | The Scala compiler is now compatible with Java 1.6 beta.
* (no commit message)Martin Odersky2006-02-0614-17/+168
|
* added some quotes so that arguments with spaces...Lex Spoon2006-02-061-1/+1
| | | | | added some quotes so that arguments with spaces work fine
* Fixed typos in a couple of commentsLex Spoon2006-02-032-2/+2
|
* (no commit message)Martin Odersky2006-02-023-1/+20
|
* (no commit message)Martin Odersky2006-02-012-8/+11
|
* Some cosmetic changes in non-plugin files.Sean McDirmid2006-02-017-30/+41
|
* (no commit message)Martin Odersky2006-02-012-22/+16
|
* (no commit message)Martin Odersky2006-01-311-1/+1
|
* Using debug mode is not longer necessary to get...Gilles Dubochet2006-01-311-4/+4
| | | | | | Using debug mode is not longer necessary to get stack traces when using Scalac for Ant.
* (no commit message)Martin Odersky2006-01-302-2/+8
|
* (no commit message)Martin Odersky2006-01-306-14/+37
|
* Added '?' to the list of encoded operators.Iulian Dragos2006-01-301-0/+1
|
* A $PREFIX was still lurking around: it is gone ...Gilles Dubochet2006-01-301-1/+1
| | | | | A $PREFIX was still lurking around: it is gone now.
* Sanitized the ScalaTool ant script so that it d...Gilles Dubochet2006-01-305-18/+15
| | | | | | Sanitized the ScalaTool ant script so that it doesn't add an automatic $PREFIX to classpath elements.
* Fixed expected type for Try blocks.Iulian Dragos2006-01-301-1/+1
|
* do not treat the empty string as a valid classp...Lex Spoon2006-01-271-1/+1
| | | | | do not treat the empty string as a valid classpath component
* Format changes, updates to IDE highlighting.Sean McDirmid2006-01-2711-125/+173
|
* If a classpath is specified explicitly, then be...Lex Spoon2006-01-271-1/+2
| | | | | | If a classpath is specified explicitly, then be sure to insert #PREFIX# in front of all the path elements.
* Move the implicit BitSet=>Ordered[BitSet] coerc...mihaylov2006-01-262-34/+31
| | | | | | Move the implicit BitSet=>Ordered[BitSet] coercion to automata/SubsetConstruction, where it is used
* Adding IO files to build.Sean McDirmid2006-01-264-0/+286
|
* (no commit message)Martin Odersky2006-01-266-30/+78
|
* Added a deep-copy clone methodmihaylov2006-01-261-0/+6
|
* Scala bazaar Ant task now extends the correct t...Gilles Dubochet2006-01-261-2/+2
| | | | | Scala bazaar Ant task now extends the correct task type.
* - improved efficiencymihaylov2006-01-251-13/+20
| | | | | - fixed a bug in the handling of size
* Added a fast subsetOf implementationmihaylov2006-01-251-3/+35
|
* Removed an annoying debug message.Gilles Dubochet2006-01-241-1/+1
|
* (no commit message)Martin Odersky2006-01-242-5/+7
|
* (no commit message)Martin Odersky2006-01-243-41/+37
|
* (no commit message)Martin Odersky2006-01-241-2/+2
|
* (no commit message)Martin Odersky2006-01-241-2/+2
|
* (no commit message)Martin Odersky2006-01-244-10/+14
|
* fixed bug in isWhitespace argument in file scal...michelou2006-01-241-5/+7
| | | | | | fixed bug in isWhitespace argument in file scala/tools/nsc/symtab/Symbols.scala
* (no commit message)Martin Odersky2006-01-233-20/+32
|
* * removed tabs from core compiler files.Sean McDirmid2006-01-225-183/+204
| | | | | | * improved coverage of semantic tokens class * enhanced classpath stability
* Adjusted to the new interface of BitSetmihaylov2006-01-224-25/+20
|
* Complete rewrite:mihaylov2006-01-223-187/+138
| | | | | | | | | | | - uses directly Array[Int] instead of ResizableArray; the latter is polymorphic and uses boxed arrays - implement collection.BitSet and collection.mutable.BitSet as subclasses of collection.Set and collection.mutable.Set respectively with the corresponding change in the interface - collection.immutable.BitSet is likely to disappear because its semantics is subsumed by collection.BitSet.
* added min(x: Int, y: Int): Int functionmihaylov2006-01-221-0/+1
|
* use the serializable attribute instead of java....mihaylov2006-01-221-2/+2
| | | | | use the serializable attribute instead of java.io.Serializable
* (no commit message)Martin Odersky2006-01-202-5/+5
|
* Added option '-Xlinearizer:<lin>' and made 'rev...Iulian Dragos2006-01-206-6/+84
| | | | | | | Added option '-Xlinearizer:<lin>' and made 'reverse post order' the default linearization strategy, to greatly improve performance on java 1.4
* (no commit message)Martin Odersky2006-01-208-41/+76
|
* Improved TypedCode to support yet more code.Gilles Dubochet2006-01-203-1/+8
|
* When zip-ping up an sbp file, include all depen...Lex Spoon2006-01-201-11/+3
| | | | | | When zip-ping up an sbp file, include all dependencies, not just the ones that have changed.
* automatically define a "sbaz" task coresponding...Lex Spoon2006-01-201-0/+2
| | | | | automatically define a "sbaz" task coresponding to ScalaBazaar
* (no commit message)Martin Odersky2006-01-198-42/+28
|