os-rust/compiler/rustc_passes/src
Nilstrieb 8bfd6450c7 A few small cleanups for newtype_index
Remove the `..` from the body, only a few invocations used it and it's
inconsistent with rust syntax.

Use `;` instead of `,` between consts. As the Rust syntax gods inteded.
2022-12-18 21:47:28 +01:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11:00
check_const.rs Remove code that was removed in master, and the corresponding diagnostic 2022-10-07 13:19:28 -06:00
dead.rs drive-by: move field_index to typeck results 2022-12-04 17:59:21 +00:00
debugger_visualizer.rs migrate debugger_visualizer.rs to translateable diagnostics 2022-10-07 13:19:27 -06:00
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 Verify that HIR parenting and Def parenting match. 2022-11-26 17:28:59 +00:00
hir_stats.rs rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
lang_items.rs Store a LocalDefId in hir::Variant & hir::Field. 2022-11-13 14:06:51 +00:00
layout_test.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Lint against usages of struct_span_lint_hir. 2022-10-29 18:03:47 +08:00
lib_features.rs migrate lib_features.rs to translateable diagnostics 2022-10-07 13:19:27 -06:00
liveness.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01: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 migrate naked_functions.rs to translateable diagnostics 2022-10-07 13:19:27 -06:00
reachable.rs Statics used in reachable function's inline asm are reachable 2022-11-28 18:28:05 +01:00
stability.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
upvars.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
weak_lang_items.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00