| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix | Matthias Krüger | -7/+38 |
| 2024-04-11 | Silence unused_imports lint for redundant imports | Michael Goulet | -1/+3 |
| 2024-04-03 | Rollup merge of #123307 - tgross35:f16-f128-feature-gate-fix, r=petrochenkov | Jacob Pratt | -0/+2 |
| 2024-04-03 | Fix f16 and f128 feature gates in editions other than 2015 | Trevor Gross | -0/+2 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -3/+3 |
| 2024-03-29 | rustdoc: point at span in `include_str!`-ed md file | Michael Howell | -7/+38 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -1/+0 |
| 2024-03-27 | Do not sort `DefId`s in diagnostics | Oli Scherer | -11/+9 |
| 2024-03-26 | Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkov | Matthias Krüger | -11/+42 |
| 2024-03-26 | Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkov | Matthias Krüger | -16/+52 |
| 2024-03-26 | Delegation: fix ICE on wrong `self` resolution | Bryanskiy | -11/+42 |
| 2024-03-21 | Don't suggest deref macro since it's unstable | Michael Goulet | -1/+6 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -36/+22 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -36/+22 |
| 2024-03-20 | Ignore paths from expansion in `unused_qualifications` | Alex Macleod | -1/+3 |
| 2024-03-20 | store segment and module in `UnresolvedImportError` | bohan | -16/+52 |
| 2024-03-19 | Rollup merge of #122435 - jieyouxu:unused_qualifications_global_paths, r=petr... | Matthias Krüger | -0/+7 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -1/+51 |
| 2024-03-15 | Rollup merge of #122530 - klensy:as_str, r=fee1-dead | Guillaume Gomez | -3/+4 |
| 2024-03-15 | Don't trigger `unused_qualifications` on global paths | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2024-03-15 | less symbols interner locks | klensy | -3/+4 |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -22/+85 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -1/+51 |
| 2024-03-14 | fixes #121331 | surechen | -22/+85 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -34/+51 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -2/+2 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+4 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -2/+2 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -6/+6 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -3/+3 |
| 2024-03-11 | Remove `Default` derive from `MacroExpectedFound`. | Nicholas Nethercote | -2/+3 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -54/+89 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -4/+13 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -71/+77 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -33/+37 |
| 2024-03-06 | Fix redundant import errors for preload extern crate | yukang | -71/+77 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -25/+44 |
| 2024-03-06 | Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgr | bors | -4/+6 |
| 2024-03-05 | Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkov | Matthias Krüger | -4/+6 |
| 2024-03-05 | Fix linting paths with qself in `unused_qualifications` | Alex Macleod | -33/+37 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -1/+1 |
| 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 | -28/+39 |
| 2024-03-05 | Preserve the `Feed` in local tables | Oli Scherer | -9/+23 |
| 2024-03-05 | Bubble up the TyCtxtFeed | Oli Scherer | -12/+15 |
| 2024-03-05 | Rename `DiagnosticMetadata` as `DiagMetadata`. | Nicholas Nethercote | -92/+86 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -22/+22 |