rust/compiler/rustc_middle/src/middle
Jieyou Xu 734a5b1aa7
Revert "Fix linking statics on Arm64EC #140176"
Unfortunately, multiple people are reporting linker warnings related to
`__rust_no_alloc_shim_is_unstable` after this change. The solution isn't
quite clear yet, let's revert to green for now, and try a reland with a
determined solution for `__rust_no_alloc_shim_is_unstable`.

This reverts commit c8b7f32434, reversing
changes made to 667247db71.
2025-05-15 16:54:27 +08:00
..
codegen_fn_attrs.rs Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin 2025-03-31 14:36:22 +02: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 Revert "Fix linking statics on Arm64EC #140176" 2025-05-15 16:54:27 +08:00
lang_items.rs Use is_lang_item and as_lang_item instead of handrolling their logic 2025-04-22 11:02:37 +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 Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00
resolve_bound_vars.rs Remove NamedVarMap. 2025-01-30 09:39:52 +11:00
stability.rs Make LevelAndSource a struct 2025-04-03 09:17:55 +00:00