| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-05 | Remove theme.js file creation and move its code inside main.js | Guillaume Gomez | -67/+74 |
| 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 | Add regression test for #75525 | Dániel Buga | -0/+27 |
| 2021-03-05 | Make invalid_doc_attribute lint plural | Guillaume Gomez | -4/+4 |
| 2021-03-05 | Add more windows specific numbers | Ryan Levick | -28/+42 |
| 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 | Remove hack that forces dogfood to run on nightly | flip1995 | -6/+0 |
| 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 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -0/+94 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -3/+3 |
| 2021-03-05 | Auto merge of #82777 - GuillaumeGomez:rollup-etcsupl, r=GuillaumeGomez | bors | -2697/+2758 |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -149/+212 |
| 2021-03-04 | Remove unused code from main.js | Michael Howell | -20/+0 |
| 2021-03-05 | expand: Introduce enum for module loading errors and make module loading spec... | Vadim Petrochenkov | -4/+4 |
| 2021-03-05 | expand: Move module file path stack from global session to expansion data | Vadim Petrochenkov | -11/+13 |
| 2021-03-05 | expand: Remove obsolete `DirectoryOwnership::UnownedViaMod` | Vadim Petrochenkov | -0/+15 |
| 2021-03-04 | Make rustc shim's verbose output include crate_name being compiled. | Felix S. Klock II | -5/+10 |
| 2021-03-04 | Add powerpc-unknown-openbsd target | yn0ga | -0/+1 |
| 2021-03-04 | Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726 | Guillaume Gomez | -0/+40 |
| 2021-03-04 | Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth | Guillaume Gomez | -132/+67 |
| 2021-03-04 | Rollup merge of #82088 - Nicholas-Baron:shorten_html_render, r=GuillaumeGomez | Guillaume Gomez | -2532/+2599 |
| 2021-03-04 | Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings | Guillaume Gomez | -16/+20 |
| 2021-03-04 | Add tests for #[doc(test(...)] check | Guillaume Gomez | -0/+74 |
| 2021-03-04 | Use cache access levels | Guillaume Gomez | -1/+1 |
| 2021-03-04 | No more need for borrow call | Guillaume Gomez | -1/+1 |
| 2021-03-04 | Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits... | Guillaume Gomez | -5/+5 |
| 2021-03-04 | Move visibility check inside the should_have_doc_example function | Guillaume Gomez | -20/+17 |
| 2021-03-04 | Update missing code example test | Guillaume Gomez | -5/+18 |
| 2021-03-04 | Don't warn for `missing_doc_examples` when item is #[doc(hidden)] | Guillaume Gomez | -14/+23 |
| 2021-03-04 | Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum | bors | -1/+2 |
| 2021-03-04 | Update rustdoc documentation | Joshua Nelson | -132/+67 |
| 2021-03-04 | Corrected imports for render tests and mod files | Nicholas-Baron | -3/+4 |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -535/+549 |
| 2021-03-04 | Moved the `make_item_keywords` function to `context.rs` as it is only used there | Nicholas-Baron | -5/+6 |
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -1404/+1430 |
| 2021-03-04 | Moved Context and its impls to a separate file | Nicholas-Baron | -593/+618 |
| 2021-03-04 | Remove RefCell around module_trait_cache | Joshua Nelson | -26/+28 |
| 2021-03-04 | Don't require a `DocContext` for `report_diagnostic` | Joshua Nelson | -25/+29 |