summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* changed pair(...) to {...}Martin Odersky2007-02-0561-351/+336
* Honour the -nowarn flagmihaylov2007-02-051-1/+2
* fixed compilation error in CopyPropagation.scalamichelou2007-02-054-112/+129
* Fixed some deprecated and pattern matching warn...Iulian Dragos2007-02-053-5/+8
* scala.actors: removed Exit class.Philipp Haller2007-02-044-33/+36
* (no commit message)Martin Odersky2007-02-0323-174/+183
* hacking matcher to death 4 exhaustivityBurak Emir2007-02-032-16/+68
* rewrote list patterns to avoid exhaustivity war...Burak Emir2007-02-031-6/+12
* added comment & test caseMartin Odersky2007-02-021-1/+1
* deprecated checks moved to refchecks.Martin Odersky2007-02-0222-77/+162
* scala.actors: exit now works inside loop.Philipp Haller2007-02-022-17/+10
* refined exhaustivity checkBurak Emir2007-02-022-11/+62
* matching: + exhaustivity check, warningsBurak Emir2007-02-023-9/+108
* subClasses => childrenMartin Odersky2007-02-012-8/+8
* added private[this] and protected[this] modifiers.Martin Odersky2007-02-0111-117/+148
* scala.actors: added some more ScalaDoc comments.Philipp Haller2007-02-018-44/+128
* Fixed some bugs, added test case for ConsoleIulian Dragos2007-01-311-0/+12
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-313-21/+67
* fixed Console.printfMartin Odersky2007-01-311-1/+1
* made pattern constructors termsymbolsMartin Odersky2007-01-3117-123/+119
* uncurried Console.printfmichelou2007-01-313-22/+111
* Small updates to collection library:Gilles Dubochet2007-01-312-7/+16
* Uncommented printfIulian Dragos2007-01-311-2/+2
* 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-302-23/+36
* Fixed various problems in JCL.Sean McDirmid2007-01-3022-107/+114
* (no commit message)Sean McDirmid2007-01-302-33/+39
* Added unapply Lex Spoon2007-01-301-16/+25
* (no commit message)Martin Odersky2007-01-301-6/+11
* fixed bug in FlatHashTable; intern Symbols; rem...Martin Odersky2007-01-304-4/+22
* 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
* Fixed contribution #302 concerning scala.SeqProxymihaylov2007-01-281-0/+1
* updated copyright date and address of Scala web...v2.3.3michelou2007-01-252-8/+11
* update address of Scala websitemichelou2007-01-2514-38/+39
* 1.Martin Odersky2007-01-255-3/+26
* once more.Martin Odersky2007-01-251-1/+1
* fixed build problem for Array.makeMartin Odersky2007-01-251-1/+1
* fsee message for 9732Martin Odersky2007-01-254-50/+69
* fixed bugs 900,892, contrib 296.Martin Odersky2007-01-251-2/+17
* matching on arrays via unapplySeqBurak Emir2007-01-253-5/+17