about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-2579/+0
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-0/+3
2025-07-06move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...Makai-0/+2576
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-2550/+0
2025-04-05Rollup merge of #138826 - makai410:assoc-items, r=celinvalStuart Cook-1/+11
2025-04-01Implement `associated_items` api.makai410-1/+11
2025-03-28use `try_fold` instead of `fold`Yotam Ofek-3/+2
2025-03-22Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinvalMatthias Krüger-331/+427
2025-03-18Add `MutMirVisitor`makai410-331/+427
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2025-02-08occured -> occurredMichael Goulet-2/+2
2025-02-03Contracts core intrinsics.Felix S. Klock II-1/+4
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-1/+9
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-5/+33
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-2/+10
2024-11-07[StableMIR] A few fixes to pretty printingCelina G. Val-25/+76
2024-10-16Rollup merge of #131778 - practicalrs:fix_needless_lifetimes, r=jieyouxuMatthias Krüger-1/+1
2024-10-16Rollup merge of #131777 - practicalrs:fix_trivially_copy_pass_by_ref, r=jieyouxuMatthias Krüger-3/+3
2024-10-16Fix needless_lifetimes in stable_mirMichal Piotrowski-1/+1
2024-10-16Fix trivially_copy_pass_by_ref in stable_mirMichal Piotrowski-3/+3
2024-10-16Rollup merge of #131700 - practicalrs:fix_match_same_arms, r=celinvalUrgau-29/+17
2024-10-15Fix uninlined_format_args in stable_mirMichal Piotrowski-12/+12
2024-10-14Fix match_same_arms in stable_mirMichal Piotrowski-29/+17
2024-10-05clarify semantics of ConstantIndex MIR projectionRalf Jung-2/+4
2024-10-04Rollup merge of #131194 - practicalrs:fix_needless_lifetimes, r=celinvalJubilee-2/+2
2024-10-04Use wide pointers consistenly across the compilerUrgau-3/+3
2024-10-03Fix needless_lifetimes in stable_mirMichal Piotrowski-2/+2
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-23Introduce methods for obtaining `Location` for statements and terminatorsArtem Agvanian-4/+14
2024-08-16Add an ability to convert between `Span` and `visit::Location`Artem Agvanian-0/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+18
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-46/+50
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-5/+5
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-46/+50
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-13smir: merge identical Constant and ConstOperand typesRalf Jung-24/+17
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-19/+32
2024-05-30Apply x clippy --fix and x fmtr0cky-2/+2
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-1/+13
2024-05-23Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinvalLeón Orell Valerian Liehr-1/+3
2024-05-20Add intrinsic definition and retrieval APIsMohammad Omidvar-1/+3
2024-05-17Rename Unsafe to SafetySantiago Pastorino-1/+1
2024-04-23Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasperLeón Orell Valerian Liehr-8/+18
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-1/+4
2024-04-21Add `AggregateKind::RawPtr` and enough support to compileScott McMurray-0/+2
2024-04-20Add a non-shallow fake borrowNadrieril-8/+18
2024-04-18Fix disabling the export of noop async_drop_in_place_rawDaria Sukhonina-1/+4
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-1/+10