| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -194/+200 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -216/+192 |
| 2023-04-14 | Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkin | Yuki Okushi | -0/+2 |
| 2023-04-14 | Add a stable MIR way to get the main function | Oli Scherer | -0/+2 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -831/+0 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -2/+2 |
| 2023-04-07 | Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstrieb | bors | -341/+347 |
| 2023-04-06 | fix errors | Deadbeef | -104/+111 |
| 2023-04-06 | fix and bless ui tests 1/2 | Deadbeef | -270/+269 |
| 2023-04-03 | fix wrong ignore condition | Pietro Albini | -1/+1 |
| 2023-03-31 | Don't emit the OS error in a note | est31 | -10/+6 |
| 2023-03-30 | Auto merge of #109224 - oli-obk:smir, r=pnkfelix | bors | -4/+27 |
| 2023-03-29 | Check for escape sequences in Fluent resources | clubby789 | -2/+36 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -87/+5 |
| 2023-03-16 | Add Debug and Clone derives for stable mir datastructures | Oli Scherer | -2/+3 |
| 2023-03-16 | Implement a minimal subset of MIR statements and terminators for smir | Oli Scherer | -4/+26 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -22/+21 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -0/+104 |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -9/+7 |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -0/+106 |
| 2023-02-27 | Allow using `bool` for optional diagnostics | clubby789 | -40/+59 |
| 2023-02-25 | Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomcc | bors | -41/+0 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -6/+5 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -644/+635 |