| Age | Commit message (Expand) | Author | Lines |
| 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 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -46/+1 |
| 2021-03-06 | Handle negative literals in cast overflow warning | Yuki Okushi | -1/+2 |
| 2021-03-05 | Undo addition of boxes | Camelid | -8/+7 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -22/+28 |
| 2021-03-05 | Box some fields to reduce `Context` size | Camelid | -5/+5 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -21/+20 |
| 2021-03-05 | rustdoc: Add static size assertion for `Context` | Camelid | -0/+4 |
| 2021-03-05 | rustdoc: Make a bunch of fields private | Camelid | -12/+18 |
| 2021-03-06 | address comments | Henry Boisdequin | -12/+9 |
| 2021-03-05 | rustdoc: Replace `Arc` around `SharedContext` with `Rc` | Camelid | -6/+5 |
| 2021-03-05 | rustdoc: Move most shared fields to `SharedContext` | Camelid | -37/+48 |
| 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 | Rename `rustdoc` to `rustdoc::all` | Joshua Nelson | -33/+57 |
| 2021-03-05 | Update minifier dependency version | Guillaume Gomez | -1/+1 |
| 2021-03-05 | Make clippy set mir_opt_level using Option | Santiago Pastorino | -1/+1 |
| 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 | Typo fix: cargo cov -> cargo profdata | Marianna Rapoport | -1/+1 |
| 2021-03-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |
| 2021-03-05 | Remove redundant enableSearchInput function | Michael Howell | -10/+2 |
| 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 | use pat<no_top_alt> for patterns in let bindings | mark | -275/+457 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -33/+39 |
| 2021-03-05 | Build rustdoc for run-make tests, not just run-make-fulldeps | Joshua Nelson | -1/+1 |
| 2021-03-05 | Use global variables instead of functions for DOM IDs | Guillaume Gomez | -16/+11 |
| 2021-03-05 | Clean up code around theme elements | Guillaume Gomez | -11/+19 |