1
Fork 0
rust/compiler/rustc_middle/src/middle
Nicholas Nethercote 665821cb60 Add blank lines after module-level //! comments.
Most modules have such a blank line, but some don't. Inserting the blank
line makes it clearer that the `//!` comments are describing the entire
module, rather than the `use` declaration(s) that immediately follows.
2024-06-20 09:23:20 +10:00
..
codegen_fn_attrs.rs Remove extern crate bitflags from a couple of crates. 2024-04-29 18:47:54 +10:00
debugger_visualizer.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
dependency_format.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
exported_symbols.rs Rename InstanceDef -> InstanceKind 2024-06-16 21:35:21 -04:00
lang_items.rs Add TyCtxt::is_lang_item 2024-06-14 16:50:07 -04:00
limits.rs Add new pattern_complexity attribute to add possibility to limit and check recursion in pattern matching 2024-03-03 13:10:15 +01:00
mod.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
privacy.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
region.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
resolve_bound_vars.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
stability.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00