rust/src/librustc_typeck
Mazdak Farrokhzad 88bd5646f1
Rollup merge of #64475 - guanqun:use-same-name, r=Centril
simplify the initialization
2019-09-15 02:29:49 +02:00
..
check Rollup merge of #64475 - guanqun:use-same-name, r=Centril 2019-09-15 02:29:49 +02:00
coherence Add "bool" lang item 2019-09-07 13:16:18 +01:00
outlives Pre intern the Self parameter type 2019-08-18 19:25:12 +01:00
variance Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
astconv.rs Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
check_unused.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
collect.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
constrained_generic_params.rs review comments 2019-09-02 20:51:31 -07:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
impl_wf_check.rs review comment 2019-09-03 09:17:35 -07:00
lib.rs Remove rustc_diagnostic_macros feature 2019-09-05 12:35:18 -04:00
namespace.rs Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00

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