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
Age
Commit message (
Expand
)
Author
Lines
2023-10-25
Make locals field private
Kirby Linvill
-5
/
+5
2023-10-25
Add public API to retrieve internal locals
Kirby Linvill
-2
/
+8
2023-10-25
Replace arg_count in public API with return/arg getters
Kirby Linvill
-6
/
+32
2023-10-25
Add arg_count field to Body in Stable MIR
Kirby Linvill
-0
/
+10
2023-10-25
Rename `AsyncCoroutineKind` to `CoroutineSource`
Oli Scherer
-2
/
+2
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-1
/
+1
2023-10-21
Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk
Matthias Krüger
-2
/
+36
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-10
/
+10
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-2
/
+36
2023-10-16
Add MonoItems and Instance to stable_mir
Celina G. Val
-0
/
+89
2023-10-05
add span to statements
ouz-a
-1
/
+7
2023-09-30
add span to terminator
ouz-a
-1
/
+7
2023-09-30
create localdecl and add span to it
ouz-a
-1
/
+7
2023-09-25
Split out the stable part of smir into its own crate to prevent accidental us...
Oli Scherer
-0
/
+446
[prev]