| Age | Commit message (Expand) | Author | Lines |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -1/+1 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+1 |
| 2024-04-29 | Add raw identifier in a typo suggestion | Lin Yihai | -1/+1 |
| 2024-04-28 | Auto merge of #124431 - chenyukang:yukang-fix-rustdoc-124363, r=Nadrieril | bors | -11/+14 |
| 2024-04-28 | Fix the assertion crash from rustdoc document indent widths | yukang | -11/+14 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -7/+5 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -10/+10 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -10/+10 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -7/+5 |
| 2024-04-24 | resolve: Remove two cases of misleading macro call visiting | Vadim Petrochenkov | -12/+3 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -18/+19 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -8/+8 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-21 | Move "elided lifetime in path" to subdiagnostic struct | Xiretza | -8/+8 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -3/+3 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -1/+1 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+6 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -54/+12 |
| 2024-04-15 | Validation and other things | Michael Goulet | -0/+35 |
| 2024-04-15 | Implement resolution, parse use<Self> | Michael Goulet | -2/+22 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -0/+10 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -2/+2 |
| 2024-04-14 | remove braces when fixing a nested use tree into a single use | Pietro Albini | -1/+26 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -7/+7 |
| 2024-04-14 | turn all_nested_unused into used_childs | Pietro Albini | -5/+5 |
| 2024-04-14 | remove redundant flat vs nested distinction to simplify enum | Pietro Albini | -19/+10 |
| 2024-04-14 | add enum variant field names to make the code clearer | Pietro Albini | -13/+13 |
| 2024-04-13 | Reorder error messages | Jean CASPAR | -1/+0 |
| 2024-04-13 | Migrate more diagnostics | Jean CASPAR | -174/+431 |
| 2024-04-13 | Migrate some diagnostics | Jean CASPAR | -69/+47 |
| 2024-04-13 | Port build_reduce_graph | JeanCASPAR | -49/+177 |
| 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 |