summaryrefslogtreecommitdiff
path: root/test/files/run/implicits.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* refined changes to implicits to allow again imp...Martin Odersky2010-01-041-1/+0
| | | | | | refined changes to implicits to allow again implicits in non-static companion objects.
* Added extensive statistics, reduced time of imp...Martin Odersky2010-01-041-0/+1
| | | | | | Added extensive statistics, reduced time of implicit resolution by 2/3rds, of whole typer by 1/4 to 1/3rd.
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+23
| | | | | | Massive redesign so that: scala> "hi" == "hi".reverse.reverse gives: res0: Boolean = true Preparing to do similar things to arrays.
* int -> Int, etc..michelou2008-05-201-1/+1
|
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-101-0/+0
|
* fixes to ExplicitOuter to pass test suiteMartin Odersky2006-09-121-0/+25