summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* changed handling of MatchError, prints string nowBurak Emir2006-02-141-0/+3
* changed handling of MatchError, prints string nowBurak Emir2006-02-142-26/+14
* Expanded Codification to support loops, conditi...Gilles Dubochet2006-02-144-15/+70
* Added annotations parsingmihaylov2006-02-141-10/+62
* Refactored ICode and added basic inlining capab...Iulian Dragos2006-02-1414-53/+278
* Added missing constantsmihaylov2006-02-131-0/+3
* Added values for the type tagsmihaylov2006-02-131-0/+17
* Added the names of Java annotations classfile a...mihaylov2006-02-131-0/+2
* (no commit message)Martin Odersky2006-02-104-42/+177
* Interpet the scala.runtime.compat.BeanProperty ...mihaylov2006-02-102-2/+18
* An attribute that designates variable's accesso...mihaylov2006-02-101-0/+3
* (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
* (no commit message)Martin Odersky2006-02-0614-17/+168
* added some quotes so that arguments with spaces...Lex Spoon2006-02-061-1/+1
* 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
* (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
* Sanitized the ScalaTool ant script so that it d...Gilles Dubochet2006-01-305-18/+15
* 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
* 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
* Move the implicit BitSet=>Ordered[BitSet] coerc...mihaylov2006-01-262-34/+31
* 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
* - improved efficiencymihaylov2006-01-251-13/+20
* 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
* (no commit message)Martin Odersky2006-01-233-20/+32
* * removed tabs from core compiler files.Sean McDirmid2006-01-225-183/+204
* Adjusted to the new interface of BitSetmihaylov2006-01-224-25/+20
* Complete rewrite:mihaylov2006-01-223-187/+138