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
/
compiler_interface.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-20
Add method to get instance instantiation arguments
Celina G. Val
-0
/
+3
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+10
2023-12-15
Add a method to check if type is a CStr
Celina G. Val
-0
/
+3
2023-12-11
Fix BinOp ty assertion and `fn_sig` for closures
Celina G. Val
-0
/
+6
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
/
+7
2023-12-07
Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors
Matthias Krüger
-1
/
+7
2023-12-06
Simplify StaticDef to Instance conversion
Celina G. Val
-1
/
+1
2023-12-06
Add method to get type of an Rvalue in StableMIR
Celina G. Val
-0
/
+6
2023-12-06
Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a
Matthias Krüger
-1
/
+1
2023-12-06
Fix `is_foreign_item` for StableMIR instance
Celina G. Val
-1
/
+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
/
+5
2023-12-04
Add Variant and a few more APIs to stable_mir
Celina G. Val
-1
/
+7
2023-12-01
Add more information to stable Instance
Celina G. Val
-4
/
+13
2023-11-24
Reorder imports and remove re-export
Celina G. Val
-1
/
+2
2023-11-24
Move the compiler interface defs to its own module
Celina G. Val
-0
/
+163