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
/
compiler
/
stable_mir
/
src
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-14
rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`
Makai
-493
/
+0
2025-07-06
move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...
Makai
-0
/
+493
2025-04-05
let `rustc_smir` host `stable_mir` for refactoring
Makai
-456
/
+0
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-5
/
+1
2025-01-16
Add gpu-kernel calling convention
Flakebi
-0
/
+2
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-1
/
+3
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-06-26
add serde derive Serialize to stable_mir
Stephen Skeirik
-17
/
+18
2024-05-08
Use generic `NonZero`.
Markus Reiter
-2
/
+2
2024-03-13
Fix StableMIR is_full computation
Celina G. Val
-1
/
+1
2024-03-01
Add support to new float types
Celina G. Val
-4
/
+24
2024-03-01
Implement missing ABI structures in StableMIR
Celina G. Val
-4
/
+155
2024-01-30
Remove the `abi_amdgpu_kernel` feature
clubby789
-1
/
+0
2023-12-19
Fix c_variadic flag and add opaque info to PassMode
Celina G. Val
-9
/
+6
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+286