| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -398/+36 |
| 2020-12-30 | implement ptr::write without dedicated intrinsic | Ralf Jung | -12/+11 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -13/+185 |
| 2020-12-30 | Auto merge of #80503 - JohnTitor:rollup-b26vglu, r=JohnTitor | bors | -142/+164 |
| 2020-12-30 | Rollup merge of #80487 - matthiaskrgr:field_names, r=jyn514 | Yuki Okushi | -10/+7 |
| 2020-12-30 | Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514 | Yuki Okushi | -10/+10 |
| 2020-12-30 | Rollup merge of #80477 - tmiasko:safe-forget, r=oli-obk | Yuki Okushi | -17/+17 |
| 2020-12-30 | Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157 | Yuki Okushi | -1/+3 |
| 2020-12-30 | Rollup merge of #80469 - BlackHoleFox:fix-time-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-12-30 | Rollup merge of #80467 - LingMan:more_matches, r=oli-obk | Yuki Okushi | -16/+9 |
| 2020-12-30 | Rollup merge of #80465 - eltociear:patch-3, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-12-30 | Rollup merge of #80464 - LingMan:map_or, r=oli-obk | Yuki Okushi | -4/+2 |
| 2020-12-30 | Rollup merge of #80461 - rust-lang:tmandry-patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2020-12-30 | Rollup merge of #80457 - camelid:pretty-docs-commas, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2020-12-30 | Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnr | Yuki Okushi | -46/+71 |
| 2020-12-30 | Rollup merge of #80348 - matthiaskrgr:less_clones, r=Dylan-DPC | Yuki Okushi | -3/+3 |
| 2020-12-30 | Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk | Yuki Okushi | -30/+32 |
| 2020-12-30 | Auto merge of #79472 - Aaron1011:new-remove-pretty-print-hack, r=petrochenkov | bors | -408/+184 |
| 2020-12-29 | Auto merge of #80453 - petrochenkov:nocfail, r=Mark-Simulacrum | bors | -196/+516 |
| 2020-12-29 | Remove unnecessary semicolon from Clippy test | Aaron Hill | -2/+2 |
| 2020-12-29 | Remove unnecessary semicolon from Rustdoc-generated code | Aaron Hill | -4/+4 |
| 2020-12-29 | Remove trailing semicolon in librustdoc | Aaron Hill | -1/+1 |
| 2020-12-29 | Lint on redundant trailing semicolon after item | Aaron Hill | -23/+25 |
| 2020-12-29 | don't redundantly repeat field names | Matthias Krüger | -10/+7 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -196/+516 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -10/+10 |
| 2020-12-29 | More uses of the matches! macro | LingMan | -16/+9 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -408/+184 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -93/+93 |
| 2020-12-29 | Fix small typo in time comment | BlackHoleFox | -1/+1 |
| 2020-12-29 | Auto merge of #79084 - simonvandel:instcombine-perf, r=oli-obk | bors | -4/+24 |
| 2020-12-29 | Add static assertion for the size of ItemKind | Joshua Nelson | -0/+4 |
| 2020-12-29 | Fix typo in ffi-pure.md | Ikko Ashimine | -1/+1 |
| 2020-12-29 | Use Option::map_or instead of open coding it | LingMan | -4/+2 |
| 2020-12-29 | Auto merge of #80449 - m-ou-se:rollup-kp2e5n8, r=m-ou-se | bors | -131/+231 |
| 2020-12-29 | Make forget intrinsic safe | Tomasz Miąsko | -17/+17 |
| 2020-12-28 | Add llvm-libunwind change to bootstrap CHANGELOG | Tyler Mandry | -1/+6 |
| 2020-12-28 | Add missing commas to `rustc_ast_pretty::pp` docs | Camelid | -2/+2 |
| 2020-12-28 | use exhaustive pattern match to prevent future bugs | Simon Vandel Sillesen | -4/+13 |
| 2020-12-28 | Rollup merge of #80448 - m-ou-se:deque-range-version, r=m-ou-se | Mara Bos | -2/+2 |
| 2020-12-28 | Rollup merge of #80431 - xfix:add-chr-as-doc-alias, r=steveklabnik | Mara Bos | -0/+1 |
| 2020-12-28 | Rollup merge of #80430 - xfix:add-length-as-doc-alias, r=steveklabnik | Mara Bos | -0/+13 |
| 2020-12-28 | Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnr | Mara Bos | -0/+15 |
| 2020-12-28 | Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievink | Mara Bos | -1/+1 |
| 2020-12-28 | Rollup merge of #80403 - 0xflotus:patch-1, r=jyn514 | Mara Bos | -1/+1 |
| 2020-12-28 | Rollup merge of #80402 - camelid:inferty-docs, r=matthewjasper | Mara Bos | -3/+30 |
| 2020-12-28 | Rollup merge of #80398 - CAD97:fix-80365, r=dtolnay | Mara Bos | -2/+2 |
| 2020-12-28 | Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514 | Mara Bos | -0/+6 |
| 2020-12-28 | Rollup merge of #80390 - ssomers:btree_cleanup_slices_2, r=Mark-Simulacrum | Mara Bos | -50/+48 |