rust/src/librustc_typeck
bors 088b987307 Auto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a, r=Mark-Simulacrum
Rollup of 15 pull requests

Successful merges:

 - #62021 (MSVC link output improve)
 - #62064 (nth_back for chunks_exact)
 - #62128 (Adjust warning of -C extra-filename with -o.)
 - #62161 (Add missing links for TryFrom docs)
 - #62183 (std: Move a process test out of libstd)
 - #62186 (Add missing type urls in Into trait)
 - #62196 (Add Vec::leak)
 - #62199 (import gdb for explicit access to gdb.current_objfile())
 - #62229 (Enable intptrcast for explicit casts)
 - #62250 (Improve box clone doctests to ensure the documentation is valid)
 - #62255 (Switch tracking issue for `#![feature(slice_patterns)]`)
 - #62285 (Fix michaelwoerister's mailmap)
 - #62304 (HashMap is UnwindSafe)
 - #62319 (Fix mismatching Kleene operators)
 - #62327 (Fixed document bug, those replaced each other)

Failed merges:

r? @ghost
2019-07-03 14:29:08 +00:00
..
check Auto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a, r=Mark-Simulacrum 2019-07-03 14:29:08 +00:00
coherence HIR: rename find_by_hir_id to find 2019-06-24 09:58:49 +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 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 HIR: rename find_by_hir_id to find 2019-06-24 09:58:49 +02:00
collect.rs rustc: always keep hir::Path behind a P<...>. 2019-07-01 13:39:37 +03: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 Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
lib.rs Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petrochenkov 2019-07-01 03:11:19 +00: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.