| Age | Commit message (Expand) | Author | Lines |
| 2021-03-30 | Rollup merge of #83645 - pickfire:patch-3, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2021-03-30 | Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPC | bors | -26/+65 |
| 2021-03-30 | Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514 | Dylan DPC | -26/+65 |
| 2021-03-29 | Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomez | bors | -6/+2 |
| 2021-03-29 | Wrap non-pre code blocks | Ivan Tham | -1/+3 |
| 2021-03-28 | Inline `find_suffix` closure that's only used once | Camelid | -18/+14 |
| 2021-03-28 | Point to disambiguator instead of whole link | Camelid | -10/+30 |
| 2021-03-27 | Rollup merge of #82993 - camelid:source-use-diag, r=jyn514 | Dylan DPC | -5/+3 |
| 2021-03-26 | Lint on unknown intra-doc link disambiguators | Camelid | -11/+34 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -3/+15 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -46/+46 |
| 2021-03-24 | Rename clean::Constant did fields to def_id | Guillaume Gomez | -18/+18 |
| 2021-03-24 | Improve new Constant variants' name | Guillaume Gomez | -20/+21 |
| 2021-03-24 | Store tcx and cache when they are used multiple times instead of calling func... | Guillaume Gomez | -58/+66 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -608/+805 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -3/+15 |
| 2021-03-23 | rustdoc: Use diagnostics for error when including sources | Camelid | -5/+3 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -85/+61 |
| 2021-03-24 | Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomez | Dylan DPC | -4/+13 |
| 2021-03-24 | Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514 | Dylan DPC | -3/+1 |
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -1/+1 |
| 2021-03-24 | Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi... | Dylan DPC | -4/+4 |
| 2021-03-23 | Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 | bors | -43/+51 |
| 2021-03-23 | Remove another unnecessary `Option` | Camelid | -13/+7 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -72/+54 |
| 2021-03-23 | Tweak docs | Camelid | -1/+3 |
| 2021-03-23 | Use &str instead of String | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Fix sidebar trait items sort | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Slight visual improvements to warning boxes in the docs | r00ster91 | -4/+13 |
| 2021-03-22 | Don't push the crate name onto the `Cache.stack` | Camelid | -2/+0 |
| 2021-03-22 | rustdoc: Record crate name instead of using `None` | Camelid | -1/+1 |
| 2021-03-23 | Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514 | Yuki Okushi | -0/+3 |
| 2021-03-23 | Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomez | Yuki Okushi | -8/+11 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -74/+83 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -9/+22 |
| 2021-03-22 | Fix codeblock tooltip position | Guillaume Gomez | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | missing newline at eof | Nelson J Morais | -1/+1 |
| 2021-03-22 | add key rustc_private for package metadata for rust-analyzer in librustdoc | Nelson J Morais | -0/+3 |
| 2021-03-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+30 |
| 2021-03-21 | Remove redundant docs | Camelid | -5/+7 |
| 2021-03-21 | Bump rustdoc-json format version | Camelid | -1/+1 |
| 2021-03-21 | rustdoc-json: Rename `Import.span` to `Import.source` | Camelid | -2/+2 |
| 2021-03-21 | Rename `rustdoc_json_types::Item.source` to `span` | Camelid | -2/+2 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -13/+13 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -34/+38 |
| 2021-03-21 | rustdoc: Replace pair of `Option`s with an enum | Camelid | -8/+11 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+1 |
| 2021-03-19 | librustdoc: or_patterns are stable | mark | -1/+1 |
| 2021-03-19 | Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 | Dylan DPC | -12/+20 |