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
/
mir
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-14
rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`
Makai
-469
/
+0
2025-07-06
move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...
Makai
-0
/
+469
2025-04-05
let `rustc_smir` host `stable_mir` for refactoring
Makai
-462
/
+0
2025-04-01
Implement `associated_items` api.
makai410
-1
/
+11
2025-02-08
occured -> occurred
Michael Goulet
-1
/
+1
2025-01-31
Insert null checks for pointer dereferences when debug assertions are enabled
Bastian Kersting
-0
/
+3
2025-01-28
Represent the raw pointer for a array length check as a new kind of fake borrow
Michael Goulet
-2
/
+12
2024-12-14
Encode coroutine-closures in SMIR
Michael Goulet
-0
/
+4
2024-11-07
[StableMIR] A few fixes to pretty printing
Celina G. Val
-25
/
+76
2024-10-16
Rollup merge of #131700 - practicalrs:fix_match_same_arms, r=celinval
Urgau
-6
/
+4
2024-10-15
Fix uninlined_format_args in stable_mir
Michal Piotrowski
-12
/
+12
2024-10-14
Fix match_same_arms in stable_mir
Michal Piotrowski
-6
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-5
/
+5
2024-06-13
smir: merge identical Constant and ConstOperand types
Ralf Jung
-1
/
+1
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-6
/
+10
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-2
/
+2
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-2
/
+3
2024-03-20
s/place_debug/place_pretty in SMIR
Celina G. Val
-1
/
+1
2024-03-20
Improve emit stable mir body
Celina G. Val
-311
/
+210
2023-12-15
Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors
Ali MJ Al-Nasrawy
-5
/
+4
2023-12-14
add stable_mir output test
ouz-a
-13
/
+30
2023-12-13
Add spread arg and missing CoroutineKind
Celina G. Val
-5
/
+4
2023-11-30
Change SwitchTarget representation
Celina G. Val
-8
/
+7
2023-11-27
add otherwise into targets
ouz-a
-2
/
+2
2023-11-26
add successors and their formatter
ouz-a
-15
/
+91
2023-11-25
add pretty_terminator
ouz-a
-0
/
+131
2023-11-24
Fix smir's `Ty::Ref` pretty printing
Celina G. Val
-2
/
+4
2023-11-22
Add CrateDef trait and methods to get def names
Celina G. Val
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-17
use new apis and add new function
ouz-a
-9
/
+6
2023-11-17
move pretty into stable_mir
Oğuz Ağcayazı
-0
/
+261