summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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-2910-63/+89
* 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-253-12/+13
* 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
* (no commit message)Burak Emir2007-01-191-0/+3
* updated check files for cli testsmichelou2007-01-191-5/+5
* When "fsc -shutdown" is requested, do not start...Lex Spoon2007-01-182-8/+28
* - Increased the timeout for connecting toLex Spoon2007-01-181-16/+18
* Fix the prime routine; the priming command wasLex Spoon2007-01-171-9/+10
* added svn:keywords and file header to collectio...michelou2007-01-171-2/+2
* enabled -Xunapply.Martin Odersky2007-01-164-37/+42
* warning only emitted with Xoutermatches optionBurak Emir2007-01-161-1/+1
* - start prime the interpreter sooner, so that t...Lex Spoon2007-01-162-3/+32
* some fixes for unapply: Burak Emir2007-01-166-38/+69
* Support multi-line expressions and definitions ...Lex Spoon2007-01-153-48/+110