rust/src/librustc_typeck
Vadim Petrochenkov 6054a30370 Make it build again 2020-02-29 20:47:10 +03:00
..
check Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
coherence Remove unneeded calls to format!() 2020-02-27 15:25:19 +01:00
collect Make librustc_typeck compile. 2020-02-16 11:53:12 +01:00
outlives don't use .into() to convert types into identical types. 2020-02-27 23:32:46 +01:00
variance index ReEmpty by universe 2020-02-06 15:58:00 -05:00
Cargo.toml Make it build again 2020-02-29 20:47:10 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
astconv.rs Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
check_unused.rs Move more work into `decorate` functions. 2020-02-11 19:49:01 +10:00
collect.rs Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa 2020-02-29 02:16:24 +01:00
constrained_generic_params.rs don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00
expr_use_visitor.rs Make librustc_typeck compile. 2020-02-16 11:53:12 +01:00
impl_wf_check.rs Address review comments 2020-02-14 22:40:03 +00:00
lib.rs Replace `rustc_typeck::Namespace` with `rustc_hir::def::Namespace` 2020-02-19 10:51:40 -08:00
mem_categorization.rs Make librustc_typeck compile. 2020-02-16 11:53:12 +01:00
structured_errors.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00

README.md

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