| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -9/+9 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | test: updated expected Vec src path | C | -4/+4 |
| 2020-12-29 | ci: stop producing gzip-compressed dist tarballs | Pietro Albini | -0/+5 |
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -1/+22 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -93/+93 |
| 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 | Make forget intrinsic safe | Tomasz Miąsko | -16/+10 |
| 2020-12-28 | Add llvm-libunwind change to bootstrap CHANGELOG | Tyler Mandry | -1/+6 |
| 2020-12-28 | Improvements to NatVis support | Arlie Davis | -49/+71 |
| 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 #80393 - ehuss:doc-git-link, r=jyn514 | Mara Bos | -0/+6 |
| 2020-12-28 | Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simulacrum | Dylan DPC | -1/+1 |