| Age | Commit message (Expand) | Author | Lines |
| 2022-04-29 | Rollup merge of #96523 - nbdd0121:windows, r=petrochenkov | Dylan DPC | -0/+23 |
| 2022-04-29 | Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r... | Dylan DPC | -0/+6 |
| 2022-04-29 | Rollup merge of #96477 - alexcrichton:update-wasm64-data-layout, r=wesleywiser | Dylan DPC | -1/+1 |
| 2022-04-29 | Auto merge of #96444 - nbdd0121:used2, r=petrochenkov | bors | -2/+77 |
| 2022-04-28 | Add `@feat.00` symbol to symbols.o for COFF | Gary Guo | -0/+23 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -366/+373 |
| 2022-04-28 | Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest... | Dylan DPC | -76/+111 |
| 2022-04-28 | Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwco | Dylan DPC | -15/+43 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -0/+6 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -162/+667 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -366/+373 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -17/+72 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -184/+198 |
| 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 | -28/+15 |
| 2022-04-28 | Rollup merge of #96466 - compiler-errors:error-collect-array, r=davidtwco | Dylan DPC | -11/+31 |
| 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 | -82/+84 |
| 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 | -980/+743 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -76/+111 |
| 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 | 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 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 | -11/+50 |
| 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 | -1/+7 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -97/+79 |
| 2022-04-27 | Update data layout string for wasm64-unknown-unknown | Alex Crichton | -1/+1 |
| 2022-04-27 | Use decorated names for linked_symbols on Windows | Gary Guo | -2/+77 |
| 2022-04-27 | rename `sum_with_parens` | Christian Poveda | -6/+3 |
| 2022-04-27 | tut tut tut | Ellen | -28/+15 |
| 2022-04-26 | Better error messages when collecting into `[T; n]` | Michael Goulet | -11/+31 |
| 2022-04-26 | TAITs are suggestable | Michael Goulet | -19/+29 |
| 2022-04-26 | make `fn() -> _ {}` suggestion MachineApplicable | Michael Goulet | -18/+19 |
| 2022-04-27 | Auto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r=Dylan-DPC | bors | -403/+468 |
| 2022-04-27 | Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions... | Dylan DPC | -142/+116 |
| 2022-04-27 | Rollup merge of #96383 - compiler-errors:issue-96381, r=estebank | Dylan DPC | -4/+4 |
| 2022-04-27 | Rollup merge of #96370 - compiler-errors:cleanup-report_method_error, r=estebank | Dylan DPC | -244/+254 |
| 2022-04-27 | Avoid producing `NoDelim` values in `FrameData`. | Nicholas Nethercote | -12/+15 |
| 2022-04-26 | Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ... | bors | -54/+23 |
| 2022-04-27 | Avoid producing `NoDelim` values in `Frame`. | Nicholas Nethercote | -11/+11 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -37/+43 |
| 2022-04-27 | Avoid producing `NoDelim` values in `TokenCursorFrame`. | Nicholas Nethercote | -22/+15 |
| 2022-04-26 | Add new diagnostic | George | -13/+94 |