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
/
stable_mir
Age
Commit message (
Expand
)
Author
Lines
2023-08-07
Add TraitDef::trait_decl method
Santiago Pastorino
-0
/
+6
2023-08-07
Add all_trait_decls to SMIR
Santiago Pastorino
-0
/
+4
2023-08-07
Convert trait declaration to SMIR
Santiago Pastorino
-1
/
+23
2023-08-07
Convert unsafety using the stable method and reuse mir::Safety
Santiago Pastorino
-8
/
+2
2023-08-06
Add alocation to smir
ouz-a
-0
/
+22
2023-08-01
clean up, use opaque types
ouz-a
-11
/
+23
2023-08-01
Cover statements for stable_mir
ouz-a
-1
/
+90
2023-07-31
add missing rvalues to smir
ouz-a
-3
/
+38
2023-07-27
Rollup merge of #114082 - ericmarkmartin:smir-nullary-op, r=spastorino
Matthias Krüger
-0
/
+3
2023-07-26
Add Bound ty to SMIR
Santiago Pastorino
-0
/
+7
2023-07-26
Add Param ty to SMIR
Santiago Pastorino
-0
/
+7
2023-07-26
add stable NullaryOp
Eric Mark Martin
-0
/
+3
2023-07-24
Dynamic for smir
Eric Mark Martin
-0
/
+36
2023-07-22
add Alias for smir
Eric Mark Martin
-0
/
+18
2023-07-20
Add FnPtr ty to SMIR
Santiago Pastorino
-0
/
+79
2023-07-19
Remove FIXMEs a lot of things need fixes
Santiago Pastorino
-2
/
+0
2023-07-19
Add Generator to SMIR
Santiago Pastorino
-0
/
+10
2023-07-19
Add Closure ty to SMIR
Santiago Pastorino
-0
/
+4
2023-07-19
Add FnDef ty to SMIR
Santiago Pastorino
-0
/
+4
2023-07-19
Rename SMIR AdtSubsts to GenericArgs
Santiago Pastorino
-2
/
+2
2023-07-18
Add Never to SMIR
Santiago Pastorino
-0
/
+1
2023-07-18
Add Foreign to SMIR
Santiago Pastorino
-0
/
+4
2023-07-17
conversions to smir RawPtr and Ref
Eric Mark Martin
-9
/
+4
2023-07-17
add RawPtr
Eric Mark Martin
-0
/
+3
2023-07-17
move const definition
Eric Mark Martin
-0
/
+2
2023-07-14
Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla...
bors
-2
/
+2
2023-07-14
fix docs for `rustc_smir`
Lukas Markeffsky
-2
/
+2
2023-07-13
add str, slice, and array to smir types
Eric Mark Martin
-0
/
+3
2023-07-13
Add Adt to SMIR
Santiago Pastorino
-1
/
+21
2023-07-10
Implement a few more rvalue translation to smir
Celina G. Val
-2
/
+179
2023-07-08
Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obk
Matthias Krüger
-0
/
+36
2023-07-07
Add Float ty to SMIR
Santiago Pastorino
-0
/
+7
2023-07-07
Add Uint ty to SMIR
Santiago Pastorino
-0
/
+11
2023-07-07
Add Int ty to SMIR
Santiago Pastorino
-0
/
+11
2023-07-07
Add Char ty to SMIR
Santiago Pastorino
-0
/
+1
2023-07-07
Add rustc_ty_to_ty basic tests
Santiago Pastorino
-0
/
+2
2023-07-06
Wrap SMIR bool and tuple into a Rigid variant
Santiago Pastorino
-0
/
+4
2023-07-02
Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructures
yukang
-14
/
+14
2023-06-19
Promote unchecked_add/sub/mul/shl/shr to mir::BinOp
Scott McMurray
-0
/
+5
2023-06-08
Add Terminator::InlineAsm conversion from MIR to SMIR
Santiago Pastorino
-0
/
+17
2023-05-08
Encode types in SMIR
Oli Scherer
-0
/
+18
2023-05-08
Create a trait to abstract over the smir API
Oli Scherer
-6
/
+60
2023-05-05
Add GeneratorDrop terminator to SMIR
Santiago Pastorino
-0
/
+1
2023-05-05
Add Assert terminator to SMIR
Santiago Pastorino
-3
/
+64
2023-05-03
Add Drop terminator to SMIR
Santiago Pastorino
-1
/
+1
2023-04-20
Add Call terminator to SMIR
Santiago Pastorino
-1
/
+9
2023-04-14
Add a stable MIR way to get the main function
Oli Scherer
-0
/
+7
2023-03-16
Add Debug and Clone derives for stable mir datastructures
Oli Scherer
-0
/
+7
2023-03-16
Implement a minimal subset of MIR statements and terminators for smir
Oli Scherer
-0
/
+73
2023-03-16
Remove `DefId` from `CrateItem` in favor of a lookup table
Oli Scherer
-3
/
+1
[prev]
[next]