| 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 | Add rustdonc-json tests for enum variants | Guillaume Gomez | -0/+17 |
| 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-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -0/+27 |
| 2021-08-29 | Auto merge of #88088 - nbdd0121:const2, r=nagisa | bors | -0/+25 |
| 2021-08-28 | Fix an ICE caused by type mismatch errors being ignored | Theodore Luo Wang | -0/+13 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro block expr | Michael Howell | -0/+35 |
| 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 | rustc: use more correct span data in for loop desugaring | Michael Howell | -1/+66 |
| 2021-08-28 | Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkov | bors | -1/+8 |
| 2021-08-28 | Add test cases | Deadbeef | -3/+107 |
| 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 | Allow `~const` bounds on trait assoc functions | Deadbeef | -6/+74 |
| 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 | Add weird return types TAIT test | Santiago Pastorino | -0/+16 |
| 2021-08-27 | Add auto trait leakage TAIT test that should work but currently doesn't | Santiago Pastorino | -0/+43 |
| 2021-08-27 | Add auto trait that shouldn't leak TAIT test | Santiago Pastorino | -0/+39 |
| 2021-08-27 | Add auto trait leakage TAIT test | Santiago Pastorino | -0/+18 |
| 2021-08-27 | Remove `Session.if_let_suggestions` | Aaron Hill | -1/+13 |
| 2021-08-27 | Add test for type alias mutual recursion | Noah Lev | -0/+40 |
| 2021-08-27 | Note that trait aliases cannot be recursive | Noah Lev | -0/+1 |
| 2021-08-27 | Add test of recursive trait aliases | Noah Lev | -0/+51 |
| 2021-08-27 | Note that type aliases cannot be recursive | Noah Lev | -0/+3 |
| 2021-08-27 | Add inference cycle TAIT test | Santiago Pastorino | -0/+63 |
| 2021-08-27 | Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obk | bors | -287/+208 |
| 2021-08-27 | Add nested TAIT inference test that fails | Santiago Pastorino | -0/+38 |
| 2021-08-27 | Add nested TAIT inference test | Santiago Pastorino | -0/+18 |
| 2021-08-27 | Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS | Simonas Kazlauskas | -4/+4 |
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -64/+64 |
| 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 | Fix remap-path-prefix UI test case. | Michael Woerister | -2/+6 |
| 2021-08-27 | Revive tests | Deadbeef | -0/+28 |
| 2021-08-27 | Add test for showing remapped path in diagnostics | Andy Wang | -0/+14 |
| 2021-08-27 | Fix UI test | Deadbeef | -1/+3 |