rust/src/librustc/ty
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
..
inhabitedness Remove trivial function. 2020-01-07 17:40:31 +01:00
print Remove private methods from TyCtxt impl block: rustc::ty::print::pretty. 2020-01-07 17:42:13 +01:00
query - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
_match.rs Format the world 2019-12-22 17:42:47 -05:00
adjustment.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
binding.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
cast.rs Format the world 2019-12-22 17:42:47 -05:00
codec.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
constness.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
context.rs Move free_region_map to rustc::ty. 2020-01-07 18:07:36 +01:00
diagnostics.rs Format the world 2019-12-22 17:42:47 -05:00
erase_regions.rs Format the world 2019-12-22 17:42:47 -05:00
error.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
fast_reject.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
flags.rs Format the world 2019-12-22 17:42:47 -05:00
fold.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
free_region_map.rs Move free_region_map to rustc::ty. 2020-01-07 18:07:36 +01:00
instance.rs Make traits::util::* free functions. 2020-01-07 17:48:41 +01:00
layout.rs Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa 2020-01-06 12:55:40 +00:00
mod.rs Move magic traits queries to rustc::traits::drop. 2020-01-07 18:14:32 +01:00
normalize_erasing_regions.rs Move subst_and_normalize_erasing_regionsto rustc::ty. 2020-01-07 17:47:49 +01:00
outlives.rs Remove private methods from TyCtxt impl block: rustc::ty::outlives. 2020-01-07 17:41:23 +01:00
relate.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
steal.rs Format the world 2019-12-22 17:42:47 -05:00
structural_impls.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
sty.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
subst.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
trait_def.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
util.rs Move magic traits queries to rustc::traits::drop. 2020-01-07 18:14:32 +01:00
walk.rs Format the world 2019-12-22 17:42:47 -05:00