rust/src/librustc_typeck
Mazdak Farrokhzad dc0ef823be
Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc
More NodeId pruning

Just another round of the `HirId`ification initiative.

r? @Zoxc
2019-06-22 01:42:38 +02:00
..
check Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
coherence renamve hir_to_string to node_to_string 2019-06-17 18:59:27 +02:00
outlives rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
variance rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
astconv.rs Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
Cargo.toml librustc_typeck => 2018 2019-02-08 22:30:58 +09:00
check_unused.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
collect.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
constrained_generic_params.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
error_codes.rs Auto merge of #61822 - JohnTitor:add-long-e0592, r=GuillaumeGomez,Centril 2019-06-18 08:30:38 +00:00
impl_wf_check.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
lib.rs typeck/expr.rs: extract out check_expr_break. 2019-06-15 02:06:02 +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.