| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla... | bors | -3/+4 |
| 2023-07-14 | fix docs for `rustc_smir` | Lukas Markeffsky | -3/+4 |
| 2023-07-13 | add str, slice, and array to smir types | Eric Mark Martin | -3/+8 |
| 2023-07-13 | Rollup merge of #113629 - spastorino:smir-types-3, r=oli-obk | Matthias Krüger | -13/+58 |
| 2023-07-13 | Add Adt to SMIR | Santiago Pastorino | -5/+55 |
| 2023-07-13 | Rollup merge of #113553 - spastorino:smir-types-2, r=oli-obk | Matthias Krüger | -5/+7 |
| 2023-07-12 | DefIds are not only about CrateItem | Santiago Pastorino | -8/+3 |
| 2023-07-11 | Make Placeholder, GeneratorWitness*, Infer and Error unreachable on SMIR rust... | Santiago Pastorino | -5/+7 |
| 2023-07-10 | Implement a few more rvalue translation to smir | Celina G. Val | -9/+317 |
| 2023-07-10 | Implement Stable for AssertMessage | Celina G. Val | -30/+37 |
| 2023-07-10 | Fix standalone build | Celina G. Val | -0/+10 |
| 2023-07-08 | Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obk | Matthias Krüger | -9/+63 |
| 2023-07-07 | Add Float ty to SMIR | Santiago Pastorino | -3/+13 |
| 2023-07-07 | Add Uint ty to SMIR | Santiago Pastorino | -2/+20 |
| 2023-07-07 | Add Int ty to SMIR | Santiago Pastorino | -2/+20 |
| 2023-07-07 | Add Char ty to SMIR | Santiago Pastorino | -1/+2 |
| 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 | -5/+10 |
| 2023-07-02 | Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructures | yukang | -14/+17 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -0/+10 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-13 | Use a Stable trait to translate mir -> smir | Celina G. Val | -194/+203 |
| 2023-06-08 | Add Terminator::InlineAsm conversion from MIR to SMIR | Santiago Pastorino | -1/+51 |
| 2023-06-06 | Rollup merge of #111250 - spastorino:smir-terminator-2, r=oli-obk | Matthias Krüger | -4/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+1 |
| 2023-05-11 | Add unreachable cases to Terminator | Santiago Pastorino | -4/+1 |
| 2023-05-08 | Encode types in SMIR | Oli Scherer | -4/+73 |
| 2023-05-08 | Create a trait to abstract over the smir API | Oli Scherer | -63/+136 |
| 2023-05-05 | Add GeneratorDrop terminator to SMIR | Santiago Pastorino | -1/+2 |
| 2023-05-05 | Add Assert terminator to SMIR | Santiago Pastorino | -10/+175 |
| 2023-05-03 | Add Drop terminator to SMIR | Santiago Pastorino | -2/+6 |
| 2023-04-20 | Add Call terminator to SMIR | Santiago Pastorino | -2/+30 |
| 2023-04-14 | Add a stable MIR way to get the main function | Oli Scherer | -0/+11 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -1/+1 |
| 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 | -1/+183 |
| 2023-03-16 | Remove `DefId` from `CrateItem` in favor of a lookup table | Oli Scherer | -8/+24 |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -24/+31 |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -2/+122 |
| 2023-03-03 | Delete old re-exports from rustc_smir | Celina G. Val | -41/+0 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -6/+6 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-06-02 | Rustfmt | Oli Scherer | -1/+0 |
| 2022-06-02 | Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3... | Oli Scherer | -0/+55 |