summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-181-1/+1
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+2
* | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-2/+2
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+4
|\|
| * SI-8280 regression in implicit selection.Paul Phillips2014-02-131-1/+4
* | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-121-40/+44
|/
* Implicits: Move shadowing checks after plausibility checksJason Zaugg2014-02-011-2/+2
* Merge pull request #3416 from retronym/topic/any-val-implicitAdriaan Moors2014-01-301-9/+12
|\
| * Prohibit views targeting AnyValJason Zaugg2014-01-271-9/+12
* | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-2/+2
|\ \ | |/ |/|
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-2/+2
* | SI-8126 Puts SI-6899 fix under a source level flagFrançois Garillot2014-01-161-1/+1
* | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-121-1/+1
|/
* Merge pull request #3137 from xeno-by/topic/implicit-macros-invalidate-on-errorAdriaan Moors2013-11-221-0/+2
|\
| * correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-141-0/+2
* | Account for a variation of package types in Implicit Divergence.Jason Zaugg2013-11-191-0/+1
* | Code reformatting in ImplicitsJason Zaugg2013-11-191-16/+10
* | SI-7983 Fix regression in implicit divergence checkingJason Zaugg2013-11-191-1/+1
|/
* blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-121-20/+21
* blackbox and whitebox macrosEugene Burmako2013-11-121-1/+1
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-1/+1
* Add a per-run cache for member symbolsJason Zaugg2013-11-081-10/+4
* Cache ImplicitInfo#isCyclicOrErroneousJason Zaugg2013-11-081-2/+8
* Fast path for ByNameClass in isImpossibleSubtypeJason Zaugg2013-11-081-1/+1
* SI-7944 FOUND: stray undetermined type params in vicinity of implicitsJason Zaugg2013-10-311-1/+5
* Microptimization in implicit searchJason Zaugg2013-10-281-1/+2
* SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-111-5/+21
* SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-231-11/+12
* Avoid needless Type stringification when logging is disabled.Jason Zaugg2013-09-091-1/+1
* Value class Depth.Paul Phillips2013-08-251-2/+1
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-151-1/+1
* SI-7690 ghost error message fails compilePaul Phillips2013-08-111-2/+10
* Make -Ytyper-debug output readable.Paul Phillips2013-07-171-86/+41
* SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-041-5/+23
* Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-041-14/+3
|\
| * SI-7486 Regressions in implicit search.Paul Phillips2013-05-231-14/+3
* | Print raw types correctly.Paul Phillips2013-05-261-1/+2
* | Concision contribution.Paul Phillips2013-05-231-3/+3
* | Merge 2.10.x into masterAdriaan Moors2013-05-171-3/+7
|\|
| * SI-7486 regression in implicit resolution.Paul Phillips2013-05-171-3/+7
* | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-181/+104
|\ \ | |/ |/|
| * removes duplication in inferImplicitValueEugene Burmako2013-05-121-0/+15
| * SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-121-2/+18
| * Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-071-1/+4
| |\
| | * Hardening against nulls for deserialization.Paul Phillips2013-05-031-1/+4
| * | Absolutized paths involving the scala package.Paul Phillips2013-05-031-5/+6
| |/
| * SI-7291: Remove error kinds.Hubert Plociniczak2013-04-261-5/+10
| * SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-261-33/+34
| * SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-211-18/+22
| * SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-211-9/+13