| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -2/+0 |
| 2025-01-02 | Also handle cases where attributes are unclosed | Guillaume Gomez | -16/+40 |
| 2025-01-02 | Correctly handle comments in attributes in doctests source code | Guillaume Gomez | -0/+2 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -9/+7 |
| 2024-11-19 | Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-... | Matthias Krüger | -4/+3 |
| 2024-11-19 | rustdoc: yeet `TypingEnv::from_param_env` | lcnr | -9/+7 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |
| 2024-11-19 | Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr | bors | -7/+8 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -4/+3 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -7/+8 |
| 2024-11-19 | Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddle | León Orell Valerian Liehr | -10/+55 |
| 2024-11-19 | Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle | León Orell Valerian Liehr | -4/+19 |
| 2024-11-18 | rustdoc-search: add descriptive comments to bitmap class | Michael Howell | -0/+23 |
| 2024-11-18 | rustdoc-search: use smart binary search in bitmaps | Michael Howell | -10/+32 |
| 2024-11-18 | Fix items with generics not having their jump to def link generated | Guillaume Gomez | -3/+18 |
| 2024-11-18 | Fix typo | Guillaume Gomez | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -10/+22 |
| 2024-11-15 | rustdoc search: allow queries to end in an empty path segment | binarycat | -5/+15 |
| 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 |