| Age | Commit message (Expand) | Author | Lines |
| 2022-04-21 | rustdoc: make primitive synthetic impls for correct doc module | Michael Howell | -4/+9 |
| 2022-04-22 | Auto merge of #96261 - petrochenkov:doclink7, r=GuillaumeGomez | bors | -7/+20 |
| 2022-04-21 | Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov | bors | -44/+49 |
| 2022-04-21 | rustdoc: Unindent doc fragments on `Attributes` construction | Vadim Petrochenkov | -131/+89 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -85/+30 |
| 2022-04-21 | Auto merge of #95828 - vacuus:rustdoc-print-where-clause, r=notriddle | bors | -70/+62 |
| 2022-04-21 | Auto merge of #96263 - Dylan-DPC:rollup-0eofl13, r=Dylan-DPC | bors | -425/+1010 |
| 2022-04-20 | rustdoc: Clean up `html::format::print_where_clause` | Roc Yu | -70/+62 |
| 2022-04-21 | Rollup merge of #90630 - GuillaumeGomez:improve-rustdoc-search, r=notriddle | Dylan DPC | -425/+1010 |
| 2022-04-21 | [WIP] rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -7/+20 |
| 2022-04-21 | rustdoc: Optimize IdMap | Jakub Beránek | -44/+49 |
| 2022-04-20 | Extend `handleSingleArg` documentation | Guillaume Gomez | -0/+4 |
| 2022-04-20 | Remove `<>` links to be potential intra-doc links | Guillaume Gomez | -1/+13 |
| 2022-04-20 | Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez | bors | -114/+196 |
| 2022-04-19 | Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2022-04-19 | rustdoc: Sligthly optimize `Attributes` construction and processing before do... | Vadim Petrochenkov | -44/+31 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -45/+68 |
| 2022-04-19 | rustdoc: Optimize and refactor doc link resolution | Vadim Petrochenkov | -40/+112 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -24/+14 |
| 2022-04-18 | Correctly handle single `:` | Guillaume Gomez | -10/+6 |
| 2022-04-18 | Add an extra check over filter type | Guillaume Gomez | -3/+30 |
| 2022-04-18 | Fix some corner cases | Guillaume Gomez | -5/+3 |
| 2022-04-18 | Parse idents the same way in both quote string elements and "normal" elements | Guillaume Gomez | -32/+44 |
| 2022-04-18 | Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe... | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Update the eBNF to allow generics bracket to not be closed if it's EOF | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Handle separators in their own functions and fix missing handling of tabs | Guillaume Gomez | -3/+18 |
| 2022-04-18 | Improve the BNF description a bit and fix some issues | Guillaume Gomez | -18/+44 |
| 2022-04-18 | Forbid rustdoc search query to end with -> | Guillaume Gomez | -0/+3 |
| 2022-04-18 | Add isIdentCharacter function to ensure that unexpected characters are handle... | Guillaume Gomez | -10/+29 |
| 2022-04-18 | Replace unneeded use of regex with a simple if | Guillaume Gomez | -1/+4 |
| 2022-04-18 | Apply suggestions: | Guillaume Gomez | -37/+74 |
| 2022-04-18 | Improve documentation and add some explanations in the code | Guillaume Gomez | -9/+23 |
| 2022-04-18 | Simplify parser syntax | Guillaume Gomez | -41/+39 |
| 2022-04-18 | Make query parser more strict and improve display of errors | Guillaume Gomez | -51/+64 |
| 2022-04-18 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -398/+497 |
| 2022-04-18 | Add query syntax for the parser | Guillaume Gomez | -12/+71 |
| 2022-04-18 | * If type filter is in quotes, throw an error. | Guillaume Gomez | -3/+11 |
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -32/+32 |
| 2022-04-18 | Update search engine and parser to error when quotes are used on queries with... | Guillaume Gomez | -58/+104 |
| 2022-04-18 | Greatly improve rustdoc search | Guillaume Gomez | -394/+602 |
| 2022-04-17 | Fix rustdoc duplicated blanket impls issue | Guillaume Gomez | -4/+39 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -24/+14 |
| 2022-04-17 | Remove extra space before a where clause in the documentation | Loïc BRANSTETT | -1/+2 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -120/+121 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -120/+121 |
| 2022-04-16 | Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez | Dylan DPC | -30/+19 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -3/+6 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -2/+2 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -30/+19 |