| Age | Commit message (Expand) | Author | Lines |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -34/+70 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -14/+76 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -25/+25 |
| 2021-08-30 | Auto merge of #88369 - lcnr:cec-rename, r=oli-obk | bors | -4434/+850 |
| 2021-08-30 | No longer pass -Z unstable-options for edition 2021 in test. | Mara Bos | -1/+1 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -24/+24 |
| 2021-08-30 | Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis | bors | -0/+19 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -98/+98 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4256/+811 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -108/+7 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -184/+148 |
| 2021-08-30 | Auto merge of #88456 - inquisitivecrystal:private-macro, r=jyn514 | bors | -0/+19 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -34/+70 |
| 2021-08-29 | Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakis | bors | -0/+168 |
| 2021-08-29 | 2229: Handle update to capture kind properly | Aman Arora | -0/+19 |
| 2021-08-29 | Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddle | Guillaume Gomez | -13/+32 |
| 2021-08-29 | Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank | Guillaume Gomez | -1/+13 |
| 2021-08-29 | Rollup merge of #88387 - ehuss:remove-rustfix-tests, r=Mark-Simulacrum | Guillaume Gomez | -87/+0 |
| 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 | Add regression test | inquisitivecrystal | -0/+19 |
| 2021-08-29 | Auto merge of #88088 - nbdd0121:const2, r=nagisa | bors | -0/+25 |
| 2021-08-28 | Move match tests in match folder | Roxane | -35/+38 |
| 2021-08-28 | Create a specific match folder for match tests | Roxane | -0/+0 |
| 2021-08-28 | Add additional match test case | Roxane | -0/+51 |
| 2021-08-28 | Handle match with non axhaustive variants in closures | Roxane | -0/+114 |
| 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 | Add test for code blocks color | Guillaume Gomez | -13/+30 |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -0/+2 |
| 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 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -14/+76 |
| 2021-08-27 | Remove `Session.if_let_suggestions` | Aaron Hill | -1/+13 |
| 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 | Remove vestigial rustfix tests. | Eric Huss | -87/+0 |
| 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 |