| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-21 | Make `create_dir_all_bare` an std integration test | Chris Denton | -11/+0 |
| 2023-02-21 | Move `rename_directory` from ui-fulldeps to std | Chris Denton | -30/+0 |
| 2023-02-21 | Move std tests/ui-fulldeps into a std subdirectory | Chris Denton | -0/+0 |
| 2023-02-21 | Fix a test. | Nicholas Nethercote | -3/+3 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -4/+4 |
| 2023-02-01 | Forbid #[suggestion_*(...)] on Vecs | Xiretza | -2/+51 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -1/+3 |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -1/+19 |
| 2023-01-28 | Adapt ui-fulldeps. | Camille GILLOT | -1/+3 |
| 2023-01-27 | Bless ui-fulldeps. | Camille GILLOT | -13/+20 |
| 2023-01-27 | Detect references to non-existant messages in Fluent resources | clubby789 | -1/+19 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+4 |
| 2023-01-16 | ui tests: Remap test base directory by default. | Tim Neumann | -0/+1 |
| 2023-01-15 | Fix fulldeps-ui tests | Esteban Küber | -0/+4 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+1 |
| 2023-01-12 | test use in libcore | Deadbeef | -0/+1 |