| Age | Commit message (Expand) | Author | Lines |
| 2022-06-20 | Improve code readability and documentation | Guillaume Gomez | -28/+40 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -25/+2 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -17/+54 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-09 | Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddle | bors | -4/+6 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -4/+6 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -0/+7 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -4/+3 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -6/+3 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+3 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -6/+24 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -0/+7 |
| 2022-05-30 | Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle | bors | -0/+5 |
| 2022-05-29 | Fix order of closing HTML elements in rustdoc output | Jan-Erik Rediger | -1/+1 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -16/+55 |
| 2022-05-28 | Improve settings page display with disabled javascript | Guillaume Gomez | -0/+5 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -100/+112 |
| 2022-05-27 | cleanup librustdoc by making parent stack store items | Michael Howell | -15/+2 |
| 2022-05-26 | rustdoc: factor orphan impl items into an actual struct | Michael Howell | -5/+7 |
| 2022-05-25 | rustdoc: include impl generics / self in search index | Michael Howell | -13/+63 |
| 2022-05-24 | fix clippy perf lints | klensy | -3/+5 |
| 2022-05-24 | fix simple clippy lints | klensy | -10/+10 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -11/+11 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -11/+11 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -53/+57 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -4/+1 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -3/+13 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -1/+7 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -1/+0 |
| 2022-05-12 | rustdoc: remove weird, unused variable from source-files.js | Michael Howell | -1/+1 |
| 2022-05-12 | Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgr | bors | -3/+5 |
| 2022-05-11 | Add missing CSS file for settings page | Guillaume Gomez | -3/+5 |
| 2022-05-10 | update rustdoc | lcnr | -1/+1 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -2/+2 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -3/+1 |
| 2022-05-06 | Remove unneeded SpanMapVisitor::visit_generics function | Guillaume Gomez | -13/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -15/+96 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -2/+16 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -15/+96 |
| 2022-05-03 | Rollup merge of #93097 - GuillaumeGomez:settings-js, r=jsha | Yuki Okushi | -141/+10 |
| 2022-05-02 | Fix regression in link-to-definition introduced in #93803 | Guillaume Gomez | -2/+12 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -11/+2 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -141/+10 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -18/+9 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -39/+39 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -39/+39 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -2/+5 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -2/+2 |