| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | dist: make sure llvm-project submodule is present | onur-ozkan | -0/+8 |
| 2025-05-26 | Rename some methods. | Nicholas Nethercote | -25/+36 |
| 2025-05-26 | Rollup merge of #141502 - marcoieni:x86_64-gnu-tools-codebuild, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-05-26 | Rollup merge of #140863 - GuillaumeGomez:cleanup-tyalias-render, r=lolbinarycat | Jacob Pratt | -213/+333 |
| 2025-05-26 | Refactor the end of `generate_item_def_id_path`. | Nicholas Nethercote | -6/+6 |
| 2025-05-26 | Simplify `make_href`. | Nicholas Nethercote | -3/+4 |
| 2025-05-26 | Avoid `Box` in `href_relative_parts`. | Nicholas Nethercote | -25/+20 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -7/+13 |
| 2025-05-25 | Update tidy exceptions | bjorn3 | -0/+2 |
| 2025-05-25 | Properly implement `might_be_inside_macro_call()` using semantic information ... | Chayim Refael Friedman | -85/+125 |
| 2025-05-25 | Fix IDE resolution of item macros | Chayim Refael Friedman | -29/+74 |
| 2025-05-25 | Update to new API | Guillaume Gomez | -2/+3 |
| 2025-05-25 | Rollup merge of #141530 - ranger-ross:unstable-feature-doc-comments, r=Urgau | Guillaume Gomez | -6/+38 |
| 2025-05-25 | Rollup merge of #141508 - xtexx:gh-104200, r=onur-ozkan | Guillaume Gomez | -1/+18 |
| 2025-05-25 | Improve code | Guillaume Gomez | -49/+50 |
| 2025-05-25 | Tweak attribute rendering depending on wether or not it is a type alias | Guillaume Gomez | -79/+172 |
| 2025-05-25 | Rename the `document_*` argument/field into `is_type_alias` | Guillaume Gomez | -12/+12 |
| 2025-05-25 | Split `Item::attributes` method into three | Guillaume Gomez | -70/+81 |
| 2025-05-25 | Unify rendering of type aliases without ADT items | Guillaume Gomez | -137/+151 |
| 2025-05-25 | Rename `clean::Enum::variants` method into `non_stripped_variants` | Guillaume Gomez | -3/+3 |
| 2025-05-25 | add "Compiler environment variables" section to the unstable book | jyn | -2/+10 |
| 2025-05-25 | feat(unstable-book): Added unstable feature doc comments as feature descriptions | Ross Sullivan | -6/+38 |
| 2025-05-25 | fmt | The Miri Cronjob Bot | -1/+3 |
| 2025-05-25 | Merge from rustc | The Miri Cronjob Bot | -242/+201 |
| 2025-05-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-25 | Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez | Jacob Pratt | -1/+4 |
| 2025-05-25 | bootstrap: clippy: set TESTNAME based on given paths | xtex | -1/+18 |
| 2025-05-24 | document existing setup | jyn | -0/+8 |
| 2025-05-24 | Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2025-05-24 | Rollup merge of #141505 - RalfJung:catch_unwind, r=Noratrieb | Guillaume Gomez | -23/+23 |
| 2025-05-24 | Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddle | Guillaume Gomez | -10/+10 |
| 2025-05-24 | rustdoc: use descriptive tooltip if doctest is conditionally ignored | binarycat | -10/+41 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -2/+2 |
| 2025-05-24 | fix zulip topic URL | Ralf Jung | -1/+1 |
| 2025-05-24 | Update `rustc_on_unimplemented` docs | mejrs | -61/+101 |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -23/+23 |
| 2025-05-24 | Rollup merge of #141486 - xizheyin:issue-141414, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2025-05-24 | Rollup merge of #141480 - jyn514:treat-err-as-bug, r=jieyouxu | Matthias Krüger | -0/+36 |
| 2025-05-24 | ci: move PR job x86_64-gnu-tools to codebuild | MarcoIeni | -1/+1 |
| 2025-05-24 | Merge pull request #2405 from Kobzol/remove-mentions-of-rust-lang-ci | Jakub Beránek | -10/+6 |
| 2025-05-24 | Update `askama` version to `0.14.0` in `citool` | Guillaume Gomez | -7/+7 |
| 2025-05-24 | Update `askama` version to `0.14.0` in `generate-copyright` tool | Guillaume Gomez | -1/+1 |
| 2025-05-24 | Update `askama` version to `0.14.0` in librustdoc | Guillaume Gomez | -2/+2 |
| 2025-05-24 | Auto merge of #141484 - matthiaskrgr:rollup-dc58owu, r=matthiaskrgr | bors | -3/+4 |
| 2025-05-24 | rustdoc book: add argument explanation for `html_playground_url` | xizheyin | -2/+4 |
| 2025-05-24 | Rollup merge of #141446 - psumbera:2nd-maintainer, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-05-24 | Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2025-05-24 | Auto merge of #141415 - est31:let_chains_libcore, r=tgross35 | bors | -1/+2 |
| 2025-05-24 | document some -Z flags | jyn | -0/+36 |
| 2025-05-24 | Auto merge of #141421 - nnethercote:TypeAliasPart-get, r=GuillaumeGomez | bors | -35/+36 |