aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Implicits.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-081-19/+30
|\
| * Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-011-0/+2
| * Handle Array classtags in the same way as othersMartin Odersky2017-02-011-19/+28
| * Implement SearchResult.showMartin Odersky2017-01-311-4/+8
| * Avoid recomputation of companionRefsMartin Odersky2017-01-311-5/+5
* | Merge pull request #1953 from dotty-staging/fix-wildapproxodersky2017-02-081-3/+3
|\ \
| * | Fix wildApprox functionMartin Odersky2017-02-071-3/+3
| |/
* | Implement SearchResult.showMartin Odersky2017-02-081-4/+8
* | Avoid recomputation of companionRefsMartin Odersky2017-02-081-5/+5
|/
* Fix another NPE when compiling under -Yno-importsMartin Odersky2017-01-161-8/+10
* Fix NPE in ImplicitsMartin Odersky2017-01-161-3/+11
* Move `eqNullable` check to `assumedCanEqual`Felix Mulder2016-12-191-20/+12
* Fix #1793: allow multiversal comparisons between Null and XFelix Mulder2016-12-191-2/+20
* Don't look at nesting for implicit resolution under Scala2 mode.Martin Odersky2016-12-171-1/+6
* Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-3/+5
* Take nesting into account when ranking implicitsMartin Odersky2016-12-171-24/+40
* Avoid recomputation of companionRefsMartin Odersky2016-11-241-31/+30
* Better reporting of nested implicit failuresMartin Odersky2016-11-241-8/+37
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+844