summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
...
* Set Console.out to point down the socket while ...Lex Spoon2006-09-121-1/+5
| | | | | Set Console.out to point down the socket while a session is running
* Another fix to explicitOuterMartin Odersky2006-09-111-1/+2
|
* moved mixin constructor generation from explici...Martin Odersky2006-09-114-110/+77
| | | | | moved mixin constructor generation from explicitOuter to AddInterfaces
* changed explicit outer schemeMartin Odersky2006-09-1113-389/+389
| | | | | repaired tree checkers
* replaced 'Predef.Array' by 'Array' (and Java 1....michelou2006-09-115-6/+6
| | | | | replaced 'Predef.Array' by 'Array' (and Java 1.5.0_08 by 1.5.0_07)
* print "defined trait Foo" instead ofLex Spoon2006-09-101-3/+10
| | | | | | "defined class Foo" when a user defines a trait
* rebuild checkers (not there yet)Martin Odersky2006-09-082-39/+41
|
* rebuild checkers (not there yet)Martin Odersky2006-09-084-16/+41
|
* throw exception in caseelementsBurak Emir2006-09-082-10/+14
|
* xml changesBurak Emir2006-09-071-24/+31
|
* removed leading/trailing tabs/blanks in icode/G...michelou2006-09-071-126/+173
| | | | | removed leading/trailing tabs/blanks in icode/GenICode.scala
* added indexOf method to Iterable, added squeeze...Burak Emir2006-09-061-20/+65
| | | | | | added indexOf method to Iterable, added squeezeBlock code optimization to PatternMatcher
* Fixed bug 723Martin Odersky2006-09-063-79/+256
|
* removed leading/trailing tabs/blanks in symtab/...michelou2006-09-062-109/+138
| | | | | removed leading/trailing tabs/blanks in symtab/Symbol*.scala
* prelim outer stuffBurak Emir2006-09-062-104/+47
|
* retrofitted Predef.Array as suggested by Martinmichelou2006-09-065-606/+648
|
* 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-061-1/+1
| | | | | | Fixed compilation bugs arising from the move of Predef.Array* to scala.Array.apply*
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-055-11/+9
|
* fixed invalid HTML code produced by DocGenerato...michelou2006-09-051-61/+78
| | | | | 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-052-211/+238
|
* 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
* (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-012-26/+45
| | | | | | 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-015-17/+42
| | | | | 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
* removed leading/trailing tabs/blanks in ast/*.s...michelou2006-08-304-189/+216
| | | | | removed leading/trailing tabs/blanks in ast/*.scala
* 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.