rust/src/librustc/traits/query
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
..
type_op Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
dropck_outlives.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
evaluate_obligation.rs Format the world 2019-12-22 17:42:47 -05:00
method_autoderef.rs Format the world 2019-12-22 17:42:47 -05:00
mod.rs Move normalize_erasing_regions to rustc::ty. 2020-01-07 17:46:23 +01:00
normalize.rs Format the world 2019-12-22 17:42:47 -05:00
outlives_bounds.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00