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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-20
Add `ItemKind::Ctor` to stable mir
Celina G. Val
-0
/
+7
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+1
2023-12-07
Add instance evaluation and methods to read alloc
Celina G. Val
-0
/
+1
2023-12-06
Fix `is_foreign_item` for StableMIR instance
Celina G. Val
-1
/
+1
2023-11-26
add successors and their formatter
ouz-a
-1
/
+1
2023-11-25
add pretty_terminator
ouz-a
-1
/
+1
2023-11-24
Reorder imports and remove re-export
Celina G. Val
-9
/
+10
2023-11-24
Move the compiler interface defs to its own module
Celina G. Val
-160
/
+9
2023-11-22
Add CrateDef trait and methods to get def names
Celina G. Val
-14
/
+13
2023-11-21
Add support to get virtual table allocation
Celina G. Val
-0
/
+3
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-15
/
+15
2023-11-21
remove quotation from filename
ouz-a
-1
/
+1
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-2
/
+18
2023-11-17
use new apis and add new function
ouz-a
-3
/
+6
2023-11-17
move pretty into stable_mir
Oğuz Ağcayazı
-1
/
+8
2023-11-16
Fix has_body() and change resolve_drop_in_place() sig
Celina G. Val
-1
/
+1
2023-11-16
Add more APIs and fix `Instance::body`
Celina G. Val
-5
/
+36
2023-11-16
Add more SMIR internal impl and callback return value
Celina G. Val
-8
/
+12
2023-10-30
Add a stable MIR visitor
Celina G. Val
-3
/
+4
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-4
/
+0
2023-10-23
Remove unsafe and `Rc`
Celina G. Val
-8
/
+5
2023-10-23
Add method to convert internal to stable constructs
Celina G. Val
-26
/
+26
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-0
/
+4
2023-10-16
Add MonoItems and Instance to stable_mir
Celina G. Val
-15
/
+28
2023-10-13
change fn name, return loc info, local name
Oğuz Ağcayazı
-2
/
+2
2023-10-11
implement get_filename/lines for span
Oğuz Ağcayazı
-5
/
+12
2023-10-10
Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk
Guillaume Gomez
-3
/
+23
2023-10-10
add new wrapper for FxIndexMap
Oğuz Ağcayazı
-3
/
+23
2023-10-09
return crates instead of a crate
Oğuz Ağcayazı
-4
/
+4
2023-09-25
Split out the stable part of smir into its own crate to prevent accidental us...
Oli Scherer
-0
/
+242