summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added group and changed metadataBurak Emir2006-09-039-81/+128
|
* (no commit message)Martin Odersky2006-09-031-1/+1
|
* fixed bug 722Martin Odersky2006-09-036-27/+82
|
* fixed problems with implicitsMartin Odersky2006-09-023-20/+37
|
* fixed bug720Martin Odersky2006-09-011-1/+1
|
* Implemented proposed syntax change for procedur...Martin Odersky2006-09-013-26/+46
| | | | | | Implemented proposed syntax change for procedures (so we can try it out; it's not committed yet).
* Refined internal error messageMartin Odersky2006-09-011-1/+2
|
* 1. Added by name functions and nby-name implicitsMartin Odersky2006-09-016-17/+68
| | | | | 2. Clarified code in Erasure
* cleaned up code in matching/*.scalamichelou2006-09-016-761/+771
|
* added option -Xdetachmichelou2006-09-011-19/+20
|
* pattern matching deals with outer instances nowBurak Emir2006-08-315-9/+99
|
* removed leading/trailing tabs/blanks in symtab/...michelou2006-08-311-108/+115
| | | | | removed leading/trailing tabs/blanks in symtab/Flags.scala
* reverted to Predef.errormichelou2006-08-311-2/+2
|
* reverted to Iterator.rangemichelou2006-08-311-1/+1
|
* cleaned up code in library/scala/**/*.scalamichelou2006-08-3136-1968/+2112
|
* removed leading/trailing tabs/blanks in ast/*.s...michelou2006-08-304-189/+216
| | | | | removed leading/trailing tabs/blanks in ast/*.scala
* scala.xml.metadata changeBurak Emir2006-08-306-104/+198
|
* bugfix + commentBurak Emir2006-08-302-8/+27
|
* removed leading/trailing tabs/blanks in typeche...michelou2006-08-304-222/+265
| | | | | removed leading/trailing tabs/blanks in typechecker/*.scala
* removed leading/trailing tabs/blanks in Infer.s...michelou2006-08-291-106/+192
| | | | | removed leading/trailing tabs/blanks in Infer.scala
* Made the constructors of inner classes compatib...Iulian Dragos2006-08-281-7/+16
| | | | | | Made the constructors of inner classes compatible with Java (made 'outer' come first in the list of arguments).
* * Removed position dependency from class file f...Sean McDirmid2006-08-288-12/+21
| | | | | | | * Removed position dependency from class file for IDE (will remove from * pickled format for 2.2). Changed scanner to not eat docdef when runing * in IDE.
* removed leading/trailing tabs/blanks in transfo...michelou2006-08-284-53/+61
| | | | | removed leading/trailing tabs/blanks in transform/*.scala
* removing debug prints.Sean McDirmid2006-08-251-2/+0
|
* Eliminated need for extra global class so Globa...Sean McDirmid2006-08-2510-21/+35
| | | | | Eliminated need for extra global class so Global can remain concrete.
* Modified scopes and positions so they can be co...Sean McDirmid2006-08-2549-276/+308
| | | | | Modified scopes and positions so they can be configured more flexibly.
* fixed bug 710.Martin Odersky2006-08-2410-43/+79
|
* added if-test in method typedSelect of typechec...michelou2006-08-241-37/+44
| | | | | added if-test in method typedSelect of typechecker/Typers.scala
* catch NoSuchMethodException, not NoSuchMethodErrorLex Spoon2006-08-241-1/+1
|
* test that the main method is static, and throw ...Lex Spoon2006-08-241-0/+2
| | | | | test that the main method is static, and throw NoSuchMethodError if not
* make filenames and paths be absolute before pas...Lex Spoon2006-08-241-1/+13
| | | | | | make filenames and paths be absolute before passing them to a CompileServer
* made absFileName publicly availableLex Spoon2006-08-241-10/+12
|
* added svn:keywords to file mutable/LinkedHashSe...michelou2006-08-241-16/+39
| | | | | added svn:keywords to file mutable/LinkedHashSet.scala
* (no commit message)Sean McDirmid2006-08-241-0/+29
|
* added missing links to fsc, .. in man1/sbaz.scalamichelou2006-08-241-7/+9
|
* Changed huge match in icode reader to generate ...Iulian Dragos2006-08-242-21/+23
| | | | | | Changed huge match in icode reader to generate a proper switch statement.
* removed leading/trailing blanks/tabs in symtab/...v2.1.8michelou2006-08-233-173/+173
| | | | | removed leading/trailing blanks/tabs in symtab/*.scala
* fix^2 of bug687Martin Odersky2006-08-231-1/+1
|
* fixed bug687Martin Odersky2006-08-231-1/+1
|
* Fixed bugs. Generalized implicit lookup.Martin Odersky2006-08-223-9/+25
|
* fixed some more bugs.Martin Odersky2006-08-221-0/+2
| | | | | generalized search of implicits.
* Fixed a bug in Stream.copyToArray similar to co...mihaylov2006-08-221-1/+1
| | | | | Fixed a bug in Stream.copyToArray similar to contrib #180
* Added -XinnerClasses option to turn on (default...Iulian Dragos2006-08-222-1/+4
| | | | | | Added -XinnerClasses option to turn on (default is off) generation of InnerClasses attribute
* Removed SYNTHETIC flag from '$this' arguments f...Iulian Dragos2006-08-221-1/+1
| | | | | | Removed SYNTHETIC flag from '$this' arguments for mixin implementation classes.
* Fixed bug #680 and #455 (duplicates) by carryin...Iulian Dragos2006-08-223-10/+24
| | | | | | Fixed bug #680 and #455 (duplicates) by carrying more typing context to the backend for method calls.
* added if-test before debugging info in file Mix...michelou2006-08-221-4/+6
| | | | | added if-test before debugging info in file Mixin.scala
* Fixed bug contribution #180mihaylov2006-08-221-1/+1
|
* (no commit message)Martin Odersky2006-08-211-3/+7
|
* Changed super.T in asSeenFromMartin Odersky2006-08-211-1/+5
|
* (no commit message)Martin Odersky2006-08-212-14/+23
|