| Age | Commit message (Expand) | Author | Lines |
| 2022-04-11 | Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -0/+19 |
| 2022-04-10 | Fix crate_type attribute to not warn on duplicates | Eric Huss | -60/+44 |
| 2022-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -21/+75 |
| 2022-04-10 | Rollup merge of #95852 - niluxv:strict-provenance-lint-fixup, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-04-10 | Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-dead | Dylan DPC | -0/+78 |
| 2022-04-10 | Rollup merge of #95784 - WaffleLapkin:typeof_cool_suggestion, r=compiler-errors | Dylan DPC | -0/+15 |
| 2022-04-10 | resolve: Create dummy bindings for all unresolved imports | Vadim Petrochenkov | -15/+3 |
| 2022-04-10 | --bless tests | Maybe Waffle | -0/+15 |
| 2022-04-09 | Auto merge of #95435 - cjgillot:one-name, r=oli-obk | bors | -0/+3 |
| 2022-04-09 | Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercote | Dylan DPC | -9/+116 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -9/+36 |
| 2022-04-09 | Fix missing space in lossy provenance cast lint | niluxv | -2/+2 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -9/+116 |
| 2022-04-09 | Bless tests. | Camille GILLOT | -0/+3 |
| 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 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -9/+36 |
| 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 | suggest adding a local for vector to fix borrowck errors | Takayuki Maeda | -0/+78 |
| 2022-04-08 | Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726 | Dylan DPC | -0/+97 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -53/+29 |
| 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-06 | only downgrade Error -> Ambiguous if type error is in predicate | Michael Goulet | -25/+23 |
| 2022-04-07 | Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPC | Dylan DPC | -4/+20 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -0/+34 |
| 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 |