rust/compiler/rustc_passes/src
Stuart Cook 9209c5eb60
Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk
Remove support for `extern "rust-intrinsic"` blocks

Part of rust-lang/rust#132735

Looked manageable and there didn't appear to have been progress in the last two weeks,
so decided to give it a try.
2025-04-07 22:29:20 +10:00
..
liveness compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
abi_test.rs compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08:00
check_attr.rs remove compiler support for extern "rust-intrinsic" blocks 2025-04-06 21:32:58 +02:00
dead.rs impl !PartialOrd for HirId 2025-04-03 09:22:21 +00:00
debugger_visualizer.rs Use SourceMap to load debugger visualizer files 2024-12-08 18:57:04 +00:00
diagnostic_items.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00
entry.rs use slice::contains where applicable 2025-03-28 12:21:21 +00:00
errors.rs Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin 2025-03-31 14:36:22 +02:00
hir_id_validator.rs Adjust Map's to_string functionality. 2025-03-12 08:30:03 +11:00
input_stats.rs Add {ast,hir,thir}::PatKind::Missing variants. 2025-03-28 09:18:57 +11:00
lang_items.rs Move ast::Item::ident into ast::ItemKind. 2025-04-01 14:08:57 +11:00
layout_test.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib_features.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00
liveness.rs Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk 2025-04-07 22:29:17 +10:00
loops.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
naked_functions.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
reachable.rs Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr 2025-03-18 05:58:46 +00:00
stability.rs Make LevelAndSource a struct 2025-04-03 09:17:55 +00:00
upvars.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
weak_lang_items.rs Add support for wasm exception handling to Emscripten target 2025-01-06 10:29:54 +01:00