| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -24/+55 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+5 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -251/+24 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+14 |
| 2024-04-28 | Add some missing comments to describe what the inlined SVG is | Guillaume Gomez | -0/+4 |
| 2024-04-28 | Inline `wheel.svg` into CSS | Guillaume Gomez | -3/+14 |
| 2024-04-28 | Inline `clipboard.svg` into CSS | Guillaume Gomez | -3/+11 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -17/+14 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+5 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -2/+2 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+10 |
| 2024-04-19 | rustdoc-search: add parser for `&` syntax | Michael Howell | -0/+31 |
| 2024-04-19 | rustdoc-search: add index of borrow references | Michael Howell | -23/+39 |
| 2024-04-19 | Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez | Matthias Krüger | -10/+11 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -61/+14 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -10/+11 |
| 2024-04-18 | Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser | Jubilee | -3/+4 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -28/+194 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -2/+4 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -25/+12 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+4 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -25/+12 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -7/+6 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -6/+3 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -2/+3 |
| 2024-04-16 | Rollup merge of #124011 - fmease:rustdoc-updated-clean-docs, r=GuillaumeGomez | Guillaume Gomez | -2/+22 |
| 2024-04-16 | rustdoc: update module-level docs of `rustdoc::clean` | León Orell Valerian Liehr | -2/+22 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -3/+2 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -4/+4 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -6/+3 |
| 2024-04-13 | rustdoc: check redundant explicit links with correct itemid | Michael Howell | -11/+8 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -2/+1 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -23/+37 |
| 2024-04-11 | Replace `document.write` with `document.head.insertAdjacentHTML` | Guillaume Gomez | -2/+1 |
| 2024-04-10 | Properly handle emojis as literal prefix in macros | Esteban Küber | -3/+4 |
| 2024-04-09 | rustdoc: remove unused 16x16 favicon | Michael Howell | -3/+0 |
| 2024-04-09 | rustdoc: load icons from css instead of inline | Michael Howell | -23/+26 |
| 2024-04-09 | rustdoc: reduce size of `<head>` with preload loop | Michael Howell | -9/+6 |
| 2024-04-09 | rustdoc: clean up type alias code | Michael Howell | -16/+12 |
| 2024-04-09 | Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus... | Guillaume Gomez | -1/+1 |
| 2024-04-09 | Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid | Matthias Krüger | -131/+121 |
| 2024-04-08 | rustdoc: add re-export info to RawSearchIndex type def | Michael Howell | -6/+13 |
| 2024-04-08 | Update search_index.rs | Michael Howell | -1/+0 |
| 2024-04-08 | rustdoc: improve comments based on feedback | Michael Howell | -8/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -22/+177 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -131/+121 |
| 2024-04-08 | rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnv | León Orell Valerian Liehr | -1/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -3/+9 |