| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-... | Matthias Krüger | -4/+3 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -4/+3 |
| 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 | -3/+3 |
| 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 | -50/+7 |
| 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 | -50/+7 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -229/+1035 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -3/+1 |
| 2024-11-01 | rustdoc: Directly use rustc_abi instead of reexports | Jubilee Young | -5/+5 |
| 2024-10-31 | Adjust ranking so that duplicates count against rank | Michael Howell | -14/+11 |
| 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 |
| 2024-10-29 | update tools | lcnr | -3/+2 |
| 2024-10-28 | Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notr... | Jubilee | -1/+1 |
| 2024-10-28 | rustdoc: Use accessors to interrogate type layouts | Jubilee Young | -4/+4 |
| 2024-10-28 | Unify variant struct fields margins with struct fields | Guillaume Gomez | -1/+1 |
| 2024-10-26 | Rollup merge of #132192 - petrochenkov:macfa, r=compiler-errors | Jubilee | -5/+3 |
| 2024-10-26 | Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddle | Jubilee | -1/+1 |
| 2024-10-26 | Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle | Jubilee | -1/+4 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -5/+3 |
| 2024-10-26 | Fix code HTML items making big blocks if too long | Guillaume Gomez | -1/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+3 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -1/+4 |
| 2024-10-24 | Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome... | Jubilee | -0/+18 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -0/+18 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -5/+11 |
| 2024-10-24 | Auto merge of #131951 - notriddle:notriddle/sha256-compile-time, r=GuillaumeG... | bors | -13/+6 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -5/+11 |
| 2024-10-23 | Rollup merge of #131928 - aDotInTheVoid:wait-we-support-this, r=GuillaumeGomez | León Orell Valerian Liehr | -1/+1 |