| Age | Commit message (Expand) | Author | Lines |
| 2021-08-29 | Rollup merge of #88357 - lcnr:stabilize-relaxed_struct_unsize, r=Mark-Simulacrum | Guillaume Gomez | -0/+24 |
| 2021-08-29 | Rollup merge of #88349 - spastorino:const-static-types-tait-test, r=oli-obk | Guillaume Gomez | -0/+49 |
| 2021-08-29 | Rollup merge of #83251 - estebank:issue-83241, r=oli-obk | Guillaume Gomez | -30/+138 |
| 2021-08-29 | Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakis | bors | -0/+30 |
| 2021-08-29 | rebase: fix test output | Esteban Kuber | -9/+13 |
| 2021-08-29 | Provide structured suggestion for removal of `&mut` | Esteban Kuber | -12/+8 |
| 2021-08-29 | Suggestion for call on immutable binding of mutable type | Esteban Küber | -27/+135 |
| 2021-08-29 | Auto merge of #88088 - nbdd0121:const2, r=nagisa | bors | -0/+25 |
| 2021-08-28 | Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkov | bors | -1/+8 |
| 2021-08-28 | Auto merge of #88390 - sexxi-goose:missing-case, r=nikomatsakis | bors | -0/+60 |
| 2021-08-28 | Auto merge of #88019 - inquisitivecrystal:macro-def, r=cjgillot | bors | -6/+99 |
| 2021-08-28 | Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu | bors | -0/+168 |
| 2021-08-28 | Update tests | inquisitivecrystal | -6/+99 |
| 2021-08-28 | fix evaluation of target_feature = "crt-static" | 12101111 | -1/+8 |
| 2021-08-27 | Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obk | bors | -287/+208 |
| 2021-08-27 | Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS | Simonas Kazlauskas | -4/+4 |
| 2021-08-27 | Add missing const edge case | Roxane | -0/+60 |
| 2021-08-27 | Revive tests | Deadbeef | -0/+28 |
| 2021-08-27 | Fix UI test | Deadbeef | -1/+3 |
| 2021-08-27 | Fix #88155 | Deadbeef | -0/+22 |
| 2021-08-27 | Fix more tests | Deadbeef | -48/+101 |
| 2021-08-27 | Try fixing some tests | Deadbeef | -255/+52 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -14/+33 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -614/+2057 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -23/+23 |
| 2021-08-26 | Rollup merge of #88348 - spastorino:field-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+41 |
| 2021-08-26 | Rollup merge of #88346 - spastorino:revert-type-of-a-let2, r=jackh726 | Manish Goregaokar | -46/+0 |
| 2021-08-26 | Rollup merge of #88332 - spastorino:argument-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+43 |
| 2021-08-26 | Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis | Manish Goregaokar | -26/+5 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -4/+30 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -68/+1087 |
| 2021-08-26 | Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwco | Manish Goregaokar | -470/+851 |
| 2021-08-26 | Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obk | bors | -30/+451 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -0/+8 |
| 2021-08-26 | Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa | bors | -12/+12 |
| 2021-08-26 | Treat types in unnormalized function signatures as well-formed | jackh726 | -0/+30 |
| 2021-08-26 | Add argument types tait tests | Santiago Pastorino | -0/+43 |
| 2021-08-26 | Add test for stepping though `match` expressions | Wesley Wiser | -0/+383 |
| 2021-08-26 | add unsized coercion test | lcnr | -0/+24 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -0/+75 |
| 2021-08-26 | update mir diffs | lcnr | -23/+23 |
| 2021-08-25 | Add const and static TAIT tests | Santiago Pastorino | -0/+49 |
| 2021-08-25 | Add field types tait tests | Santiago Pastorino | -0/+41 |
| 2021-08-25 | Revert "Add type of a let tait test impl trait straight in let" | Santiago Pastorino | -46/+0 |
| 2021-08-25 | don't generate partially-undef consts | Erik Desjardins | -15/+39 |
| 2021-08-25 | use undef for uninitialized bytes in constants | Erik Desjardins | -2/+53 |
| 2021-08-25 | Adjust spans | Noah Lev | -81/+205 |
| 2021-08-25 | Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakis | bors | -286/+597 |
| 2021-08-25 | Bless NLL compare mode | jackh726 | -2/+2 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -470/+468 |