| Age | Commit message (Expand) | Author | Lines |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -15/+7 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -179/+265 |
| 2023-03-31 | Rollup merge of #109820 - notriddle:notriddle/help-comma, r=camelid | Guillaume Gomez | -3/+1 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -34/+22 |
| 2023-03-31 | Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int... | Guillaume Gomez | -142/+242 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+2 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-30 | Improve code | Guillaume Gomez | -14/+5 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -26/+23 |
| 2023-03-30 | rustdoc: run more HIR validation to mirror rustc | Patrik Kårlin | -0/+3 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-29 | Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddle | Matthias Krüger | -2/+7 |
| 2023-03-29 | Don't strip crate module | Guillaume Gomez | -2/+7 |
| 2023-03-29 | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomez | Dylan DPC | -17/+0 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -29/+40 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -17/+0 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -1/+2 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -51/+103 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -5/+1 |
| 2023-03-26 | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | -5/+1 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -1/+1 |
| 2023-03-25 | Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomez | Matthias Krüger | -77/+19 |
| 2023-03-24 | Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomez | bors | -7/+20 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -9/+13 |
| 2023-03-24 | Put back `is_derive_trait_collision` check | Guillaume Gomez | -2/+29 |
| 2023-03-24 | Strenghten disambiguation in `ambiguity_error` and improve documentation | Guillaume Gomez | -5/+11 |
| 2023-03-24 | Rename description of primitive from "builtin type" into "primitive type" | Guillaume Gomez | -1/+1 |
| 2023-03-24 | Special case `ambiguity_error` if all candidates have the same "kind" | Guillaume Gomez | -10/+21 |
| 2023-03-24 | Fix rustdoc intra-doc link invalid ambiguity error message | Guillaume Gomez | -142/+198 |
| 2023-03-24 | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | -53/+111 |
| 2023-03-23 | rustdoc: remove old `content` hack for theme switching | Michael Howell | -47/+5 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -30/+14 |
| 2023-03-23 | Remove `span` method from AttributesExt trait | Guillaume Gomez | -6/+3 |
| 2023-03-23 | Use Cow to reduce numbers of memory clone | Guillaume Gomez | -29/+39 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -9/+13 |
| 2023-03-23 | Fix ICE for intra-doc link on intermediate re-export | Guillaume Gomez | -35/+80 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -12/+64 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelid | Matthias Krüger | -12/+64 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -21/+21 |
| 2023-03-23 | Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomez | Dylan DPC | -177/+102 |
| 2023-03-23 | Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomez | Dylan DPC | -69/+67 |
| 2023-03-21 | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | -21/+21 |
| 2023-03-21 | Add `safe` to number rendering | clubby789 | -2/+2 |
| 2023-03-21 | rustdoc: Factor out some doc link resolution code into a separate function | Vadim Petrochenkov | -24/+27 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -160/+82 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -53/+111 |