| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -6/+6 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -30/+35 |
| 2023-09-25 | Fix whitespace in rustdoc type_layout.html | DaniPopes | -2/+2 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -30/+35 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -18/+47 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -3/+1 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -1/+1 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -1/+1 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -1/+1 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -0/+1 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -2/+6 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -20/+113 |
| 2023-09-21 | rustdoc: use let chain in `CacheBuilder::fold_item` | Michael Howell | -31/+29 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -3/+7 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -7/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -7/+0 |
| 2023-09-20 | rustdoc: add comment about numeric spacing | Michael Howell | -0/+4 |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -6/+15 |
| 2023-09-20 | ignore host effect params in rustdoc | Deadbeef | -0/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-19 | Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,... | Guillaume Gomez | -117/+185 |
| 2023-09-19 | Allow more characters in custom classes | Guillaume Gomez | -12/+45 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -5/+4 |
| 2023-09-19 | Return early in `check_custom_code_classes` check if the feature is enabled | Guillaume Gomez | -1/+5 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -409/+636 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -5/+4 |
| 2023-09-18 | Use old parser if `custom_code_classes_in_docs` feature is not enabled | Guillaume Gomez | -104/+135 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -36/+57 |
| 2023-09-18 | Move mobile topbar title creation entirely into JS | Guillaume Gomez | -5/+6 |
| 2023-09-17 | Update src/librustdoc/markdown.rs | Manish Goregaokar | -1/+1 |
| 2023-09-17 | Update tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+5 |
| 2023-09-17 | Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ... | Guillaume Gomez | -32/+144 |
| 2023-09-16 | rustdoc: stop preloading Source Serif 4 Bold | Michael Howell | -1/+0 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -72/+618 |
| 2023-09-15 | Add `custom` tag for markdown codeblocks | Guillaume Gomez | -3/+41 |
| 2023-09-15 | Update to new `emit_error` API | Guillaume Gomez | -11/+10 |
| 2023-09-15 | Improve error emitting code | Guillaume Gomez | -6/+10 |
| 2023-09-15 | Fix compilation error "the trait bound `SubdiagnosticMessage: From<&std::stri... | Guillaume Gomez | -2/+3 |
| 2023-09-15 | Add eBNF and documentation on TagIterator | Guillaume Gomez | -0/+30 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -134/+227 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -49/+84 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -27/+104 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -49/+318 |
| 2023-09-15 | rustdoc: avoid calling `document.write` after the page loads | Michael Howell | -2/+12 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -429/+665 |
| 2023-09-13 | Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n... | Matthias Krüger | -76/+64 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -76/+64 |