summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* matching: + exhaustivity check, warningsBurak Emir2007-02-026-9/+218
| | | | | | | | 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.
* scala.actors: added some more ScalaDoc comments.Philipp Haller2007-02-018-44/+128
|
* Excluded scala/actors/ThreadPoolScheduler.scala...Philipp Haller2007-02-011-0/+1
| | | | | | Excluded scala/actors/ThreadPoolScheduler.scala from building docs on JDK 1.4.
* added test case 4 select unapplyBurak Emir2007-01-312-106/+20
|
* Reverted to old slightly-less-broken scheme for...Gilles Dubochet2007-01-311-1/+8
| | | | | | Reverted to old slightly-less-broken scheme for guessing SVN revision number.
* Added test for console classIulian Dragos2007-01-312-0/+17
|
* Fixed some bugs, added test case for ConsoleIulian Dragos2007-01-311-0/+12
|
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-314-23/+70
|
* fixed Console.printfMartin Odersky2007-01-312-1/+12
|
* made pattern constructors termsymbolsMartin Odersky2007-01-3120-127/+141
|
* uncurried Console.printfmichelou2007-01-313-22/+111
|
* excludes JDK5Scheduler.scala on Java 1.4michelou2007-01-311-0/+5
|
* Small updates to collection library:Gilles Dubochet2007-01-312-7/+16
| | | | | | - added shorter mkString with single separator parameter - ListMap's "elements" Iterator keeps element order.
* Build script's SVN revision guessing compatible...Gilles Dubochet2007-01-311-8/+1
| | | | | Build script's SVN revision guessing compatible with svn 1.7.
* 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
| | | | | | 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-304-23/+87
|
* 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-305-5/+23
| | | | | | 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-2911-64/+122
| | | | | moved version/copyright properties from source code to property file
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-291-2/+4
|
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-292-0/+50
|
* 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
|
* update STARR to Scala 2.3.3michelou2007-01-253-4/+4
|
* updated copyright date and address of Scala web...v2.3.3michelou2007-01-252-8/+11
| | | | | updated copyright date and address of Scala website
* update address of Scala websitemichelou2007-01-2514-38/+39
|
* 1.Martin Odersky2007-01-2512-5/+62
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* 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-256-50/+86
|
* fixed bugs 900,892, contrib 296.Martin Odersky2007-01-251-2/+17
|
* matching on arrays via unapplySeqBurak Emir2007-01-253-5/+17
|
* Renamed a function to avoid shadowing.Philipp Haller2007-01-241-3/+3
|
* method Source::getLinesBurak Emir2007-01-242-2/+51
|
* removed the :compile commandLex Spoon2007-01-242-21/+1
|
* test case for unapply gadt evaluatorBurak Emir2007-01-241-0/+35
|