1
Fork 0
rust/compiler/rustc_trait_selection/src/traits
Matthias Krüger 5f33a8c026
Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting, r=compiler-errors
Break up long function in trait selection error reporting + clean up nearby code

- Move blocks of code into their own functions
- Replace a few function argument types with their type aliases
- Create "AppendConstMessage" enum to replace a nested `Option`.
2023-04-25 06:46:48 +02:00
..
error_reporting Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting, r=compiler-errors 2023-04-25 06:46:48 +02:00
query Remove remap_env_constness in queries 2023-04-08 09:13:18 +00:00
select Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-naber 2023-04-24 07:53:24 +02:00
specialize Some tracing/instrument cleanups 2023-03-27 12:19:15 +00:00
auto_trait.rs Break up long function in trait selection error reporting 2023-04-21 09:04:02 -07:00
chalk_fulfill.rs Report overflows gracefully with new solver 2023-04-10 16:36:30 +00:00
coherence.rs make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename usages of bound_impl_subject to impl_subject 2023-04-13 15:56:00 -06:00
const_evaluatable.rs Remove WithOptconstParam. 2023-04-20 17:48:32 +00:00
engine.rs #[must_use] for fns returning a list of errors 2023-04-12 10:55:14 +02:00
fulfill.rs Remove WithOptconstParam. 2023-04-20 17:48:32 +00:00
misc.rs Spelling - compiler 2023-04-17 16:09:18 -04:00
mod.rs Spelling - compiler 2023-04-17 16:09:18 -04:00
object_safety.rs Get rid of elaborate_trait_ref{s} too 2023-04-06 23:30:22 +00:00
outlives_bounds.rs Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rs 2023-04-15 15:41:42 +03:00
project.rs Don't create projection ty for const projection 2023-04-23 18:09:30 +00:00
structural_match.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
util.rs fix clippy::toplevel_ref_arg and ::manual_map 2023-04-16 13:28:13 +02:00
vtable.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
wf.rs Remove WithOptconstParam. 2023-04-20 17:48:32 +00:00