| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -30/+41 |
| 2024-11-14 | Rollup merge of #133043 - notriddle:master, r=fmease | Matthias Krüger | -4/+7 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+7 |
| 2024-11-14 | Fix handling of footnote reference in footnote definition | Guillaume Gomez | -26/+34 |
| 2024-11-14 | Rollup merge of #133005 - notriddle:notriddle/trie-search, r=GuillaumeGomez | Guillaume Gomez | -104/+711 |
| 2024-11-13 | Add descriptive comment for NameTrie | Michael Howell | -0/+19 |
| 2024-11-13 | Remove console.log | Michael Howell | -3/+0 |
| 2024-11-13 | Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddle | Matthias Krüger | -32/+51 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -82/+21 |
| 2024-11-13 | rustdoc: use a trie for name-based search | Michael Howell | -104/+695 |
| 2024-11-13 | Fix duplicated footnote IDs | Guillaume Gomez | -32/+51 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -82/+21 |
| 2024-11-13 | Auto merge of #132886 - fmease:rustdoc-perf-clean-middle-args, r=GuillaumeGomez | bors | -25/+19 |
| 2024-11-12 | Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgr | bors | -3/+1 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -1/+1 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -1/+1 |
| 2024-11-11 | [perf] rustdoc: Perform less work when cleaning parenthesized generic args | León Orell Valerian Liehr | -25/+19 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -229/+1035 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -1/+13 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -1/+13 |
| 2024-11-10 | Update minifer version to `0.3.2` | Guillaume Gomez | -1/+1 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -3/+1 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -460/+465 |
| 2024-11-07 | Rollup merge of #132739 - GuillaumeGomez:cleanup-scrape-code, r=notriddle | Jubilee | -11/+22 |
| 2024-11-08 | Simplify command-line-argument declarations in librustdoc | Zalathar | -458/+463 |
| 2024-11-08 | Use a method to apply `RustcOptGroup` to `getopts::Options` | Zalathar | -2/+2 |
| 2024-11-07 | Fix file formatting | Guillaume Gomez | -11/+22 |
| 2024-11-06 | Auto merge of #132703 - GuillaumeGomez:rollup-tfuef34, r=GuillaumeGomez | bors | -7/+3 |
| 2024-11-06 | Remove unneeded fields in `scrape_examples::FindCalls` | Guillaume Gomez | -7/+3 |
| 2024-11-06 | Clean middle generics using paren sugar if trait has rustc_paren_sugar | Michael Goulet | -1/+1 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -16/+20 |
| 2024-11-04 | Rename `DocContext::is_json` into `DocContext::is_json_output` | Guillaume Gomez | -8/+8 |
| 2024-11-04 | Fix invalid coverage computation when `--output-format=json` is enabled | Guillaume Gomez | -6/+14 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -4/+8 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -12/+12 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -8/+8 |
| 2024-11-02 | Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomez | Matthias Krüger | -17/+57 |
| 2024-11-02 | rustdoc: skip stability inheritance for some item kinds | Lukas Markeffsky | -17/+57 |
| 2024-11-01 | rustdoc: Directly use rustc_abi instead of reexports | Jubilee Young | -20/+19 |
| 2024-10-31 | Adjust ranking so that duplicates count against rank | Michael Howell | -14/+11 |
| 2024-10-30 | Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG... | Jubilee | -1/+13 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -1/+1 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -91/+335 |
| 2024-10-30 | rustdoc-search: show types signatures in results | Michael Howell | -85/+627 |
| 2024-10-30 | rustdoc-search: use correct type annotations | Michael Howell | -2/+2 |
| 2024-10-30 | rustdoc-search: pass original names through AST | Michael Howell | -20/+26 |
| 2024-10-30 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -26/+11 |
| 2024-10-30 | rustdoc-search: add type param names to index | Michael Howell | -7/+39 |