rust/compiler/rustc_passes/src
Matthias Krüger eefea28dea
Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk
Use `derive_const` and rm manual StructuralEq impl

This does not change any semantics of the impl except for the const stability. It should be fine because trait methods and const bounds can never be used in stable without enabling `const_trait_impl`.

cc `@oli-obk`
2022-11-13 17:37:37 +01:00
..
liveness
check_attr.rs Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank 2022-11-12 12:02:51 +05:30
check_const.rs
dead.rs Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco 2022-11-04 18:52:26 +01:00
debugger_visualizer.rs
diagnostic_items.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
entry.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
errors.rs Print all labels, even if they have no span. Fall back to main item's span. 2022-11-11 14:45:28 +00:00
hir_id_validator.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
hir_stats.rs Introduce ExprKind::IncludedBytes 2022-11-11 16:31:32 +00:00
lang_items.rs Simplify lang item groups 2022-10-29 16:04:10 -05:00
layout_test.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib_features.rs
lib.rs Lint against usages of struct_span_lint_hir. 2022-10-29 18:03:47 +08:00
liveness.rs DiagnosticBuilder -> Diagnostic 2022-11-09 19:42:23 +00:00
loops.rs Specify that break cannot be used outside of loop *or* labeled block 2022-11-05 01:12:58 +00:00
naked_functions.rs
reachable.rs Improve LanguageItems api 2022-10-29 16:04:04 -05:00
stability.rs Use derive_const and rm manual StructuralEq impl 2022-11-12 12:57:10 +00:00
upvars.rs
weak_lang_items.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00