summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted Predef.Arraymichelou2006-09-062-4/+4
|
* retrofitted Predef.Array as suggested by Martinmichelou2006-09-066-606/+735
|
* reverted to revision 5874michelou2006-09-061-3/+0
|
* added ArrayModule in symtab/Definitions.scalamichelou2006-09-062-83/+119
|
* Fixed compilation bugs arising from the move of...mihaylov2006-09-064-6/+6
| | | | | | Fixed compilation bugs arising from the move of Predef.Array* to scala.Array.apply*
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-0510-133/+128
|
* fixed invalid HTML code produced by DocGenerato...michelou2006-09-052-107/+145
| | | | | fixed invalid HTML code produced by DocGenerator.scala
* fixed typo in doc/DocUtil.scalamichelou2006-09-051-5/+5
|
* removed leading/trailing tabs/blanks in *.scalamichelou2006-09-053-254/+292
|
* fixed bug726Martin Odersky2006-09-051-3/+1
|
* fixed bug715Martin Odersky2006-09-041-1/+1
|
* fixed bug 719Martin Odersky2006-09-043-5/+18
|
* removed leading/trailing tabs/blanks in symtab/...michelou2006-09-043-71/+103
| | | | | removed leading/trailing tabs/blanks in symtab/*.scala
* allowed access to locals after explicit-outerMartin Odersky2006-09-041-1/+1
|
* obsoleteGilles Dubochet2006-09-041-164/+0
|
* merged explicitouter and transmatchGilles Dubochet2006-09-046-160/+248
|
* fixed bug718Martin Odersky2006-09-041-2/+2
|
* slight modification to implicits searchMartin Odersky2006-09-042-3/+2
| | | | | fixed bug 716
* fixed gilles problem with spurious recursive typesMartin Odersky2006-09-042-6/+15
|
* removed leading/trailing tabs/blanks in symtab/...michelou2006-09-041-44/+48
| | | | | removed leading/trailing tabs/blanks in symtab/Definitions.scala
* 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