rust/src/librustc_typeck
Mazdak Farrokhzad e0cea0db5d
Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk
use structured suggestion when casting a reference
2019-01-12 10:55:13 +01:00
..
check Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk 2019-01-12 10:55:13 +01:00
coherence Revert "add coherence future-compat warnings for marker-only trait objects" 2019-01-04 01:18:34 +02:00
outlives add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
variance add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
astconv.rs Rollup merge of #57314 - wiktorkuchta:master, r=Centril 2019-01-05 23:56:59 +08:00
Cargo.toml Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
check_unused.rs Store Ident rather than just Name in HIR types Item and ForeignItem. 2018-12-26 21:26:37 +00:00
collect.rs Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkov 2019-01-12 10:55:09 +01:00
constrained_type_params.rs Remove licenses 2018-12-25 21:08:33 -07:00
diagnostics.rs Forbid impl Trait from referring to unnamable recursive types 2019-01-03 22:15:02 +00:00
impl_wf_check.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Fixed issues raised in first review. 2018-12-26 21:40:21 +00:00
namespace.rs Remove licenses 2018-12-25 21:08:33 -07:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Remove licenses 2018-12-25 21:08:33 -07:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc guide.