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
/
rustc_smir
/
src
/
rustc_internal
/
internal.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+9
2023-12-04
Finish implementing `RustcInternal` for `TyKind`
Celina G. Val
-12
/
+185
2023-12-04
Add Variant and a few more APIs to stable_mir
Celina G. Val
-5
/
+17
2023-11-22
Provide conversion of stable span to internal span
Celina G. Val
-2
/
+10
2023-11-21
Add support to get virtual table allocation
Celina G. Val
-2
/
+24
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-1
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-20
Improve code per PR comments
Celina G. Val
-5
/
+1
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-2
/
+89
2023-11-16
Add more SMIR internal impl and callback return value
Celina G. Val
-4
/
+132
2023-11-09
Fix typo in internal.rs
Ikko Eltociear Ashimine
-1
/
+1
2023-10-24
Use IndexMap for handling stable Ty
Celina G. Val
-1
/
+1
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-8
/
+14
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-0
/
+61