| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #91416 - compiler-errors:infinite-ty-option-box, r=estebank | Dylan DPC | -28/+160 |
| 2022-03-31 | address comments, add test for shadowed Box type | Michael Goulet | -0/+29 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -28/+131 |
| 2022-03-31 | Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c... | Dylan DPC | -0/+14 |
| 2022-03-31 | Rollup merge of #95471 - oli-obk:tait_ice, r=estebank | Dylan DPC | -0/+24 |
| 2022-03-31 | Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726 | Dylan DPC | -16/+16 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -16/+16 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+138 |
| 2022-03-31 | Rollup merge of #93901 - petrochenkov:linkmod, r=wesleywiser | Dylan DPC | -53/+58 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+138 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -53/+58 |
| 2022-03-30 | Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche... | bors | -2/+3 |
| 2022-03-30 | Add note to the lint diagnostic | InfRandomness | -0/+14 |
| 2022-03-30 | Don't ICE when opaque types get their hidden type constrained again. | Oli Scherer | -0/+24 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -120/+47 |
| 2022-03-30 | rework error messages for incorrect inherent impls | lcnr | -5/+36 |
| 2022-03-30 | fix behavior for empty impls | lcnr | -4/+4 |
| 2022-03-30 | update ui tests | lcnr | -126/+22 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -1551/+3875 |
| 2022-03-30 | Clarify comments about doc comments in macros. | Nicholas Nethercote | -2/+3 |
| 2022-03-29 | Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errors | Dylan DPC | -0/+61 |
| 2022-03-29 | Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obk | Dylan DPC | -1/+171 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -2/+0 |
| 2022-03-29 | diagnostics: regression test for derive bounds | Michael Howell | -0/+61 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -0/+57 |
| 2022-03-29 | Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | Dylan DPC | -4/+3 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+47 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -3/+71 |
| 2022-03-28 | diagnostics: add regression test for #82081 | Michael Howell | -0/+57 |
| 2022-03-28 | Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obk | Dylan DPC | -0/+22 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+64 |
| 2022-03-28 | rebase fallout | Oli Scherer | -1/+1 |
| 2022-03-28 | Add test for revealing auto traits in the defining scope | Oli Scherer | -0/+77 |
| 2022-03-28 | Add some tests showcasing further differences between TAIT and RPIT | Oli Scherer | -0/+42 |
| 2022-03-28 | Bless ui tests | Oli Scherer | -1/+10 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -35/+5 |
| 2022-03-28 | Show that the behaviour is the same for RPIT and TAIT | Oli Scherer | -0/+230 |
| 2022-03-28 | Add a test showing that a similar example compiles | Oli Scherer | -0/+20 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -0/+28 |
| 2022-03-28 | Add regression test | Oli Scherer | -0/+60 |
| 2022-03-28 | Add another regression test | Oli Scherer | -0/+27 |
| 2022-03-28 | Test that TAIT and RPIT are in sync | Oli Scherer | -2/+31 |
| 2022-03-28 | Add some tests around recursion and "revealing" | Oli Scherer | -0/+152 |
| 2022-03-28 | Remove some special code handling TAIT being passed through if and match | Oli Scherer | -2/+65 |
| 2022-03-28 | Add regression tests | Oli Scherer | -0/+494 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -110/+188 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -263/+573 |