| Age | Commit message (Expand) | Author | Lines |
| 2022-03-25 | Rollup merge of #95270 - michaelwoerister:fix-box-unsized-debuginfo, r=wesley... | Dylan DPC | -4/+15 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -189/+114 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -0/+26 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -62/+238 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -0/+26 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -0/+42 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -47/+84 |
| 2022-03-24 | debuginfo: Fix debuginfo for Box<T> where T is unsized. | Michael Woerister | -4/+15 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -47/+84 |
| 2022-03-23 | Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und... | Matthias Krüger | -0/+36 |
| 2022-03-23 | Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-03-23 | Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-03-23 | Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwco | Matthias Krüger | -0/+64 |
| 2022-03-23 | Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPC | bors | -3/+1 |
| 2022-03-23 | Update allocation id | Oli Scherer | -1/+1 |
| 2022-03-23 | Remove line instead of just commenting out | Carl Scherer | -1/+0 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -61/+238 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -68/+69 |
| 2022-03-23 | stop emitting E0026 for struct enums with underscores | Takayuki Maeda | -0/+36 |
| 2022-03-23 | add test for treating ExprKind::ConstParam as temp | b-naber | -0/+42 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -18/+18 |
| 2022-03-22 | bless 32bit | Ralf Jung | -1/+1 |
| 2022-03-23 | Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -2/+147 |
| 2022-03-22 | Fixup aarch64 smoke test | Jubilee Young | -5/+4 |
| 2022-03-22 | better errors when a Copy impl is not coherent | Michael Goulet | -0/+64 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -8/+8 |
| 2022-03-22 | Test SVE2 includes NEON and not vice versa | Jubilee Young | -0/+58 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -3/+1 |
| 2022-03-22 | Test NEON compiles | Jubilee Young | -0/+24 |
| 2022-03-22 | Filter for all features instead of any | Jubilee Young | -0/+64 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -2/+2 |
| 2022-03-22 | Modernize `alloc-no-oom-handling` test | Miguel Ojeda | -1/+1 |
| 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 | fix previous failures and address review | b-naber | -58/+70 |
| 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 #95129 - GuillaumeGomez:rm-source-sidebar-animation, r=jsha | Matthias Krüger | -1/+0 |
| 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 | add/update tests | b-naber | -137/+50 |
| 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 |