| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Change all instance of optflag added since the original change to optflagmulti. | Zach Lute | -4/+6 |
| 2021-07-10 | Change all 'optflag' arguments to 'optflagmulti' | Zach Lute | -15/+15 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |
| 2021-07-08 | Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157 | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -15/+15 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -43/+44 |
| 2021-07-07 | Only show restricted pub use | Guillaume Gomez | -1/+2 |
| 2021-07-07 | Fix inconsistency on visibility display for typedefs | Guillaume Gomez | -2/+11 |
| 2021-07-07 | Fix reexports visibility | Guillaume Gomez | -33/+30 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -58/+48 |
| 2021-07-07 | Fix rendering of reexported macros 2.0 | Guillaume Gomez | -9/+46 |
| 2021-07-07 | Rollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc-ids, r=jyn514 | Yuki Okushi | -4/+11 |
| 2021-07-06 | only remove link for TyMethod | François Mockers | -4/+4 |
| 2021-07-06 | review - better error names/doc | François Mockers | -8/+9 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -31/+47 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -179/+188 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -4/+4 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -8/+9 |
| 2021-07-05 | rustdoc: Convert new ItemId's to real Json Ids | Justus K | -3/+18 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -115/+109 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -109/+115 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -105/+103 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -86/+81 |
| 2021-07-05 | rustdoc: Remove unused Clean impls | Joshua Nelson | -46/+1 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -15/+1 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -3/+2 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -47/+39 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -47/+39 |
| 2021-07-04 | Clean up rustdoc IDs | Guillaume Gomez | -4/+11 |
| 2021-07-03 | Warn when `rustdoc::` group is omitted from lint names | Joshua Nelson | -1/+1 |
| 2021-07-02 | Rollup merge of #85749 - GuillaumeGomez:revert-smart-extern-crate-load, r=jyn514 | Guillaume Gomez | -78/+37 |
| 2021-07-01 | Auto merge of #86791 - JohnTitor:rollup-96ltzpz, r=JohnTitor | bors | -19/+88 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -3/+3 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -78/+37 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -3/+3 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -19/+88 |
| 2021-07-01 | Auto merge of #86757 - JohnTitor:rollup-acevhz7, r=JohnTitor | bors | -1/+2 |
| 2021-07-01 | Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddle | Yuki Okushi | -1/+2 |
| 2021-06-30 | Move AST crate. | Camille GILLOT | -3/+2 |
| 2021-06-30 | Inline lower_to_hir. | Camille GILLOT | -1/+0 |
| 2021-06-30 | Enforce search typed queries | Guillaume Gomez | -1/+2 |
| 2021-06-30 | Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157 | bors | -3/+9 |
| 2021-06-29 | Auto merge of #86725 - JohnTitor:normalizecss-8, r=GuillaumeGomez | bors | -3/+24 |
| 2021-06-30 | Fix some style regressions due to normalize.css 8 | Yuki Okushi | -2/+23 |
| 2021-06-30 | Upgrade normalize.css to v8.0.1 | Yuki Okushi | -1/+1 |
| 2021-06-29 | Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbini | bors | -2/+0 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -4/+5 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -2/+0 |