| Age | Commit message (Expand) | Author | Lines |
| 2022-04-09 | Rollup merge of #95764 - c410-f3r:metavar-test, r=petrochenkov | Dylan DPC | -1/+117 |
| 2022-04-09 | Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726 | Dylan DPC | -32/+29 |
| 2022-04-09 | Rollup merge of #95599 - niluxv:strict-provenance-lint, r=michaelwoerister | Dylan DPC | -0/+142 |
| 2022-04-09 | Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-Simulacrum | Dylan DPC | -0/+28 |
| 2022-04-09 | Rollup merge of #90066 - yaahc:thinbox, r=joshtriplett | Dylan DPC | -2/+129 |
| 2022-04-08 | Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errors | bors | -0/+101 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -2/+129 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+142 |
| 2022-04-08 | Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726 | Dylan DPC | -0/+97 |
| 2022-04-07 | [macro_metavar_expr] Add tests to ensure the feature requirement | Caio | -1/+117 |
| 2022-04-07 | Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC | bors | -10/+55 |
| 2022-04-07 | Rollup merge of #95752 - compiler-errors:issue-82866, r=Dylan-DPC | Dylan DPC | -0/+23 |
| 2022-04-07 | Rollup merge of #95189 - fmease:fix-issue-94340, r=estebank | Dylan DPC | -10/+32 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -5/+4 |
| 2022-04-06 | regression test for #82866 | Michael Goulet | -0/+23 |
| 2022-04-06 | don't report int/float ambiguity when we have previous errors | Michael Goulet | -32/+29 |
| 2022-04-07 | Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPC | Dylan DPC | -4/+20 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -10/+32 |
| 2022-04-06 | Check that all hidden types are the same and then deduplicate them. | Oli Scherer | -0/+30 |
| 2022-04-06 | bless tests | Pietro Albini | -4/+4 |
| 2022-04-05 | Merge remote-tracking branch 'origin/master' | kangarooCoder | -504/+1133 |
| 2022-04-05 | Add test for issue rust-lang/rust#83474 | kangarooCoder | -4/+20 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -10/+17 |
| 2022-04-05 | Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk | Dylan DPC | -328/+588 |
| 2022-04-05 | Rollup merge of #95585 - compiler-errors:ref-clone, r=estebank | Dylan DPC | -0/+31 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -17/+17 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -111/+137 |
| 2022-04-05 | Explain why `&T` is cloned when `T` is not `Clone` | Michael Goulet | -0/+31 |
| 2022-04-05 | unboxed-closures and type-alias-impl-trait nll revisions | Jack Huey | -20/+42 |
| 2022-04-05 | underscore-lifetime nll revisions | Jack Huey | -7/+19 |
| 2022-04-05 | More nll revisions | Jack Huey | -223/+380 |
| 2022-04-05 | Move some tests with compare-mode=nll output to revisions | Jack Huey | -78/+147 |
| 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-04 | diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut | Michael Howell | -0/+7 |
| 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 |