summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc
Commit message (Expand)AuthorAgeFilesLines
* updated deprecated methodsmichelou2007-02-072-6/+6
* Replaced the deprecated Seq.concat with Seq.++ ...mihaylov2007-02-061-47/+37
* clean up, unapply disables any form of exhausti...Burak Emir2007-02-062-17/+14
* Fixed references to the deprecated ListMap.Emptymihaylov2007-02-062-3/+3
* Added a reference to Settings in AbstractReportermihaylov2007-02-068-44/+47
* Use tuple syntax instead of Pair/Triple in the ...mihaylov2007-02-062-62/+63
* 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
* (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
* subClasses => childrenMartin Odersky2007-02-012-8/+8
* added private[this] and protected[this] modifiers.Martin Odersky2007-02-0111-117/+148
* 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
* 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
* Changed from HashSet to LinkedHashSet to circum...Iulian Dragos2007-01-291-3/+7
* moved version/copyright properties from source ...michelou2007-01-297-52/+87
* 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
* update address of Scala websitemichelou2007-01-252-10/+11
* 1.Martin Odersky2007-01-254-2/+25
* 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
* fixed bug908Martin Odersky2007-01-231-1/+1
* Add a deprecation check for deprecated methods ...Lex Spoon2007-01-232-4/+25
* Fxied bug 909;Martin Odersky2007-01-221-5/+7