| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | Rollup merge of #80514 - pietroalbini:fix-install, r=Mark-Simulacrum | Dylan DPC | -136/+110 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -97/+136 |
| 2020-12-31 | Add `@!has` checks to ensure private items don't have `pub` | Camelid | -0/+4 |
| 2020-12-31 | Add FIXME for visibility of a module | Camelid | -0/+3 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -0/+43 |
| 2020-12-31 | bootstrap: use the correct paths during ./x.py install | Pietro Albini | -81/+45 |
| 2020-12-31 | bootstrap: change the dist outputs to GeneratedTarball | Pietro Albini | -48/+64 |
| 2020-12-31 | bootstrap: never delete the tarball temporary directory | Pietro Albini | -9/+3 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -2/+89 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -2/+89 |
| 2020-12-30 | Add note on panic behavior | Camelid | -0/+2 |
| 2020-12-30 | Small refactor | Camelid | -4/+3 |
| 2020-12-30 | Remove FIXME | Camelid | -1/+0 |
| 2020-12-30 | Update `find_nearest_parent_module` | Camelid | -12/+15 |
| 2020-12-31 | Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum | bors | -6/+29 |
| 2020-12-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -13/+43 |
| 2020-12-30 | Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnr | Mara Bos | -0/+21 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -6/+6 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -0/+7 |
| 2020-12-30 | Rollup merge of #80424 - jyn514:bootstrap-cleanup, r=Mark-Simulacrum | Mara Bos | -2/+4 |
| 2020-12-30 | Rollup merge of #79479 - camelid:intersperse, r=m-ou-se | Mara Bos | -1/+1 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -4/+4 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+1 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -9/+3 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -0/+43 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -161/+269 |
| 2020-12-30 | Add regression test for #80062 | LeSeulArtichaut | -0/+21 |
| 2020-12-30 | bootstrap: extract from any compression algorithm during distcheck | Pietro Albini | -5/+2 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -6/+6 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -9/+3 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-30 | Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkor | Yuki Okushi | -6/+6 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -89/+126 |
| 2020-12-30 | Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov | Yuki Okushi | -49/+71 |
| 2020-12-30 | Fix ICE when pointing at multi bytes character | Yuki Okushi | -16/+65 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -0/+7 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -0/+70 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -6/+6 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-30 | Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514 | Yuki Okushi | -9/+9 |
| 2020-12-30 | Rollup merge of #80477 - tmiasko:safe-forget, r=oli-obk | Yuki Okushi | -16/+10 |
| 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 #80465 - eltociear:patch-3, r=jyn514 | Yuki Okushi | -1/+1 |
| 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 #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk | Yuki Okushi | -13/+29 |
| 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 | -6/+22 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -185/+506 |