| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -111/+137 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -55/+90 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+270 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -0/+50 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -111/+87 |
| 2022-04-05 | Fix ui test for nll | ohno418 | -0/+4 |
| 2022-04-05 | Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011 | Dylan DPC | -109/+143 |
| 2022-04-05 | macros: support translatable labels | David Wood | -3/+3 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -109/+109 |
| 2022-04-05 | Suggest only when all fields impl the trait | ohno418 | -8/+0 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+34 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+274 |
| 2022-04-05 | Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obk | Dylan DPC | -29/+163 |
| 2022-04-05 | Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi... | Dylan DPC | -187/+942 |
| 2022-04-04 | Remove hack, fix fmt and tests | Esteban Kuber | -41/+69 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -69/+69 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -294/+298 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+224 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -3/+55 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+42 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -125/+530 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -55/+90 |
| 2022-04-04 | Rollup merge of #95609 - compiler-errors:borrow-unsized-to-dyn, r=nagisa | Dylan DPC | -0/+28 |
| 2022-04-04 | Rollup merge of #95343 - dtolnay:literals, r=petrochenkov | Dylan DPC | -2/+13 |
| 2022-04-04 | Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwco | bors | -5/+12 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -1/+2 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -1/+38 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -5/+12 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -0/+277 |
| 2022-04-02 | Suggest borrowing when trying to coerce unsized type into dyn Trait | Michael Goulet | -0/+28 |
| 2022-04-02 | Fix late-bound ICE in unsized return suggestion | Michael Goulet | -29/+163 |
| 2022-04-02 | Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPC | bors | -0/+39 |
| 2022-04-02 | Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC | Dylan DPC | -0/+15 |
| 2022-04-02 | Add test of thread_local! breaking on redefined u8 | David Tolnay | -0/+15 |
| 2022-04-02 | Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors | bors | -30/+162 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -30/+162 |
| 2022-04-02 | diagnostics: add test case for bogus T:Sized suggestion | Michael Howell | -0/+24 |
| 2022-04-02 | Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011 | bors | -18/+6 |
| 2022-04-02 | Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay | Dylan DPC | -0/+8 |
| 2022-04-02 | Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiasko | Dylan DPC | -0/+25 |
| 2022-04-02 | Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwco | Dylan DPC | -11/+52 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -2/+2 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -18/+6 |
| 2022-04-01 | Add regression test for naked functions with invalid asm syntax | jam1garner | -1/+13 |
| 2022-04-01 | Reword purpose description of noreturn in naked function | jam1garner | -5/+5 |
| 2022-04-01 | Don't emit non-asm contents error for naked function composed of errors | jam1garner | -1/+26 |
| 2022-04-01 | invalid_value lint: detect invalid initialization of arrays | Ralf Jung | -11/+52 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -0/+8 |
| 2022-04-01 | Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obk | Matthias Krüger | -43/+72 |