rust/compiler/rustc_middle/src/middle
bjorn3 60b785fc8d Mark #[rustc_std_internal_symbol] as extern indicator
It currently implies #[no_mangle] which is alread an extern indicator,
but this will change in a future commit.
2025-03-17 14:06:56 +00:00
..
codegen_fn_attrs.rs Mark #[rustc_std_internal_symbol] as extern indicator 2025-03-17 14:06:56 +00:00
debugger_visualizer.rs tree-wide: parallel: Fully removed all Lrc, replaced with Arc 2025-02-03 13:25:57 +03:00
dependency_format.rs Make DependencyList an IndexVec 2024-12-19 15:30:32 +00:00
exported_symbols.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lang_items.rs Pretty print AsyncFn traits too 2024-11-22 16:55:28 +00:00
mod.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
privacy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
region.rs Rename Scope.id to Scope.local_id, remove trivial accessor 2024-12-19 02:31:58 +00:00
resolve_bound_vars.rs Remove NamedVarMap. 2025-01-30 09:39:52 +11:00
stability.rs depend more on attr_data_structures and move find_attr! there 2025-03-07 18:05:42 +01:00