aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Implicits.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge MethodType and PolyType functionality where possibleMartin Odersky2017-04-061-2/+1
* Further refactoringsMartin Odersky2017-04-061-3/+3
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-4/+4
* Alternative fix of #2066.Martin Odersky2017-03-121-2/+8
* Drop special case around Function1Martin Odersky2017-03-081-20/+10
* Fix condition logicMartin Odersky2017-03-081-1/+1
* Keep old behavior under -language:Scala2Martin Odersky2017-03-081-2/+8
* Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-081-5/+27
* Don't chain implicit conversionsMartin Odersky2017-02-271-0/+1
* Merge pull request #1993 from dotty-staging/add-lazy-implicitsodersky2017-02-251-7/+42
|\
| * Fix typosMartin Odersky2017-02-211-3/+3
| * PolishingMartin Odersky2017-02-181-5/+2
| * Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-171-7/+45
* | Unrelated cleanup: Make SearchResult sealed.Martin Odersky2017-02-151-1/+1
|/
* 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