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-12-20
Add method to get instance instantiation arguments
Celina G. Val
-0
/
+6
2023-12-20
Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors
Matthias Krüger
-0
/
+6
2023-12-18
Add the function body span to StableMIR
Celina G. Val
-2
/
+8
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+6
2023-12-15
Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors
Ali MJ Al-Nasrawy
-13
/
+74
2023-12-14
Revert signature change for AssertMessage description
Celina G. Val
-34
/
+21
2023-12-14
Address PR comments
Celina G. Val
-27
/
+35
2023-12-14
add stable_mir output test
ouz-a
-13
/
+30
2023-12-13
Add spread arg and missing CoroutineKind
Celina G. Val
-7
/
+73
2023-12-13
Erase late bound regions from instance `fn_sig()`
Celina G. Val
-1
/
+1
2023-12-11
Remove scalar fn and tighten the BiOp Ty assertions
Celina G. Val
-5
/
+11
2023-12-11
Fix BinOp ty assertion and `fn_sig` for closures
Celina G. Val
-10
/
+12
2023-12-07
Add tests to allocation methods and fix is_null()
Celina G. Val
-1
/
+19
2023-12-07
Fix conversion to StaticDef and add test
Celina G. Val
-1
/
+1
2023-12-07
Add instance evaluation and methods to read alloc
Celina G. Val
-3
/
+43
2023-12-07
Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors
Matthias Krüger
-2
/
+118
2023-12-06
Add sanity check to `BinOp::ty()`
Celina G. Val
-8
/
+14
2023-12-06
Update compiler/stable_mir/src/mir/body.rs
Celina G. Val
-1
/
+1
2023-12-06
Simplify StaticDef to Instance conversion
Celina G. Val
-3
/
+4
2023-12-06
Add method to get type of an Rvalue in StableMIR
Celina G. Val
-0
/
+109
2023-12-06
Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a
Matthias Krüger
-2
/
+9
2023-12-06
Also add an API to check if an instance has body
Celina G. Val
-0
/
+8
2023-12-06
Fix `is_foreign_item` for StableMIR instance
Celina G. Val
-2
/
+1
2023-12-05
Change ty_with_args to return Ty instead of Result
Celina G. Val
-1
/
+1
2023-12-04
Add FieldDef to StableMIR and methods to get type
Celina G. Val
-1
/
+1
2023-12-04
Finish implementing `RustcInternal` for `TyKind`
Celina G. Val
-1
/
+1
2023-12-04
Add Variant and a few more APIs to stable_mir
Celina G. Val
-22
/
+33
2023-12-01
Add more information to stable Instance
Celina G. Val
-9
/
+34
2023-11-30
Fix SwitchTarget pretty print
Celina G. Val
-4
/
+1
2023-11-30
Change SwitchTarget representation
Celina G. Val
-38
/
+67
2023-11-27
Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinval
Michael Goulet
-9
/
+277
2023-11-27
add otherwise into targets
ouz-a
-2
/
+2
2023-11-26
add successors and their formatter
ouz-a
-23
/
+159
2023-11-25
add pretty_terminator
ouz-a
-1
/
+133
2023-11-25
is_{some,ok}_and
Michael Goulet
-1
/
+1
2023-11-24
Fix smir's `Ty::Ref` pretty printing
Celina G. Val
-2
/
+4
2023-11-23
Improve documentation and fix the fixme comment
Celina G. Val
-2
/
+8
2023-11-22
Add CrateDef trait and methods to get def names
Celina G. Val
-4
/
+23
2023-11-21
Add allocation test and a bit more documentation
Celina G. Val
-0
/
+7
2023-11-21
Add support to get virtual table allocation
Celina G. Val
-0
/
+7
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-1
/
+61
2023-11-22
Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr
bors
-4
/
+74
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-21
de-structure variable and add stables
ouz-a
-4
/
+6
2023-11-21
Add VarDebugInfo to Stable MIR
ouz-a
-4
/
+72
2023-11-20
Improve code per PR comments
Celina G. Val
-29
/
+35
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-17
/
+73
2023-11-17
use new apis and add new function
ouz-a
-12
/
+8
2023-11-17
move pretty into stable_mir
Oğuz Ağcayazı
-2
/
+286
2023-11-17
better formatting for statements
Oğuz Ağcayazı
-1
/
+1
[next]