| Age | Commit message (Expand) | Author | Lines |
| 2022-05-26 | Use correct var for attribute completeness fn | hafeoz | -1/+1 |
| 2022-05-26 | Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle | Guillaume Gomez | -7/+14 |
| 2022-05-26 | Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha | Guillaume Gomez | -36/+39 |
| 2022-05-25 | Add new eslint rule "eol-last" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "max-len" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "comma-style" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "comma-dangle" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "space-before-blocks" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "space-before-function-paren" | Guillaume Gomez | -7/+8 |
| 2022-05-25 | Add eslint rule "space-infix-ops" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddle | bors | -105/+104 |
| 2022-05-25 | Rollup merge of #97358 - GuillaumeGomez:update-minifier, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-05-25 | Rollup merge of #97355 - GuillaumeGomez:remove-brush, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 2022-05-24 | fix clippy perf lints | klensy | -15/+23 |
| 2022-05-24 | fix simple clippy lints | klensy | -90/+81 |
| 2022-05-24 | Update minifier-rs version to 0.1.0 | Guillaume Gomez | -1/+1 |
| 2022-05-24 | Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPC | Dylan DPC | -150/+162 |
| 2022-05-24 | Remove unused brush image | Guillaume Gomez | -1/+0 |
| 2022-05-24 | Allow to click on toggle text to update it | Guillaume Gomez | -36/+39 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -54/+72 |
| 2022-05-23 | Rollup merge of #97286 - GuillaumeGomez:eslint-check-fn, r=notriddle | Dylan DPC | -0/+1 |
| 2022-05-23 | Greatly extend explanations on strip_hidden items | Guillaume Gomez | -1/+8 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -36/+37 |
| 2022-05-22 | Clean up `&args[..]`, use more readable `args.iter()` instead | Michael Howell | -4/+4 |
| 2022-05-22 | Lifetime variance fixes for rustdoc | Michael Goulet | -150/+162 |
| 2022-05-22 | Add new eslint rule to prevent whitespace before function call paren | Guillaume Gomez | -0/+1 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -7/+4 |
| 2022-05-21 | Extend `substs_to_args` into a perfectly-sized Vec almost every time | Michael Howell | -16/+16 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -19/+20 |
| 2022-05-21 | Remove unused Hash impl from DocFragmentKind | Michael Howell | -1/+1 |
| 2022-05-21 | Auto merge of #97246 - GuillaumeGomez:rollup-btcok8x, r=GuillaumeGomez | bors | -0/+8 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -53/+64 |
| 2022-05-21 | Rollup merge of #97218 - GuillaumeGomez:eslint-checks, r=notriddle | Guillaume Gomez | -0/+8 |
| 2022-05-21 | Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddle | bors | -206/+213 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -882/+927 |
| 2022-05-20 | Add eslint key-spacing check | Guillaume Gomez | -0/+4 |
| 2022-05-20 | Add eslint arrow-spacing check | Guillaume Gomez | -0/+4 |
| 2022-05-20 | Rollup merge of #97179 - GuillaumeGomez:eslint-lint, r=notriddle | Guillaume Gomez | -2/+6 |
| 2022-05-20 | Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelid | Guillaume Gomez | -1/+10 |
| 2022-05-19 | Add new lint to enforce whitespace after keywords | Guillaume Gomez | -2/+6 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -7/+4 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -19/+15 |
| 2022-05-18 | Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle | Yuki Okushi | -8/+8 |
| 2022-05-18 | Rollup merge of #96761 - klensy:no-rayon-here, r=CraftSpider | Yuki Okushi | -2/+9 |
| 2022-05-18 | Rollup merge of #96647 - Enselic:fix-hrtb-for-wherepredicate, r=CraftSpider | Yuki Okushi | -2/+8 |
| 2022-05-17 | Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomez | bors | -52/+73 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -52/+73 |
| 2022-05-17 | Fix display of search crate filter select | Guillaume Gomez | -7/+7 |
| 2022-05-17 | Fix duplicated "in" in the search result text | Guillaume Gomez | -1/+1 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -1/+1 |