index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui-fulldeps
/
stable-mir
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
rename `ui-fulldeps/stable-mir`
Makai
-3535
/
+0
2025-07-14
rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`
Makai
-165
/
+173
2025-07-07
remove `rustc_smir` from tests
Makai
-53
/
+43
2025-06-30
Stop backends from needing to support nullary intrinsics
Oli Scherer
-37
/
+23
2025-06-22
add method to retrieve body of coroutine
Makai
-0
/
+105
2025-06-16
Fix test description
NotLebedev
-2
/
+2
2025-06-16
Add test for `AdtDef::discriminant_for_variant` polymorphic over parameter
NotLebedev
-0
/
+29
2025-06-16
Add test for `AdtDef::discriminant_for_variant`
NotLebedev
-0
/
+154
2025-06-12
Rollup merge of #141307 - b-naber:closure-body, r=celinval
Matthias Krüger
-0
/
+180
2025-06-10
Implement representation options to smir
Shoyu Vanilla
-1
/
+36
2025-06-02
add doc comment and a test with a generic closure
b-naber
-0
/
+90
2025-06-02
add `body` to `ClosureDef`
b-naber
-0
/
+90
2025-05-05
Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
bors
-12
/
+12
2025-05-03
Improve hir pretty-printing of attributes.
Nicholas Nethercote
-2
/
+2
2025-04-29
Update stable-mir test
John Kåre Alsaker
-12
/
+12
2025-04-24
Refactor `StableMir` to avoid some clones.
Nicholas Nethercote
-34
/
+36
2025-04-13
import rustc_smir::rustc_internal in run_driver!
zjp
-21
/
+0
2025-04-11
Change how anonymous associated types are printed.
Nicholas Nethercote
-2
/
+2
2025-04-05
Rollup merge of #138826 - makai410:assoc-items, r=celinval
Stuart Cook
-0
/
+145
2025-04-01
Implement `associated_items` api.
makai410
-0
/
+145
2025-03-18
Add test for `MutMirVisitor`
makai410
-1
/
+80
2025-03-04
Make CrateItem::body() function return an option
Celina G. Val
-42
/
+41
2025-02-25
Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors
bors
-4
/
+2
2025-02-24
change smir attributes getters to only support tool attributes
Jana Dönszelmann
-42
/
+2
2025-02-24
Fix test output expectations
Jana Dönszelmann
-1
/
+1
2025-02-24
remove support for rustc_intrinsic_must_be_overridden from the compiler
Ralf Jung
-4
/
+2
2025-02-03
Enable more tests on Windows
Ben Kimock
-21
/
+0
2024-11-27
Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot
Matthias Krüger
-0
/
+18
2024-11-17
Likely unlikely fix
Jiri Bobek
-3
/
+3
2024-11-09
Pass TyCtxt instead of Queries to the after_analysis callbacks
bjorn3
-0
/
+18
2024-11-07
[StableMIR] API to retrieve definitions from crates
Celina G. Val
-0
/
+149
2024-09-25
Remove `feature(control_flow_enum)` in tests
Scott McMurray
-16
/
+0
2024-09-12
Re-enable `ConstArgKind::Path` lowering by default
Noah Lev
-1
/
+1
2024-08-19
Retroactively feature gate `ConstArgKind::Path`
Boxy
-4
/
+6
2024-07-25
Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinval
bors
-0
/
+75
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-1
/
+1
2024-06-28
Add method to get all attributes on a definition
Adwin White
-3
/
+21
2024-06-28
Support fetching `Attribute` of items.
Adwin White
-0
/
+137
2024-06-26
add serde derive Serialize to stable_mir
Stephen Skeirik
-0
/
+75
2024-06-21
Add method to get `FnAbi` of function pointer
Adwin White
-0
/
+23
2024-06-15
Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk
Guillaume Gomez
-4
/
+4
2024-06-15
Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obk
Matthias Krüger
-7
/
+12
2024-06-13
smir: merge identical Constant and ConstOperand types
Ralf Jung
-4
/
+4
2024-06-12
Add a new trait to retrieve StableMir definition Ty
Celina G. Val
-0
/
+114
2024-06-12
Unify intrinsics body handling in StableMIR
Celina G. Val
-7
/
+12
2024-06-07
Add regression test
Oli Scherer
-3
/
+8
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-3
/
+3
2024-05-23
Add conversion from IntrinsicDef to FnDef
Mohammad Omidvar
-6
/
+10
2024-05-20
Extend tests for intrinsic definitions
Mohammad Omidvar
-17
/
+33
2024-05-08
Use generic `NonZero`.
Markus Reiter
-3
/
+3
[next]