| Age | Commit message (Expand) | Author | Lines |
| 2023-10-10 | Auto merge of #113915 - cjgillot:ssa-call, r=tmiasko | bors | -1/+1 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -2/+2 |
| 2023-10-08 | Also consider call and yield as MIR SSA. | Camille GILLOT | -1/+1 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+19 |
| 2023-10-05 | add span to statements | ouz-a | -20/+20 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+19 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -10/+9 |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental us... | Oli Scherer | -5/+6 |
| 2023-09-25 | Fix test by adding a stable way to get an opaque DefKind | Oli Scherer | -12/+10 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -20/+13 |
| 2023-09-22 | hide rustc line numbers in test | Ralf Jung | -2/+2 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -7/+13 |
| 2023-09-11 | Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -7/+13 |
| 2023-09-11 | Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obk | bors | -3/+7 |
| 2023-09-11 | Allow loading the SMIR for constants and statics | Oli Scherer | -0/+6 |
| 2023-09-06 | Implement and test monomorphization | Oli Scherer | -2/+29 |
| 2023-09-06 | Also use `Const` in `SMIR` instead of just `ConstantKind` | Oli Scherer | -1/+1 |
| 2023-09-06 | Fail to test argument instantiation since we don't have types for most constants | Oli Scherer | -0/+27 |
| 2023-09-05 | Add tests and use ControlFlow | Celina G. Val | -1/+81 |
| 2023-09-05 | Diferentiate between ICE and compilation error | Celina G. Val | -1/+1 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -1/+3 |
| 2023-08-30 | feat(rustc_lint): make `CheckLintName` respect lint level | Weihang Lo | -3/+7 |
| 2023-08-29 | Create StableMir replacer for SMirCalls | ouz-a | -31/+3 |
| 2023-07-26 | Bump syn dependency | Oli Scherer | -98/+106 |
| 2023-07-26 | Bump syn now that it doesn't affect diagnostics anymore | Oli Scherer | -90/+89 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -13/+3 |
| 2023-07-11 | Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs | jyn | -13/+3 |
| 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 | -2/+8 |
| 2023-07-07 | Add Uint ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add Int ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add Char ty to SMIR | Santiago Pastorino | -2/+6 |
| 2023-07-07 | Add rustc_ty_to_ty basic tests | Santiago Pastorino | -0/+18 |
| 2023-07-03 | Bless ui-fulldeps/missing-rustc-driver-error | Josh Stone | -10/+2 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -0/+23 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2023-06-23 | Add test for invalid variables | clubby789 | -0/+23 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -19/+19 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-10 | Rollup merge of #110747 - oli-obk:smirty, r=spastorino | Matthias Krüger | -1/+3 |
| 2023-05-08 | Encode types in SMIR | Oli Scherer | -0/+2 |
| 2023-05-08 | Create a trait to abstract over the smir API | Oli Scherer | -1/+1 |
| 2023-05-08 | Make spans a bit better | Michael Goulet | -33/+25 |
| 2023-05-08 | Diagnostic args are still args if they're documented | Michael Goulet | -0/+90 |
| 2023-05-06 | Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-05-05 | Add Assert terminator to SMIR | Santiago Pastorino | -1/+14 |
| 2023-05-03 | Add Drop terminator to SMIR | Santiago Pastorino | -1/+12 |
| 2023-05-02 | Move some `Encodable`/`Decodable` tests. | Nicholas Nethercote | -111/+0 |
| 2023-04-20 | Add Call terminator to SMIR | Santiago Pastorino | -1/+9 |