rust/src/librustc_typeck
Mazdak Farrokhzad d7e42cc61c
Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb
Clean up inherent_impls

Split out from https://github.com/rust-lang/rust/pull/61923.

r? @eddyb
2019-07-04 01:38:50 +02:00
..
check Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
coherence Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb 2019-07-04 01:38:50 +02:00
outlives Remove needless lifetimes 2019-07-03 10:01:02 +02:00
variance Remove needless lifetimes 2019-07-03 10:01:02 +02:00
astconv.rs rustc: use a separate copy of P for HIR than for AST. 2019-07-01 14:34:34 +03:00
Cargo.toml librustc_typeck => 2018 2019-02-08 22:30:58 +09:00
check_unused.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
collect.rs Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb 2019-07-04 01:38:41 +02:00
constrained_generic_params.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
error_codes.rs Implement arbitrary_enum_discriminant 2019-06-21 11:00:10 -04:00
impl_wf_check.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
lib.rs Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
namespace.rs Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00

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