| Age | Commit message (Expand) | Author | Lines |
| 2022-03-22 | Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi... | Dylan DPC | -0/+13 |
| 2022-03-22 | Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkov | Dylan DPC | -2/+36 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -0/+13 |
| 2022-03-22 | suggest constraining param for unary ops when missing trait impl | Frank King | -2/+36 |
| 2022-03-22 | Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat... | bors | -0/+24 |
| 2022-03-21 | Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPC | Matthias Krüger | -41/+3 |
| 2022-03-21 | Rollup merge of #95116 - bjorn3:cg_clif_test_fixes, r=Dylan-DPC | Matthias Krüger | -88/+107 |
| 2022-03-21 | Rollup merge of #95085 - ouz-a:master5, r=jackh726 | Matthias Krüger | -0/+49 |
| 2022-03-21 | Add needs-asm-support directive to tests where necessary | bjorn3 | -68/+80 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -0/+49 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -41/+3 |
| 2022-03-21 | Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3 | bors | -54/+107 |
| 2022-03-21 | Don't run UB in test suite | Smitty | -54/+107 |
| 2022-03-21 | Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwco | bors | -0/+80 |
| 2022-03-20 | Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro... | Matthias Krüger | -0/+17 |
| 2022-03-20 | fix a not emitted unmatched angle bracket error | Takayuki Maeda | -0/+17 |
| 2022-03-20 | Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -0/+24 |
| 2022-03-19 | Add needs-unwind directive to tests where necessary | bjorn3 | -20/+27 |
| 2022-03-19 | Extend --check-cfg tests to all predicate inside all/any | Loïc BRANSTETT | -1/+117 |
| 2022-03-18 | suggest removing type ascription in bad position | Michael Goulet | -0/+80 |
| 2022-03-18 | Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkov | Matthias Krüger | -0/+45 |
| 2022-03-18 | Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgr | bors | -13/+32 |
| 2022-03-18 | Rollup merge of #95039 - spastorino:overlap-super-predicates, r=nikomatsakis | Matthias Krüger | -13/+32 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -0/+23 |
| 2022-03-18 | Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPC | bors | -3/+177 |
| 2022-03-17 | Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=... | Dylan DPC | -0/+44 |
| 2022-03-17 | Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPC | Dylan DPC | -0/+28 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-03-17 | Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli... | Dylan DPC | -0/+75 |
| 2022-03-17 | Rollup merge of #94309 - eholk:issue-57017, r=tmandry | Dylan DPC | -0/+22 |
| 2022-03-17 | Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726 | Dylan DPC | -1/+6 |
| 2022-03-17 | This test now works | Santiago Pastorino | -13/+2 |
| 2022-03-17 | Make negative coherence work when there's impl negative on super predicates | Santiago Pastorino | -0/+18 |
| 2022-03-16 | erase late-bound regions in dyn projection types for debuginfo | Michael Goulet | -0/+7 |
| 2022-03-16 | Add double negative trait test case | Santiago Pastorino | -0/+12 |
| 2022-03-16 | debuginfo: Fix ICE when generating name for type that produces a layout error. | Michael Woerister | -0/+44 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -2/+2 |
| 2022-03-16 | Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr... | Dylan DPC | -0/+173 |
| 2022-03-16 | Rollup merge of #94951 - est31:irrefutable_let_chain_patterns, r=estebank | Dylan DPC | -10/+159 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-03-15 | Include tracking issue in diagnostic | Jacob Pratt | -1/+1 |
| 2022-03-16 | Extend the irrefutable_let_patterns lint to let chains | est31 | -10/+159 |
| 2022-03-15 | Auto merge of #94925 - lcnr:relax-sus-auto-impls, r=estebank | bors | -1/+22 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+28 |
| 2022-03-15 | Ensure that `let_else` does not interact with `let_chains` | Caio | -0/+173 |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -15/+180 |
| 2022-03-15 | Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakis | bors | -11/+85 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |