| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -13/+12 |
| 2025-03-11 | Add missing unsafe block | Jakub Beránek | -29/+32 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -17/+137 |
| 2025-03-11 | Merge from rustc | The Miri Cronjob Bot | -2442/+5832 |
| 2025-03-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-11 | Document -Z crate-attr | jyn | -0/+16 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -1/+1 |
| 2025-03-11 | Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-11 | Use `RUSTC_LINT_FLAGS` more. | Nicholas Nethercote | -16/+23 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -17/+137 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -22/+50 |
| 2025-03-10 | Move `offset_of_enum` documentation to unstable book; add `offset_of_slice`. | Kevin Reid | -0/+59 |
| 2025-03-10 | main.js: remove searchState from globals. | binarycat | -1/+1 |
| 2025-03-10 | main.js: typecheck things related to window.register_type_impls | binarycat | -8/+10 |
| 2025-03-10 | rustdoc.d.ts: add window.{register_implementors,pending_implementors} | binarycat | -3/+17 |
| 2025-03-10 | rustdoc.d.ts: window.SIDEBAR_ITEMS may exist. | binarycat | -1/+2 |
| 2025-03-10 | main.js: handle document.activeElement being null | binarycat | -2/+2 |
| 2025-03-10 | main.js(isDisplayed): coerce truthy values to boolean | binarycat | -3/+2 |
| 2025-03-10 | main.js: always refer to searchState through window.searchState | binarycat | -10/+5 |
| 2025-03-10 | main.js: handleEscape and handleShortcut accept KeyboardEvent | binarycat | -2/+6 |
| 2025-03-10 | main.js: give type signatures to a few helper functions | binarycat | -4/+8 |
| 2025-03-10 | main.js: don't set mouseMovedAfterSearch, as it is never read | binarycat | -1/+0 |
| 2025-03-10 | main.js: insertAfter needs non-root referenceNode | binarycat | -4/+1 |
| 2025-03-10 | Add powerpc64le maintainers | David Tenty | -1/+49 |
| 2025-03-10 | Update books | rustbot | -0/+0 |
| 2025-03-10 | Update Trusty platform docs | Nicole LeGare | -5/+7 |
| 2025-03-10 | stabilize `ci_rustc_if_unchanged_logic` test for local environments | onur-ozkan | -2/+11 |
| 2025-03-10 | Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=Noratrieb | Matthias Krüger | -9/+4 |
| 2025-03-10 | Rollup merge of #138305 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -1880/+4676 |
| 2025-03-10 | Rollup merge of #138281 - saethlin:mergeable-doctests-stacksize, r=GuillaumeG... | Matthias Krüger | -9/+10 |
| 2025-03-10 | Rollup merge of #138268 - Kobzol:fix-summary-nan, r=jieyouxu | Matthias Krüger | -3/+7 |
| 2025-03-10 | Rollup merge of #137931 - xizheyin:issue-137421, r=jieyouxu | Matthias Krüger | -0/+30 |
| 2025-03-10 | rustdoc: Gate unstable `doc(cfg())` predicates | clubby789 | -11/+12 |
| 2025-03-10 | Update metadata for cygwin target | 王宇逸 | -1/+1 |
| 2025-03-10 | Add remark for missing llvm-tools component re. rustc_private linker failures... | xizheyin | -0/+30 |
| 2025-03-10 | Ignore job duplicates | Jakub Beránek | -1/+5 |
| 2025-03-10 | Handle backticks in try job patterns | Jakub Beránek | -13/+25 |
| 2025-03-10 | Modify try-job documentation | Jakub Beránek | -5/+8 |
| 2025-03-10 | Allow using glob aliases for custom try jobs | Jakub Beránek | -34/+116 |
| 2025-03-10 | Move job handling to a separate module | Jakub Beránek | -230/+242 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -7/+72 |
| 2025-03-10 | Make all keys explicit in citool | Jakub Beránek | -6/+12 |
| 2025-03-10 | Merge pull request #2258 from fee1-dead-contrib/constck | Oli Scherer | -67/+160 |
| 2025-03-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-03-10 | Implement downloading GCC from CI | Jakub Beránek | -20/+104 |
| 2025-03-10 | Add `download-ci-gcc-stamp` file | Jakub Beránek | -0/+4 |
| 2025-03-10 | Add `[gcc] download-ci-gcc` option | Jakub Beránek | -1/+27 |
| 2025-03-10 | Add `gcc` bootstrap config section | Jakub Beránek | -1/+8 |
| 2025-03-10 | Refactor GCC compilation | Jakub Beránek | -105/+112 |
| 2025-03-10 | Fix rust-analyzer for 16-bit fmt width and precision. | Mara Bos | -1/+1 |