summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the deprecated Seq.concat with Seq.++ ...mihaylov2007-02-061-47/+37
| | | | | Replaced the deprecated Seq.concat with Seq.++ in DocGenerator
* clean up, unapply disables any form of exhausti...Burak Emir2007-02-062-17/+14
| | | | | clean up, unapply disables any form of exhaustivity checking
* Fixed references to the deprecated ListMap.Emptymihaylov2007-02-063-4/+4
|
* Added a reference to Settings in AbstractReportermihaylov2007-02-0610-47/+50
|
* Use tuple syntax instead of Pair/Triple in the ...mihaylov2007-02-062-62/+63
| | | | | Use tuple syntax instead of Pair/Triple in the backend
* Fixed some svn propertiesmihaylov2007-02-062-4/+4
|
* Merged the dotnet-scala branchmihaylov2007-02-0617-106/+3605
|
* clean upBurak Emir2007-02-062-136/+127
|
* exhaustivity reworkedBurak Emir2007-02-054-23/+64
|
* changed pair(...) to {...}Martin Odersky2007-02-0513-117/+103
|
* Honour the -nowarn flagmihaylov2007-02-051-1/+2
|
* fixed compilation error in CopyPropagation.scalamichelou2007-02-052-97/+116
|
* Fixed some deprecated and pattern matching warn...Iulian Dragos2007-02-053-5/+8
| | | | | Fixed some deprecated and pattern matching warnings
* (no commit message)Martin Odersky2007-02-0321-160/+183
|
* hacking matcher to death 4 exhaustivityBurak Emir2007-02-032-16/+68
|
* added comment & test caseMartin Odersky2007-02-021-1/+1
|
* deprecated checks moved to refchecks.Martin Odersky2007-02-0216-71/+110
|
* refined exhaustivity checkBurak Emir2007-02-022-11/+62
|
* matching: + exhaustivity check, warningsBurak Emir2007-02-022-9/+69
| | | | | | | | Iterator: gets mkString method Iterable: only whitespace Definitions: value classes no longer SEALED test cases for exhaustivity + unapply/array
* subClasses => childrenMartin Odersky2007-02-012-8/+8
|
* added private[this] and protected[this] modifiers.Martin Odersky2007-02-0111-117/+148
| | | | | added modifiers for primary constructors.
* made pattern constructors termsymbolsMartin Odersky2007-01-3116-121/+111
|
* uncurried Console.printfmichelou2007-01-311-1/+66
|
* commented debug printBurak Emir2007-01-301-1/+1
|
* reverted more still brokeBurak Emir2007-01-302-13/+4
|
* reverted change, breaks code :/Burak Emir2007-01-301-4/+4
|
* fixed bug920Martin Odersky2007-01-301-2/+6
|
* 1.hacked Typer::typedSelect for unapply, Martin...Burak Emir2007-01-302-6/+15
| | | | | | 1.hacked Typer::typedSelect for unapply, Martin please review (pattern like "Stream.cons" works now) 2.fixed Sean's broken change in Trees
* small cleanupsMartin Odersky2007-01-302-26/+28
|
* added subClasses method to symbols.Martin Odersky2007-01-302-6/+23
|
* fixed flathashtable.Martin Odersky2007-01-301-14/+18
|
* (no commit message)Sean McDirmid2007-01-302-33/+39
|
* fixed bug in FlatHashTable; intern Symbols; rem...Martin Odersky2007-01-301-0/+1
| | | | | | fixed bug in FlatHashTable; intern Symbols; removed view bound in Set.empty
* Changed from HashSet to LinkedHashSet to circum...Iulian Dragos2007-01-291-3/+7
| | | | | Changed from HashSet to LinkedHashSet to circumvent errors in remove
* moved version/copyright properties from source ...michelou2007-01-2910-63/+89
| | | | | moved version/copyright properties from source code to property file
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-291-2/+4
|
* Added assertion for concrete undefined methodsIulian Dragos2007-01-291-0/+2
|
* Fixed crash for 'return' in finallyIulian Dragos2007-01-293-6/+10
|
* updated copyright date and address of Scala web...v2.3.3michelou2007-01-251-5/+8
| | | | | updated copyright date and address of Scala website
* update address of Scala websitemichelou2007-01-253-12/+13
|
* 1.Martin Odersky2007-01-254-2/+25
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* fsee message for 9732Martin Odersky2007-01-253-49/+66
|
* removed the :compile commandLex Spoon2007-01-242-21/+1
|
* updated copyright datev2.3.2michelou2007-01-232-3/+4
|
* updated some commments in interpretermichelou2007-01-234-35/+50
|
* - Added default constructors for Settings and G...Lex Spoon2007-01-2315-16/+223
| | | | | | | | | | - Added default constructors for Settings and Global - Added attributed types, if -Xplugtypes is available. This enables non-LAMP people to experiment with type attributes. (This is a merge from the plugtypes branch, revision 9679) The attributes are ignored for now, even with -Xplugtypes, but do get propagated.
* fixed bug908Martin Odersky2007-01-231-1/+1
|
* Add a deprecation check for deprecated methods ...Lex Spoon2007-01-232-4/+25
| | | | | | Add a deprecation check for deprecated methods overriding concrete methods.
* Fxied bug 909;Martin Odersky2007-01-221-5/+7
| | | | | Updated collection library
* (no commit message)Burak Emir2007-01-191-0/+3
|