| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -27/+3 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -26/+10 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -16/+11 |
| 2023-07-29 | Group `write` calls when possible and use new format args | Guillaume Gomez | -76/+84 |
| 2023-07-29 | Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` | Guillaume Gomez | -37/+38 |
| 2023-07-29 | Move Res check into `should_ignore_res` | Guillaume Gomez | -3/+8 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -0/+5 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -69/+116 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+2 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -5/+5 |
| 2023-07-27 | Fix aksama template | Michael Goulet | -0/+5 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -3/+132 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -46/+86 |
| 2023-07-27 | Remove transmute calls and caching for use paths | Guillaume Gomez | -34/+25 |
| 2023-07-27 | Avoid some token cloning in `filter_tokens_from_list`. | Nicholas Nethercote | -5/+5 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -18/+39 |
| 2023-07-26 | Fix regression for private in public | Guillaume Gomez | -0/+1 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -25/+71 |
| 2023-07-26 | rustdoc: stylistic changes | León Orell Valerian Liehr | -21/+15 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -8/+5 |
| 2023-07-25 | Improve performance of `first_non_private` | Guillaume Gomez | -22/+18 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -16/+31 |
| 2023-07-24 | Cache qpath first public result | Guillaume Gomez | -27/+50 |
| 2023-07-24 | Revert "Remove needs for transmute" | Guillaume Gomez | -28/+20 |
| 2023-07-24 | Remove needs for transmute | Guillaume Gomez | -20/+28 |
| 2023-07-24 | Re-add missing generics in `first_non_private` | Guillaume Gomez | -3/+23 |
| 2023-07-24 | Add support for `--document-hidden-items` in `first_non_private` | Guillaume Gomez | -1/+2 |
| 2023-07-24 | Add test for private items | Guillaume Gomez | -0/+3 |
| 2023-07-24 | Correctly handle `super` and `::` | Guillaume Gomez | -1/+10 |
| 2023-07-24 | Rename `first_not_private` into `first_non_private` | Guillaume Gomez | -2/+2 |
| 2023-07-24 | Improve code readability | Guillaume Gomez | -32/+27 |
| 2023-07-24 | If re-export is private, get the next item until a public one is found or exp... | Guillaume Gomez | -3/+93 |
| 2023-07-24 | Fix missing attribute merge on glob foreign re-exports | Guillaume Gomez | -18/+39 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -14/+23 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -3/+6 |
| 2023-07-22 | improve debuggability | Lukas Markeffsky | -2/+8 |
| 2023-07-20 | Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G... | Matthias Krüger | -9/+0 |
| 2023-07-20 | Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com... | Matthias Krüger | -28/+27 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -4/+4 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -28/+27 |
| 2023-07-20 | Remove adjustments that used to be necessary for search's crate selector appe... | Frank Steffahn | -9/+0 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -3/+6 |
| 2023-07-19 | Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no... | Dylan DPC | -17/+41 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -3/+6 |
| 2023-07-18 | Rollup merge of #113823 - GuillaumeGomez:fix-results-search-alias-display, r=... | Matthias Krüger | -19/+15 |
| 2023-07-18 | Fix display of aliases in rustdoc search results | Guillaume Gomez | -19/+15 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-07-18 | Remove unneeded `Option<Symbol>` in `foreign_items` | Guillaume Gomez | -4/+3 |
| 2023-07-18 | Fix invalid display of inlined re-export | Guillaume Gomez | -17/+42 |