| Age | Commit message (Expand) | Author | Lines |
| 2021-08-29 | Rollup merge of #85534 - csmoe:demagnle-assert, r=michaelwoerister | Guillaume Gomez | -2/+10 |
| 2021-08-29 | Rollup merge of #83251 - estebank:issue-83241, r=oli-obk | Guillaume Gomez | -38/+210 |
| 2021-08-29 | Rollup merge of #80543 - LeSeulArtichaut:notify-close, r=spastorino | Guillaume Gomez | -0/+2 |
| 2021-08-29 | Add rustdonc-json tests for enum variants | Guillaume Gomez | -0/+17 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -29/+62 |
| 2021-08-29 | Auto merge of #88208 - petrochenkov:lowspan, r=Aaron1011 | bors | -169/+330 |
| 2021-08-29 | const fn for option copied, take & replace + tests | Lamb | -7/+30 |
| 2021-08-29 | Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakis | bors | -9/+90 |
| 2021-08-29 | rebase: fix test output | Esteban Kuber | -9/+13 |
| 2021-08-29 | Provide structured suggestion for removal of `&mut` | Esteban Kuber | -14/+28 |
| 2021-08-29 | Suggestion for call on immutable binding of mutable type | Esteban Küber | -34/+188 |
| 2021-08-29 | Add regression test | inquisitivecrystal | -0/+19 |
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -169/+330 |
| 2021-08-29 | Auto merge of #88295 - alexcrichton:update-stdarch, r=kennytm | bors | -0/+0 |
| 2021-08-29 | Fix: don't document private macros by default | inquisitivecrystal | -2/+3 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -15/+41 |
| 2021-08-28 | VecDeque: improve performance for From<[T; N]> | Cheng XU | -1/+41 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -1/+28 |
| 2021-08-28 | add benchmark for From<[T; N]> in VecDeque | Cheng XU | -0/+15 |
| 2021-08-29 | Auto merge of #88088 - nbdd0121:const2, r=nagisa | bors | -1/+31 |
| 2021-08-28 | Fix an ICE caused by type mismatch errors being ignored | Theodore Luo Wang | -6/+13 |
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro block expr | Michael Howell | -1/+36 |
| 2021-08-28 | BTreeSet::from_iter: use bulk building to improve the performance | Cheng XU | -5/+22 |
| 2021-08-28 | BTreeMap::from_iter: use bulk building to improve the performance | Cheng XU | -5/+79 |
| 2021-08-28 | add benchmark for BTreeMap::from_iter | Cheng XU | -0/+50 |
| 2021-08-28 | Move match tests in match folder | Roxane | -35/+38 |
| 2021-08-28 | Auto merge of #87921 - kellerkindt:master, r=kennytm | bors | -0/+1048 |
| 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 | -2/+131 |
| 2021-08-28 | Auto merge of #85690 - bstrie:m2_arena, r=jackh726,nagisa | bors | -78/+76 |
| 2021-08-28 | Comment drop_serialized_data. | Camille GILLOT | -0/+5 |
| 2021-08-28 | std: Stabilize command_access | Jade | -15/+11 |
| 2021-08-28 | Drop the query result memmap before serializing it back. | Camille GILLOT | -26/+44 |
| 2021-08-28 | Move save_in to file_format. | Camille GILLOT | -58/+61 |
| 2021-08-28 | Mmap the incremental data instead of reading it. | Camille GILLOT | -12/+21 |
| 2021-08-28 | rustc: use more correct span data in for loop desugaring | Michael Howell | -3/+73 |
| 2021-08-28 | Fix a typo in raw_vec | terrarier2111 | -1/+1 |
| 2021-08-28 | Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkov | bors | -157/+212 |
| 2021-08-28 | Add test cases | Deadbeef | -3/+107 |
| 2021-08-28 | Auto merge of #88390 - sexxi-goose:missing-case, r=nikomatsakis | bors | -19/+93 |
| 2021-08-28 | Update custom rustc instructions (#73) | antoyo | -3/+6 |
| 2021-08-28 | Auto merge of #88388 - ldm0:outliner, r=nikic | bors | -6/+7 |
| 2021-08-28 | Unimpl Shl{Assign} for signed Saturating types until the correct impl is clear | Michael Watzko | -59/+63 |
| 2021-08-28 | Fix mentions of wrapping operations | Michael Watzko | -2/+2 |
| 2021-08-28 | Use wrapping shift for unsigned types | Michael Watzko | -2/+2 |
| 2021-08-28 | Auto merge of #88019 - inquisitivecrystal:macro-def, r=cjgillot | bors | -396/+338 |
| 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 | -1/+3 |
| 2021-08-28 | Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu | bors | -0/+305 |