| Age | Commit message (Expand) | Author | Lines |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -0/+33 |
| 2021-03-09 | improve `const fn` `RepeatVec` diagnostics | Henry Boisdequin | -4/+4 |
| 2021-03-08 | Auto merge of #82896 - Dylan-DPC:rollup-9setmme, r=Dylan-DPC | bors | -218/+699 |
| 2021-03-08 | Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievink | Dylan DPC | -147/+255 |
| 2021-03-08 | Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011 | Dylan DPC | -0/+196 |
| 2021-03-08 | Rollup merge of #82613 - CraftSpider:fix-de, r=aDotInTheVoid | Dylan DPC | -56/+165 |
| 2021-03-08 | Rollup merge of #82557 - rylev:natvis-improvements, r=varkor | Dylan DPC | -0/+51 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -15/+32 |
| 2021-03-08 | Auto merge of #82783 - nikic:llvm-ct-backports, r=nagisa | bors | -0/+0 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -3/+3 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -96/+94 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -33/+72 |
| 2021-03-07 | Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov | Yuki Okushi | -46/+1 |
| 2021-03-07 | Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obk | Yuki Okushi | -25/+28 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -40/+89 |
| 2021-03-07 | Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez | Yuki Okushi | -50/+56 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2021-03-06 | Revert fmt version, add rustdoc-json-types to bootstrap tests | Rune Tynan | -1/+73 |
| 2021-03-06 | x.py fmt | Rune Tynan | -9/+3 |
| 2021-03-06 | Move tests to own file | Rune Tynan | -42/+41 |
| 2021-03-06 | Add roundtrip testing and bump format version | Rune Tynan | -1/+48 |
| 2021-03-06 | Remove Item::kind, use tagged enum. Rename variants to match | Rune Tynan | -56/+53 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+196 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -46/+1 |
| 2021-03-06 | address comments | Henry Boisdequin | -12/+9 |
| 2021-03-06 | Disable destination propagation on all mir-opt-levels | Tomasz Miąsko | -147/+255 |
| 2021-03-05 | Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Rollup merge of #82797 - henryboisdequin:name-issue-num, r=Xanewok | Guillaume Gomez | -1/+1 |
| 2021-03-05 | Rollup merge of #82782 - pnkfelix:include-crate-being-compiled-in-bootstrap-v... | Guillaume Gomez | -6/+12 |
| 2021-03-05 | Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obk | Guillaume Gomez | -74/+74 |
| 2021-03-05 | Rollup merge of #82714 - estebank:missing-braces, r=oli-obk | Guillaume Gomez | -0/+222 |
| 2021-03-05 | Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth | Guillaume Gomez | -16/+94 |
| 2021-03-05 | Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514 | Guillaume Gomez | -45/+55 |
| 2021-03-05 | bless mir-inlining warning message | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -18/+51 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -41/+41 |
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -31/+31 |
| 2021-03-05 | Make clippy set mir_opt_level using Option | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |
| 2021-03-05 | Backport some LLVM compile-time improvements | Nikita Popov | -0/+0 |
| 2021-03-05 | Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ... | Felix S. Klock II | -3/+4 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -33/+39 |
| 2021-03-05 | Refactor from_clean_item_kind to improve ExternCrateItem handling | Guillaume Gomez | -8/+7 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -43/+54 |
| 2021-03-05 | Make invalid_doc_attribute lint plural | Guillaume Gomez | -4/+4 |
| 2021-03-05 | Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-se | bors | -44/+153 |
| 2021-03-05 | Update tests names to start with `issue-` | Henry Boisdequin | -1/+1 |
| 2021-03-05 | Rollup merge of #82787 - notriddle:main-js-cleanup, r=GuillaumeGomez | Mara | -20/+0 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -0/+32 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -24/+27 |