about summary refs log tree commit diff
path: root/tests/ui-fulldeps/stable-mir
AgeCommit message (Expand)AuthorLines
2025-07-18rename `ui-fulldeps/stable-mir`Makai-3535/+0
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-165/+173
2025-07-07remove `rustc_smir` from testsMakai-53/+43
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-37/+23
2025-06-22add method to retrieve body of coroutineMakai-0/+105
2025-06-16Fix test descriptionNotLebedev-2/+2
2025-06-16Add test for `AdtDef::discriminant_for_variant` polymorphic over parameterNotLebedev-0/+29
2025-06-16Add test for `AdtDef::discriminant_for_variant`NotLebedev-0/+154
2025-06-12Rollup merge of #141307 - b-naber:closure-body, r=celinvalMatthias Krüger-0/+180
2025-06-10Implement representation options to smirShoyu Vanilla-1/+36
2025-06-02add doc comment and a test with a generic closureb-naber-0/+90
2025-06-02add `body` to `ClosureDef`b-naber-0/+90
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-12/+12
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-2/+2
2025-04-29Update stable-mir testJohn Kåre Alsaker-12/+12
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-34/+36
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-21/+0
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-2/+2
2025-04-05Rollup merge of #138826 - makai410:assoc-items, r=celinvalStuart Cook-0/+145
2025-04-01Implement `associated_items` api.makai410-0/+145
2025-03-18Add test for `MutMirVisitor`makai410-1/+80
2025-03-04Make CrateItem::body() function return an optionCelina G. Val-42/+41
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-4/+2
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-42/+2
2025-02-24Fix test output expectationsJana Dönszelmann-1/+1
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-4/+2
2025-02-03Enable more tests on WindowsBen Kimock-21/+0
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-0/+18
2024-11-17Likely unlikely fixJiri Bobek-3/+3
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-0/+18
2024-11-07[StableMIR] API to retrieve definitions from cratesCelina G. Val-0/+149
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-16/+0
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-1/+1
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-4/+6
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-0/+75
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-1/+1
2024-06-28Add method to get all attributes on a definitionAdwin White-3/+21
2024-06-28Support fetching `Attribute` of items.Adwin White-0/+137
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-0/+75
2024-06-21Add method to get `FnAbi` of function pointerAdwin White-0/+23
2024-06-15Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obkGuillaume Gomez-4/+4
2024-06-15Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obkMatthias Krüger-7/+12
2024-06-13smir: merge identical Constant and ConstOperand typesRalf Jung-4/+4
2024-06-12Add a new trait to retrieve StableMir definition TyCelina G. Val-0/+114
2024-06-12Unify intrinsics body handling in StableMIRCelina G. Val-7/+12
2024-06-07Add regression testOli Scherer-3/+8
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-3/+3
2024-05-23Add conversion from IntrinsicDef to FnDefMohammad Omidvar-6/+10
2024-05-20Extend tests for intrinsic definitionsMohammad Omidvar-17/+33
2024-05-08Use generic `NonZero`.Markus Reiter-3/+3