| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Rename `DiagnosticMode` as `DiagMode`. | Nicholas Nethercote | -22/+19 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -2/+2 |
| 2024-03-04 | Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia... | Matthias Krüger | -1/+44 |
| 2024-03-03 | Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkov | Matthias Krüger | -22/+24 |
| 2024-03-03 | Consider middle segments of paths in `unused_qualifications` | Alex Macleod | -22/+24 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -4/+1 |
| 2024-03-01 | only compare ambiguity item that have hard error | bohan | -4/+6 |
| 2024-03-01 | Remove unused fluent messages | r0cky | -22/+0 |
| 2024-02-29 | Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoerister | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Improve suggestion to rename type starting with underscore to make it more ob... | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Suggest moving if non-found macro_rules! is defined later | yukang | -1/+44 |
| 2024-02-29 | Remove unused diagnostic struct | r0cky | -39/+0 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -94/+79 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -1/+11 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -3/+3 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -91/+76 |
| 2024-02-27 | Remove an unnecessary `span_delayed_bug` in `Resolver::valid_res_from_ribs`. | Nicholas Nethercote | -5/+8 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -8/+18 |
| 2024-02-25 | Fix issues in suggesting importing extern crate paths | yukang | -1/+11 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+1 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -2/+2 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -2/+2 |
| 2024-02-20 | Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiser | Nilstrieb | -6/+0 |
| 2024-02-20 | Add newtype for using the prelude in resolution | clubby789 | -8/+18 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -71/+88 |
| 2024-02-18 | resolve: Scale back unloading of speculatively loaded crates | Vadim Petrochenkov | -6/+0 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -80/+139 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -20/+32 |
| 2024-02-16 | Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwco | Guillaume Gomez | -0/+18 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -20/+32 |
| 2024-02-15 | Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2024-02-14 | For E0038, suggest associated type if available | trevyn | -0/+18 |
| 2024-02-14 | Move all the heavy lifting from `TyCtxtAt::create_def` into `TyCtxt::create_def` | Oli Scherer | -1/+1 |
| 2024-02-14 | Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelix | Guillaume Gomez | -23/+39 |
| 2024-02-14 | remove importing suggestions when there is a shadowed typo canddiate | yukang | -23/+39 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -5/+5 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -13/+18 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -21/+88 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -5/+4 |
| 2024-02-08 | Rollup merge of #119592 - petrochenkov:unload, r=compiler-errors | Matthias Krüger | -7/+15 |
| 2024-02-06 | Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors | Matthias Krüger | -34/+83 |
| 2024-02-06 | resolve: Unload speculatively resolved crates before freezing cstore | Vadim Petrochenkov | -7/+15 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-02-04 | Suggest `[tail @ ..]` on `[..tail]` and `[...tail]` where `tail` is unresolved | León Orell Valerian Liehr | -14/+41 |
| 2024-02-03 | Rollup merge of #120592 - trevyn:cleanup-to-string, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -2/+2 |