rust/src/librustc/traits
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
..
codegen Move subst_and_normalize_erasing_regionsto rustc::ty. 2020-01-07 17:47:49 +01:00
query - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
specialize - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
auto_trait.rs Format the world 2019-12-22 17:42:47 -05:00
chalk_fulfill.rs Format the world 2019-12-22 17:42:47 -05:00
coherence.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
engine.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
error_reporting.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
fulfill.rs Move ty::wf to traits. 2020-01-07 18:03:53 +01:00
misc.rs Rename traits::drop -> traits::misc. 2020-01-07 19:36:50 +01:00
mod.rs Rename traits::drop -> traits::misc. 2020-01-07 19:36:50 +01:00
object_safety.rs Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtable_safe_method,object_safety_violations} free functions. 2020-01-07 17:44:53 +01:00
on_unimplemented.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
project.rs Make traits::util::* free functions. 2020-01-07 17:48:41 +01:00
select.rs Move ty::wf to traits. 2020-01-07 18:03:53 +01:00
structural_impls.rs Normalize `syntax::symbol` imports. 2020-01-02 13:57:04 +01:00
structural_match.rs Move structural_match to rustc::traits. 2020-01-07 18:07:08 +01:00
util.rs Make traits::util::* free functions. 2020-01-07 17:48:41 +01:00
wf.rs Move required_region_bounds to rustc::infer::opaque_types. 2020-01-07 18:08:47 +01:00