| Age | Commit message (Expand) | Author | Lines |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -61/+65 |
| 2020-12-30 | If the current search result tab is empty, it picks the first non-empty one. ... | Guillaume Gomez | -0/+15 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-30 | Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-12-30 | Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157 | Yuki Okushi | -1/+3 |
| 2020-12-29 | Remove trailing semicolon in librustdoc | Aaron Hill | -1/+1 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -2/+2 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | Fix search section position on small devices | Guillaume Gomez | -1/+4 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -27/+28 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -61/+65 |
| 2020-12-25 | Prefer `pub(crate)` over no modifier | Camelid | -3/+3 |
| 2020-12-25 | Handle `pub(super)` | Camelid | -1/+9 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -47/+47 |
| 2020-12-25 | 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 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -27/+28 |
| 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 |