| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -1084/+0 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -4/+4 |
| 2023-10-30 | Add a stable MIR visitor | Celina G. Val | -0/+148 |
| 2023-10-26 | Add test for smir locals | Kirby Linvill | -0/+31 |
| 2023-10-26 | Update Place and Operand to take slices | Kirby Linvill | -13/+13 |
| 2023-10-25 | Add a public API to get all body locals | Kirby Linvill | -1/+1 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -34/+12 |
| 2023-10-23 | Add test and remove double ref | Celina G. Val | -15/+82 |
| 2023-10-23 | Try to work around 32 bit mingw issues | Oli Scherer | -0/+3 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -11/+17 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -2/+4 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -1/+25 |
| 2023-10-20 | bless ui-fulldeps | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -1/+25 |
| 2023-10-19 | Fix `span_use_eq_ctxt` test | Jakub Beránek | -2/+4 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -0/+27 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -3/+17 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -0/+13 |
| 2023-10-16 | Add MonoItems and Instance to stable_mir | Celina G. Val | -0/+91 |
| 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 |