| Age | Commit message (Expand) | Author | Lines |
| 2023-08-26 | Auto merge of #115211 - spastorino:add-missing-smir-generics-of, r=compiler-e... | bors | -0/+4 |
| 2023-08-25 | Auto merge of #115202 - ouz-a:more_smir, r=spastorino | bors | -4/+23 |
| 2023-08-25 | Add missing high-level stable_mir::generics_of fn | Santiago Pastorino | -0/+4 |
| 2023-08-25 | Auto merge of #115093 - Zalathar:smir-coverage, r=cjgillot,oli-obk | bors | -94/+5 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -2/+2 |
| 2023-08-25 | Add stable for Constant in smir | ouz-a | -4/+23 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -2/+2 |
| 2023-08-23 | predicates of | Eric Mark Martin | -12/+43 |
| 2023-08-23 | stable types for predicates | Eric Mark Martin | -11/+269 |
| 2023-08-22 | add generics_of to smir | ouz-a | -13/+129 |
| 2023-08-22 | Treat `StatementKind::Coverage` as completely opaque for SMIR purposes | Zalathar | -94/+5 |
| 2023-08-21 | stable_mir: docs clarification | Ralf Jung | -1/+1 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-08-16 | Add missing Clone/Debug impls to SMIR Trait related tys | Santiago Pastorino | -0/+3 |
| 2023-08-16 | Rollup merge of #114859 - spastorino:add-smir-cx-trait-fns, r=compiler-errors | Matthias Krüger | -0/+16 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -1/+0 |
| 2023-08-15 | Add trait related queries to SMIR's rustc_internal | Santiago Pastorino | -0/+16 |
| 2023-08-14 | Rollup merge of #114745 - ouz-a:smir_const, r=spastorino | Matthias Krüger | -6/+23 |
| 2023-08-12 | Rollup merge of #114703 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -1/+4 |
| 2023-08-11 | Make Const more useful in smir | ouz-a | -6/+23 |
| 2023-08-10 | cover ParamConst | ouz-a | -1/+4 |
| 2023-08-10 | Add impl trait declarations to SMIR | Santiago Pastorino | -1/+75 |
| 2023-08-10 | Fix copy & paste doc error | Santiago Pastorino | -1/+1 |
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -1/+0 |
| 2023-08-09 | Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -27/+183 |
| 2023-08-09 | only allocate bytes within AllocRange | ouz-a | -34/+47 |
| 2023-08-09 | Convert Const to Allocation in smir | ouz-a | -3/+146 |
| 2023-08-08 | fix: add RiscvInterrupt* cconv to smir | Seth Pellegrino | -0/+4 |
| 2023-08-07 | Add TraitDef::trait_decl method | Santiago Pastorino | -0/+6 |
| 2023-08-07 | Add all_trait_decls to SMIR | Santiago Pastorino | -0/+12 |
| 2023-08-07 | Convert trait declaration to SMIR | Santiago Pastorino | -4/+76 |
| 2023-08-07 | Convert unsafety using the stable method and reuse mir::Safety | Santiago Pastorino | -13/+4 |
| 2023-08-06 | Add alocation to smir | ouz-a | -0/+53 |
| 2023-08-01 | clean up, use opaque types | ouz-a | -42/+53 |
| 2023-08-01 | Cover statements for stable_mir | ouz-a | -14/+267 |
| 2023-07-31 | Rollup merge of #114165 - ouz-a:smir1, r=spastorino | Matthias Krüger | -7/+85 |
| 2023-07-31 | add missing rvalues to smir | ouz-a | -7/+85 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -4/+4 |
| 2023-07-27 | Rollup merge of #114082 - ericmarkmartin:smir-nullary-op, r=spastorino | Matthias Krüger | -1/+6 |
| 2023-07-26 | Add Bound ty to SMIR | Santiago Pastorino | -1/+18 |
| 2023-07-26 | Add Param ty to SMIR | Santiago Pastorino | -1/+16 |
| 2023-07-26 | add stable NullaryOp | Eric Mark Martin | -1/+6 |
| 2023-07-25 | factor out more stable impls | Eric Mark Martin | -55/+110 |
| 2023-07-24 | Dynamic for smir | Eric Mark Martin | -1/+120 |
| 2023-07-24 | generic smir stable impl for Binder | Eric Mark Martin | -3/+7 |
| 2023-07-22 | add Alias for smir | Eric Mark Martin | -1/+50 |
| 2023-07-21 | Implement Stable for ty::Ty | Santiago Pastorino | -80/+84 |
| 2023-07-20 | Add FnPtr ty to SMIR | Santiago Pastorino | -1/+191 |
| 2023-07-20 | Implement Stable for ty::GenericArgs | Santiago Pastorino | -25/+24 |
| 2023-07-20 | Add tables to Stable::stable | Santiago Pastorino | -97/+111 |