| Age | Commit message (Expand) | Author | Lines |
| 2024-11-18 | Add regression test for jump to def links on items with generics | Guillaume Gomez | -0/+14 |
| 2024-11-14 | Add regression test for #131946 | Guillaume Gomez | -0/+20 |
| 2024-11-13 | Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddle | Matthias Krüger | -0/+41 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -20/+10 |
| 2024-11-13 | Add regression test for #131901 | Guillaume Gomez | -0/+41 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -20/+10 |
| 2024-11-10 | Rollup merge of #132871 - lolbinarycat:rustdoc-heterogeneous-first-paragraph-... | Jacob Pratt | -0/+11 |
| 2024-11-10 | add regression test for #85763 | binarycat | -0/+11 |
| 2024-11-09 | Rollup merge of #132744 - lolbinarycat:test-90781, r=aDotInTheVoid | Matthias Krüger | -0/+78 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -13/+12 |
| 2024-11-07 | add regression test for #90781 | binarycat | -0/+78 |
| 2024-11-06 | Clean middle generics using paren sugar if trait has rustc_paren_sugar | Michael Goulet | -0/+6 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -11/+17 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -8/+3 |
| 2024-11-02 | rustdoc: skip stability inheritance for some item kinds | Lukas Markeffsky | -14/+100 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -6/+0 |
| 2024-10-24 | Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome... | Jubilee | -0/+19 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -0/+19 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -0/+1 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -29/+29 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -29/+29 |
| 2024-10-19 | Remove the Arc rt::init allocation for thread info | GnomedDev | -0/+1 |
| 2024-10-17 | Dont consider predicates that may hold as impossible in is_impossible_associa... | Michael Goulet | -0/+8 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -0/+26 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -30/+30 |
| 2024-10-14 | Add regression tests for #130233 | Guillaume Gomez | -0/+26 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -8/+41 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -0/+20 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -8/+41 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -7/+42 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -44/+61 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -21/+21 |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -0/+20 |
| 2024-09-12 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-09-12 | Add URL and crate_name to test cases | Michael Howell | -7/+27 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -34/+51 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -10/+10 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -1/+1 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -1/+1 |
| 2024-09-07 | add tests for behavior in rfc#3662 | EtomicBomb | -0/+501 |
| 2024-09-05 | Add regression test for sidebar associated items | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -7/+7 |
| 2024-09-05 | Add regression test for impl associated items sorting | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -1/+91 |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -1/+27 |
| 2024-08-25 | Add regression test for impl associated types source link | Guillaume Gomez | -0/+26 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -1/+1 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+17 |
| 2024-08-22 | Add regression test for #126796 | Guillaume Gomez | -0/+27 |