| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -88/+174 |
| 2022-04-29 | Remove the `T::VISIT_TOKENS` test in `visit_mac_args`. | Nicholas Nethercote | -11/+7 |
| 2022-04-29 | Simplify `lower_mac_args`. | Nicholas Nethercote | -28/+14 |
| 2022-04-29 | Rename `visit_interpolated` as `visit_nonterminal`. | Nicholas Nethercote | -2/+2 |
| 2022-04-29 | Tweak `print_attr_item`. | Nicholas Nethercote | -7/+8 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -31/+337 |
| 2022-04-28 | Auto merge of #96528 - Dylan-DPC:rollup-iedbjli, r=Dylan-DPC | bors | -518/+851 |
| 2022-04-28 | Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -426/+433 |
| 2022-04-28 | Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest... | Dylan DPC | -76/+331 |
| 2022-04-28 | Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwco | Dylan DPC | -15/+44 |
| 2022-04-28 | Rollup merge of #95312 - marmeladema:tests-for-issue-95305, r=jackh726 | Dylan DPC | -0/+42 |
| 2022-04-28 | Auto merge of #95171 - Kobzol:llvm-ci-update, r=nikic | bors | -2/+7 |
| 2022-04-28 | Update LLVM submodule | Jakub Beránek | -0/+0 |
| 2022-04-28 | Update LLVM used for building rustc in CI for x64 to LLVM 14.0.2 | Jakub Beránek | -2/+7 |
| 2022-04-28 | std: update debuginfo check to match type definition | joboet | -1/+1 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -162/+667 |
| 2022-04-28 | std: simplify UNIX parker timeouts | joboet | -59/+21 |
| 2022-04-28 | Auto merge of #95904 - paolobarbolini:vecdeque-specextend, r=the8472 | bors | -20/+109 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -426/+433 |
| 2022-04-28 | Auto merge of #96503 - ehuss:update-cargo, r=ehuss | bors | -4/+32 |
| 2022-04-27 | Update cargo | Eric Huss | -4/+32 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -21/+156 |
| 2022-04-28 | Add VecDeque::extend from vec::IntoIter and slice::Iter specializations | Paolo Barbolini | -20/+85 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -209/+243 |
| 2022-04-28 | Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkov | Dylan DPC | -0/+5 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -29/+16 |
| 2022-04-28 | Rollup merge of #96466 - compiler-errors:error-collect-array, r=davidtwco | Dylan DPC | -32/+69 |
| 2022-04-28 | Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwco | Dylan DPC | -28/+17 |
| 2022-04-28 | Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkov | Dylan DPC | -84/+86 |
| 2022-04-28 | Rollup merge of #96397 - AronParker:issue-96368-fix, r=dtolnay | Dylan DPC | -1/+4 |
| 2022-04-28 | Rollup merge of #96377 - compiler-errors:infer-rustfix, r=petrochenkov | Dylan DPC | -35/+46 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -984/+760 |
| 2022-04-28 | Ensure that `'_` and GAT yields errors | marmeladema | -0/+42 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -76/+331 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -222/+138 |
| 2022-04-27 | Refactor generic collection. | Camille GILLOT | -56/+37 |
| 2022-04-27 | Create a specific struct for lifetime capture. | Camille GILLOT | -139/+172 |
| 2022-04-27 | Bless tests. | Camille GILLOT | -4/+17 |
| 2022-04-27 | Handle TAIT. | Camille GILLOT | -96/+21 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -798/+708 |
| 2022-04-27 | Do not resolve elided lifetimes in path twice. | Camille GILLOT | -1/+1 |
| 2022-04-27 | Update comment. | Camille GILLOT | -2/+0 |
| 2022-04-27 | Add VecDeque::extend benchmark | Paolo Barbolini | -0/+24 |
| 2022-04-27 | Add missing `target_feature` to the list of well known cfg names | Loïc BRANSTETT | -0/+5 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -15/+65 |
| 2022-04-27 | Plumb through rustc_lint_defs::Level as enum rather than string. | Jeremy Fitzhardinge | -9/+19 |
| 2022-04-27 | Make --json unused-extern deny/forbid level messages cause exit with error st... | Jeremy Fitzhardinge | -4/+10 |
| 2022-04-27 | Add tests for --json unused-externs | Jeremy Fitzhardinge | -0/+58 |
| 2022-04-27 | compiletest: add support for unused extern notifications | Jeremy Fitzhardinge | -0/+11 |