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
/
mono.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-20
Add method to get instance instantiation arguments
Celina G. Val
-0
/
+6
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+6
2023-12-14
Address PR comments
Celina G. Val
-6
/
+1
2023-12-13
Erase late bound regions from instance `fn_sig()`
Celina G. Val
-1
/
+1
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
-0
/
+8
2023-12-07
Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors
Matthias Krüger
-2
/
+18
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
/
+15
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-01
Add more information to stable Instance
Celina G. Val
-9
/
+34
2023-11-25
is_{some,ok}_and
Michael Goulet
-1
/
+1
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
/
+22
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-1
/
+24
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-2
/
+11
2023-11-16
Fix has_body() and change resolve_drop_in_place() sig
Celina G. Val
-2
/
+1
2023-11-16
Address PR comments
Celina G. Val
-2
/
+2
2023-11-16
Add more APIs and fix `Instance::body`
Celina G. Val
-8
/
+60
2023-10-30
Add a stable MIR visitor
Celina G. Val
-0
/
+4
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-1
/
+10
2023-10-16
Add MonoItems and Instance to stable_mir
Celina G. Val
-0
/
+89