rust/src/librustc_typeck
Dylan DPC 7b1ce6e98d
Rollup merge of #71203 - csmoe:issue-71137, r=csmoe
Correct await span for async-await error reporting

Closes #71137
r? @tmandry
2020-04-22 12:18:33 +02:00
..
check Rollup merge of #71203 - csmoe:issue-71137, r=csmoe 2020-04-22 12:18:33 +02:00
coherence rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" 2020-04-14 18:49:28 +02:00
collect Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
impl_wf_check Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
outlives ty: switch Ty::walk from Ty to GenericArg. 2020-04-06 21:55:50 +03:00
variance fix ice with trait obj dummy self 2020-04-07 22:47:26 -05:00
astconv.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
Cargo.toml rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
check_unused.rs librustc_middle: return LocalDefId instead of DefId in body_owner_def_id 2020-04-10 12:13:54 +01:00
collect.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
constrained_generic_params.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
expr_use_visitor.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
impl_wf_check.rs Rename AssocKind::Method to AssocKind::Fn 2020-04-14 07:12:07 +08:00
lib.rs Check that main/start is not async 2020-04-20 09:37:11 -04:00
mem_categorization.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
structured_errors.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

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