| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | Silence unused_imports lint for redundant imports | Michael Goulet | -1/+1 |
| 2024-03-14 | fixes #121331 | surechen | -2/+5 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -22/+45 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -0/+2 |
| 2024-03-05 | Remove a use of feed_local_crate and make it fail if used within queries | Oli Scherer | -7/+11 |
| 2024-03-05 | Prevent feeding `CRATE_DEF_ID` queries outside the resolver | Oli Scherer | -2/+5 |
| 2024-03-05 | Get rid of `feed_local_def_id` | Oli Scherer | -1/+1 |
| 2024-03-05 | Eliminate all non-CRATE_DEF_ID uses of `feed_def_id` | Oli Scherer | -4/+5 |
| 2024-03-05 | Preserve the `Feed` in local tables | Oli Scherer | -9/+23 |
| 2024-03-05 | Bubble up the TyCtxtFeed | Oli Scherer | -4/+5 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-18 | resolve: Scale back unloading of speculatively loaded crates | Vadim Petrochenkov | -1/+0 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -12/+39 |
| 2024-02-14 | Move all the heavy lifting from `TyCtxtAt::create_def` into `TyCtxt::create_def` | Oli Scherer | -1/+1 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -0/+6 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-08 | Rollup merge of #119592 - petrochenkov:unload, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-02-06 | Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2024-02-06 | resolve: Unload speculatively resolved crates before freezing cstore | Vadim Petrochenkov | -0/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -2/+2 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-22 | Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2024-01-21 | exclude unexported macro bindings from extern crate | bohan | -0/+5 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -1/+1 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -0/+2 |
| 2024-01-14 | Add note to resolve error about generics from inside static/const | clubby789 | -1/+5 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -1/+1 |
| 2024-01-13 | store the segment name when resolution fails | bohan | -3/+12 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+5 |
| 2024-01-09 | Check bindings around never patterns | Nadrieril | -0/+2 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -2/+2 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -4/+1 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -8/+9 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -2/+2 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -5/+4 |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -1/+1 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -5/+2 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -3/+1 |
| 2023-11-25 | resolve: Avoid clones of `MacroData` | Vadim Petrochenkov | -5/+13 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -2/+4 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-05 | Rename `Resolver::active_features`. | Nicholas Nethercote | -8/+3 |
| 2023-09-13 | resolve: determined binding after parent module macro expand | bohan | -0/+13 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -2/+2 |