rust/src/librustc_typeck
Mazdak Farrokhzad 2c3e5d3de0 - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
- remove syntax::{help!, span_help!, span_note!}
- remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!}
- lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints
- inline syntax::{struct_span_warn!, diagnostic_used!}
- stringify_error_code! -> error_code! & use it more.
- find_plugin_registrar: de-fatalize an error
- de-fatalize metadata errors
- move type_error_struct! to rustc_typeck
- struct_span_err! -> rustc_errors
2020-01-08 04:25:33 +01:00
..
check - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
coherence - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
outlives - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
variance - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
Cargo.toml Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
astconv.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
check_unused.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
collect.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
constrained_generic_params.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
expr_use_visitor.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
impl_wf_check.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
lib.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
mem_categorization.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
namespace.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
structured_errors.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00

README.md

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