| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -24/+12 |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -1/+1 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -3/+1 |
| 2023-11-26 | Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez | Guillaume Gomez | -21/+11 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -3/+1 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -12/+11 |
| 2023-11-25 | Rollup merge of #118289 - compiler-errors:is_some_and_rustdoc, r=fmease | Michael Goulet | -14/+12 |
| 2023-11-25 | rustdoc: replace `elemIsInParent` with `Node.contains` | Michael Howell | -21/+11 |
| 2023-11-25 | rustdoc-search: clean up some DOM code | Michael Howell | -11/+5 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -14/+12 |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -2/+4 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -8/+24 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+4 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -2/+2 |
| 2023-11-23 | Don't print "private fields" on empty tuple structs | Kyuuhachi | -5/+9 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-11-22 | Add documentation on `filter_doc_attr` | Guillaume Gomez | -0/+2 |
| 2023-11-22 | Don't merge cfg and doc(cfg) attributes for re-exports | Guillaume Gomez | -45/+42 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -5/+5 |
| 2023-11-22 | Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead | bors | -1/+1 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -5/+5 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | rustdoc-search: make primitives and keywords less special | Michael Howell | -46/+41 |
| 2023-11-21 | rustdoc-search: clean up `checkPath` | Michael Howell | -13/+3 |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -114/+730 |
| 2023-11-19 | Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez | bors | -150/+153 |
| 2023-11-18 | rustdoc-search: switch to recursive backtracking | Michael Howell | -157/+87 |
| 2023-11-18 | Remove unneeded `unknown` variable and `Symbol` creation when iterating over ... | Guillaume Gomez | -4/+4 |
| 2023-11-17 | rustdoc-search: fix accidental shared, mutable map | Michael Howell | -30/+14 |
| 2023-11-17 | rustdoc-search: fast path for 1-query unification | Michael Howell | -2/+76 |
| 2023-11-17 | rustdoc-search: less new Maps in unifyFunctionType | Michael Howell | -16/+31 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -1/+0 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -8/+1 |
| 2023-11-16 | small code improvements in collect_intra_doc_links | kadiwa | -64/+39 |
| 2023-11-16 | Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -229/+294 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -229/+294 |
| 2023-11-15 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -61/+10 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -7/+7 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -1/+2 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -7/+7 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -9/+5 |
| 2023-11-12 | rustdoc: use `.rustdoc` class instead of `body` | Michael Howell | -2/+2 |
| 2023-11-12 | make LayoutError::Cycle carry ErrorGuaranteed | Michael Goulet | -1/+1 |
| 2023-11-11 | rustc_log: provide a way to init logging based on the values, not names, of t... | Ralf Jung | -1/+2 |
| 2023-11-08 | Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-... | Matthias Krüger | -6/+3 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -12/+10 |
| 2023-11-07 | Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomez | bors | -1/+0 |