aboutsummaryrefslogtreecommitdiff
path: root/library/src/dotty
Commit message (Collapse)AuthorAgeFilesLines
* Drop special case around Function1Martin Odersky2017-03-081-0/+20
| | | | | | Now only Scala2 mode treats Function1's as implicit conversions. Instead we introduce a new subclass ImplicitConverter of Function1, instances of which are turned into implicit conversions.
* DottyPredef: remove dummy typeTag implicitGuillaume Martres2017-03-071-3/+0
| | | | This avoids a dependency on the scala-reflect jar
* Handle Array classtags in the same way as othersMartin Odersky2017-02-011-3/+0
| | | | | | The previous implicit definition of arrayTag in DottyPredef priorities arrayTag over all other classtag searches, which led to surprising results in `i1907a.scala`.
* Use Nil.type and None.type instead of superclassesFelix Mulder2016-12-011-4/+4
|
* Fix tasty bootstrapFelix Mulder2016-12-011-12/+12
|
* Add documentation to `Show`Felix Mulder2016-11-301-3/+10
|
* Get rid of null in evidence paramFelix Mulder2016-11-301-3/+6
|
* Optimize `Show[String]` instanceFelix Mulder2016-11-301-10/+14
|
* Get rid of nesting implicitsFelix Mulder2016-11-301-24/+24
|
* Add basic Show capabilityFelix Mulder2016-11-301-0/+88
|
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-4/+3
|
* separate lib from compilerFelix Mulder2016-11-226-0/+718