| Age | Commit message (Expand) | Author | Lines |
| 2021-01-20 | Add FIXME for visibility of a module | Camelid | -0/+3 |
| 2021-01-20 | Update `find_nearest_parent_module` | Camelid | -3/+3 |
| 2021-01-20 | Prefer `pub(crate)` over no modifier | Camelid | -3/+3 |
| 2021-01-20 | Handle `pub(super)` | Camelid | -1/+9 |
| 2021-01-20 | Fix bugs; fix and add tests | Camelid | -47/+47 |
| 2021-01-20 | rustdoc: Render visibilities succinctly | Camelid | -20/+36 |
| 2020-12-25 | Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov | bors | -12/+24 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+1 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -12/+24 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -65/+47 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -35/+44 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -36/+54 |
| 2020-12-21 | Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo... | bors | -39/+29 |
| 2020-12-20 | Fix incorrect logic when merging matches | Joshua Nelson | -2/+3 |
| 2020-12-20 | Remove unnecessary scope | Joshua Nelson | -0/+2 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -68/+62 |
| 2020-12-20 | impl Default for LangString, replacing all_false by default | Alexis Bourget | -39/+29 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+1 |
| 2020-12-18 | Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -2/+2 |
| 2020-12-18 | Remove `DefPath` from `Visibility` and calculate it on demand | Joshua Nelson | -36/+49 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -36/+54 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -2/+2 |
| 2020-12-18 | Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez | bors | -54/+83 |
| 2020-12-18 | Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -22/+21 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -22/+21 |
| 2020-12-17 | Make it compile | Joshua Nelson | -53/+81 |
| 2020-12-17 | [tmp] Pass `TyCtxt` through to the render backend | Joshua Nelson | -2/+3 |
| 2020-12-17 | Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez | Guillaume Gomez | -14/+18 |
| 2020-12-17 | Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -9/+6 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -9/+6 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -1/+5 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -6/+13 |
| 2020-12-15 | Use `Symbol`s for crate names | Joshua Nelson | -14/+18 |
| 2020-12-15 | Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomez | bors | -16/+13 |
| 2020-12-15 | Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing... | Guillaume Gomez | -3/+6 |
| 2020-12-15 | Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157 | Guillaume Gomez | -0/+10 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -16/+13 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -6/+13 |
| 2020-12-14 | Rollup merge of #80013 - poliorcetics:rustdoc-test-refactor, r=jyn514 | Guillaume Gomez | -74/+69 |
| 2020-12-14 | Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514 | Guillaume Gomez | -1/+5 |
| 2020-12-13 | Refactor test_lang_string_parse to make it clearer | Alexis Bourget | -74/+69 |
| 2020-12-13 | Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2020-12-13 | Fixes submit event of the search input | Guillaume Gomez | -1/+1 |
| 2020-12-12 | rustdoc light theme: Fix CSS for selected buttons | Camelid | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -13/+30 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -15/+27 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -0/+5 |