| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-02-23 | Handle selecting the default locale better | mejrs | -2/+5 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -1/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -5071/+2 |
| 2023-02-21 | hir-analysis: make one diagnostic translatable | Tshepang Mbambo | -0/+3 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+0 |
| 2023-02-15 | Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obk | Matthias Krüger | -1/+38 |
| 2023-02-14 | Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwco | Matthias Krüger | -4/+3 |
| 2023-02-14 | Port PlaceholderRelationLfNotSatisfied diagnostic | IQuant | -1/+7 |
| 2023-02-14 | Port ConsiderAddingAwait | IQuant | -0/+4 |
| 2023-02-14 | Port SuggestRemoveSemiOrReturnBinding | IQuant | -0/+5 |
| 2023-02-14 | Port WhereClauseSuggestions | Nikita Tomashevich | -0/+3 |
| 2023-02-14 | Resolve rebase | Nikita Tomashevich | -2/+0 |
| 2023-02-14 | Port another diagnostic | Nikita Tomashevich | -2/+4 |
| 2023-02-14 | Port RefLongerThanData | Nikita Tomashevich | -0/+3 |
| 2023-02-14 | Port "BorrowedTooLong" diagnostic | Nikita Tomashevich | -2/+4 |
| 2023-02-14 | Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied... | Nikita Tomashevich | -0/+14 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -1/+1 |
| 2023-02-10 | Cleanup typos in en_US/borrowck.ftl | Jubilee | -3/+3 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -1/+1 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -0/+2 |
| 2023-02-09 | Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errors | Matthias Krüger | -0/+115 |
| 2023-02-09 | Emit an error if -Z instrument-xray is not supported | Oleksii Lozovskyi | -0/+2 |
| 2023-02-06 | Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPC | bors | -0/+3 |
| 2023-02-06 | Migrate `rustc_parse` to derive diagnostics | clubby789 | -0/+115 |
| 2023-02-06 | Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame... | Dylan DPC | -0/+3 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -1/+2 |
| 2023-02-05 | Recover from missing expression in for loop | Obei Sideg | -0/+3 |
| 2023-02-04 | Recover from default value for a lifetime in generic parameters. | Lenko Donchev | -0/+3 |
| 2023-02-04 | update ICU4X to 1.1.0 | Lukas Markeffsky | -4/+3 |
| 2023-02-04 | Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514 | bors | -12/+12 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -1/+2 |
| 2023-02-03 | Fix suggestion for coercing Option<&String> to Option<&str> | clubby789 | -0/+2 |
| 2023-02-02 | Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebank | Matthias Krüger | -2/+3 |
| 2023-02-02 | Improve diagnostic for missing space in range pattern | clubby789 | -2/+3 |
| 2023-02-02 | Add a new `rustc_driver` dylib to rexport `rustc_driver_impl` | John Kåre Alsaker | -12/+12 |
| 2023-02-02 | Recover _ as .. in field pattern | Michael Goulet | -2/+2 |
| 2023-02-01 | Make "use latest edition" subdiagnostic translatable | Xiretza | -0/+8 |
| 2023-02-01 | migrate parser::ty to diagnostic structs | Xiretza | -0/+35 |
| 2023-02-01 | rustc_parse: migrate more to diagnostic structs | Xiretza | -0/+149 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -0/+12 |
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -0/+119 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -1/+75 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+2 |
| 2023-01-28 | Migrate some range parsing diagnostics | clubby789 | -0/+11 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-01-27 | Fix some Fluent typos | clubby789 | -3/+3 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -4/+12 |