| Age | Commit message (Expand) | Author | Lines |
| 2023-08-24 | rustdoc: list matching impls on type aliases | Michael Howell | -4/+43 |
| 2023-08-24 | rustdoc: extract logic for printing enum fields and struct variants | Urgau | -131/+195 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -54/+58 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -1/+9 |
| 2023-08-23 | Add unstable `--no-html-source` rustdoc flag | Guillaume Gomez | -1/+9 |
| 2023-08-21 | rustdoc: use unicode-aware checks for redundant explicit link fastpath | Michael Howell | -14/+4 |
| 2023-08-21 | rustdoc-json: Rename typedef to type alias | Noah Lev | -12/+12 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -48/+52 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -3/+3 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -3/+26 |
| 2023-08-18 | Fix format | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix private function importing | Kyle Lin | -1/+1 |
| 2023-08-18 | Skip lint check when item is not fully public | Kyle Lin | -0/+19 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -6/+1 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -22/+51 |
| 2023-08-18 | fomar files | Kyle Lin | -4/+9 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -71/+74 |
| 2023-08-18 | Support Reference & ReferenceUnknown link lint | Kyle Lin | -61/+221 |
| 2023-08-18 | Refactor lint from rustc to rustdoc | Kyle Lin | -28/+192 |
| 2023-08-18 | add more tests | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -37/+36 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -11/+102 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -0/+16 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -336/+342 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -85/+130 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -300/+261 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -5/+5 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 |
| 2023-08-14 | Add warning block support in rustdoc | Guillaume Gomez | -3/+26 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -5/+5 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+3 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -9/+28 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -9/+28 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -4/+4 |
| 2023-08-04 | Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddle | Michael Goulet | -2/+2 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -53/+13 |
| 2023-08-04 | Use similar color scheme to make it obvious they are linked | Guillaume Gomez | -2/+2 |
| 2023-08-04 | Add comment for rustdoc overrides. | Camille GILLOT | -0/+1 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -4/+3 |
| 2023-08-03 | Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkov | bors | -9/+5 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+2 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-08-02 | Only call `parse_token_tree` once. | Nicholas Nethercote | -5/+4 |
| 2023-08-02 | Inline and remove `parse_all_token_trees`. | Nicholas Nethercote | -1/+4 |
| 2023-08-02 | `parse_all_token_trees` cannot fail. | Nicholas Nethercote | -7/+1 |
| 2023-07-31 | rustdoc: align stability badge to baseline instead of bottom | Michael Howell | -0/+1 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -2/+2 |