summaryrefslogtreecommitdiff
path: root/test/files/pos/t2484.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` ↵Philipp Haller2013-11-121-1/+1
| | | | | | | | | | | | | package object - The corresponding `apply` methods in the `Future` and `Promise` objects should be used instead. - Adjusted tests to use non-deprecated versions - Fixed doc comments not to use deprecated methods - Added comment about planned removal in 2.13.0
* SI-6811 Remove parts of scala.concurrent not needed by scala.actorsSimon Ochsenreither2013-01-171-1/+3
|
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-1/+1
|
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-151-0/+17
Fixed #2848 and #2630; Improvements in equality speed