| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Do not consider nested functions as `main` function even if named `main` in d... | Guillaume Gomez | -4/+11 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -11/+8 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -0/+18 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1/+3 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -10/+5 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -5/+11 |
| 2024-10-24 | Auto merge of #131951 - notriddle:notriddle/sha256-compile-time, r=GuillaumeG... | bors | -14/+58 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -5/+11 |
| 2024-10-23 | Rollup merge of #131928 - aDotInTheVoid:wait-we-support-this, r=GuillaumeGomez | León Orell Valerian Liehr | -3/+13 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -5/+5 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -29/+32 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -37/+2 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -3/+3 |
| 2024-10-20 | Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddle | bors | -21/+9 |
| 2024-10-20 | Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddle | Stuart Cook | -79/+118 |
| 2024-10-20 | Remove unused `recoverable` argument in collect_intra_doc_links | Guillaume Gomez | -21/+9 |
| 2024-10-19 | rustdoc: hash assets at rustdoc build time | Michael Howell | -14/+58 |
| 2024-10-19 | rustdoc: Refractor footnote handling | Alona Enraght-Moony | -36/+67 |
| 2024-10-19 | Fix tests | Michael Goulet | -3/+3 |
| 2024-10-19 | rustdoc: Extract footnote logic into it's own module. | Alona Enraght-Moony | -79/+87 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -4/+3 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -3/+4 |
| 2024-10-19 | rustdoc: Document `markdown` module. | Alona Enraght-Moony | -3/+13 |
| 2024-10-19 | rustdoc: Switch from FxHash to sha256 for static file hashing. | Alona Enraght-Moony | -15/+15 |
| 2024-10-17 | Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotI... | Matthias Krüger | -2/+2 |
| 2024-10-16 | rustdoc-JSON: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -56/+261 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -56/+261 |
| 2024-10-16 | Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddle | Matthias Krüger | -12/+14 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -12/+14 |
| 2024-10-15 | Remove `AmbiguousLinks::disambiguator` | Guillaume Gomez | -3/+1 |
| 2024-10-15 | Improve documentation for intra-doc links computation | Guillaume Gomez | -9/+9 |
| 2024-10-15 | Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTES | Mateusz Maćkowski | -37/+2 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -4/+4 |
| 2024-10-15 | Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle | Matthias Krüger | -28/+17 |
| 2024-10-14 | Delay ambiguous intra-doc link resolution after `Cache` has been populated | Guillaume Gomez | -56/+263 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -4/+4 |
| 2024-10-11 | Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn... | Trevor Gross | -308/+305 |
| 2024-10-11 | Rollup merge of #131394 - ismailarilik:fix/rustdoc/add-space-between-struct-f... | Matthias Krüger | -0/+3 |
| 2024-10-09 | Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-10-09 | Fix methods alignment on mobile | Guillaume Gomez | -1/+1 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+1 |
| 2024-10-08 | Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle | Matthias Krüger | -4/+2 |
| 2024-10-08 | Remove unneeded argument of `LinkCollector::verify_disambiguator` | Guillaume Gomez | -4/+2 |
| 2024-10-08 | fix(rustdoc): add space between struct fields and their descriptions | ismailarilik | -0/+3 |
| 2024-10-08 | Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle | bors | -115/+1 |
| 2024-10-07 | Add comment to describe camelcase line break | Michael Howell | -0/+10 |
| 2024-10-07 | rustdoc: improve `<wbr>`-insertion for SCREAMING_CAMEL_CASE | Michael Howell | -1/+5 |
| 2024-10-07 | Remove dead code | Guillaume Gomez | -115/+1 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -2/+2 |