summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-3/+3
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-071-19/+22
|\
| * SI-10206 tighten fix for SI-6889Adriaan Moors2017-02-231-19/+22
* | Make ImplicitInfo hashCode consistent with equals.Miles Sabin2017-04-031-1/+4
* | Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-261-8/+5
* | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-6/+33
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-3/+3
|\|
| * it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-3/+3
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-1/+1
|\|
| * SI-4438 FindAll implicits after errorJason Zaugg2015-09-011-1/+1
* | Merge pull request #4673 from puffnfresh/issue/6806Jason Zaugg2015-09-081-35/+39
|\ \
| * | SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-111-35/+39
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-6/+8
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #4688 from retronym/topic/typer-debug-implicitsLukas Rytz2015-08-101-2/+4
| |\
| | * Fix tracing of implicit search under -Ytyper-debugJason Zaugg2015-08-061-2/+4
| * | ScalaDoc fixes for compilerJanek Bogucki2015-07-291-4/+4
| |/
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-2/+2
|\|
| * Fix typo in val nameJanek Bogucki2015-07-171-2/+2
* | Merge pull request #4616 from som-snytt/issue/9383Seth Tisue2015-07-201-1/+1
|\ \
| * | SI-9383 Improved unused import warningSom Snytt2015-07-081-1/+1
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-1/+1
|\|
| * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+2
|\|
| * Removed warningsEECOLOR2015-03-261-1/+1
| * new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-3/+3
|\|
| * SI-9153 More complete and stable results for completionsJason Zaugg2015-02-171-2/+2
| * Cache name for dummy argument used in implicit searchJason Zaugg2015-02-171-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-2/+2
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* | Merge commit 'eb15950' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+3
|\|
| * SI-8291 Fix implicitNotFound message with type aliasesJason Zaugg2014-10-051-1/+3
* | More uniform treatment of package objectsJason Zaugg2014-11-071-12/+6
* | SI-8862 Fix treatment of inherited implicits in package objectsJason Zaugg2014-11-071-2/+5
|/
* Separate statistics from functional code; optimize.Adriaan Moors2014-08-041-32/+45
* Towards more privacy for _reporter.Adriaan Moors2014-08-041-7/+4
* s/reportBuffer/reporterAdriaan Moors2014-07-181-16/+16
* Encapsulate reporting mode as class of reportBuffer.Adriaan Moors2014-07-181-5/+6
* Reduce Context iface: encapsulate buffer manipulation.Adriaan Moors2014-07-171-4/+1
* Reduce Context iface: inline complex forwarders.Adriaan Moors2014-07-171-5/+5
* Reduce Context iface: inline trivial forwarders.Adriaan Moors2014-07-171-10/+10
* Clarify divergentError commentAdriaan Moors2014-07-171-1/+2
* Simplify (ambiguous) error issuing.Adriaan Moors2014-07-171-0/+1
* SI-8617 Avoid rangepos crash for OptManifest materializerJason Zaugg2014-05-241-1/+1
* Refactor rankImplicits, add some more docsAdriaan Moors2014-04-011-24/+26
* Refactor: keep DivergentImplicitRecovery logic together.Adriaan Moors2014-04-011-12/+12
* SI-8460 Fix regression in divergent implicit recoveryJason Zaugg2014-03-311-4/+17