| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | fix polarity | Manish Goregaokar | -2/+2 |
| 2024-03-14 | inline | Manish Goregaokar | -5/+9 |
| 2024-03-14 | Make compact | Manish Goregaokar | -10/+10 |
| 2024-03-14 | print doc(hidden) | Manish Goregaokar | -5/+14 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -51/+42 |
| 2024-03-14 | print ghosts | Manish Goregaokar | -0/+6 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -115/+229 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -1/+1 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -6/+6 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -48/+65 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -45/+161 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -11/+4 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -6/+0 |
| 2024-03-07 | Remove redundant query invocations in rustdoc | Oli Scherer | -5/+0 |
| 2024-03-07 | Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()` | beetrees | -10/+3 |
| 2024-03-07 | Make `arg_expand_all` not short-circuit on first error | beetrees | -1/+1 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -7/+7 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -18/+18 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -3/+1 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -0/+4 |
| 2024-03-02 | Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddle | Matthias Krüger | -13/+14 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to rustdoc | Trevor Gross | -0/+4 |
| 2024-03-01 | Correctly generate item info of trait items | Guillaume Gomez | -13/+14 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+6 |
| 2024-02-29 | Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk | Guillaume Gomez | -17/+17 |
| 2024-02-29 | Make `JsonEmitter` more like `HumanEmitter`. | Nicholas Nethercote | -7/+4 |
| 2024-02-29 | Inline and remove `JsonEmitter::{basic,stderr}`. | Nicholas Nethercote | -1/+3 |
| 2024-02-29 | Inline and remove `HumanEmitter::stderr`. | Nicholas Nethercote | -3/+5 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -4/+4 |
| 2024-02-29 | Remove unnecessary `diagnostic_width` call. | Nicholas Nethercote | -3/+2 |
| 2024-02-29 | Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n... | Matthias Krüger | -1/+2 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -27/+26 |
| 2024-02-28 | Add basic support for `f16` and `f128` to rustdoc | Trevor Gross | -0/+6 |
| 2024-02-28 | Add regression test for inclusion of whitespace characters in rustdoc highlig... | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -25/+24 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Prevent inclusion of whitespace character after macro_rules ident | Guillaume Gomez | -0/+1 |
| 2024-02-27 | Fix link generation for locate foreign macro in jump to definition feature | Guillaume Gomez | -1/+1 |
| 2024-02-26 | Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddle | Guillaume Gomez | -3/+11 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -5/+7 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-24 | Rustdoc: include crate name in links for local primitives | Gurinder Singh | -2/+7 |