| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | add multiple known-bugs for NLL problem case 3 | Rémy Rakic | -0/+778 |
| 2025-08-07 | add opaque type member constraint tests | lcnr | -1/+101 |
| 2025-08-07 | move member-constraints tests | lcnr | -0/+0 |
| 2025-08-07 | Fix doc comment of File::try_lock and File::try_lock_shared | Ulrich Stark | -2/+2 |
| 2025-08-07 | move `type_check` out of `compute_regions` | lcnr | -38/+53 |
| 2025-08-07 | doc(library): Fix Markdown in `Iterator::by_ref`. | Ivan Enderlin | -1/+1 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -731/+719 |
| 2025-08-07 | Rollup merge of #145040 - tshepang:rdg-sync, r=Kobzol | Stuart Cook | -3/+28 |
| 2025-08-07 | Rollup merge of #145033 - nnethercote:fix-144994, r=fmease | Stuart Cook | -6/+83 |
| 2025-08-07 | Rollup merge of #145026 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -103/+56 |
| 2025-08-07 | Rollup merge of #144659 - mati865:gnullvm-vendor-libunwind, r=Kobzol | Stuart Cook | -60/+82 |
| 2025-08-07 | Rollup merge of #144650 - Borgerr:additional-tce-tests, r=WaffleLapkin,tgross35 | Stuart Cook | -2/+64 |
| 2025-08-07 | Rollup merge of #144601 - kornelski:cargo-fix-mismatched_lifetime_syntaxes, r... | Stuart Cook | -24/+45 |
| 2025-08-07 | Rollup merge of #144473 - zeroomega:rustc_inconsistency, r=Mark-Simulacrum | Stuart Cook | -5/+13 |
| 2025-08-07 | Rollup merge of #144439 - xizheyin:symbol-rs, r=petrochenkov | Stuart Cook | -44/+97 |
| 2025-08-07 | Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro... | Stuart Cook | -44/+41 |
| 2025-08-07 | Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnr | Stuart Cook | -21/+14 |
| 2025-08-07 | Rollup merge of #143929 - petrochenkov:depresolve, r=lcnr | Stuart Cook | -42/+297 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -347/+548 |
| 2025-08-07 | Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmann | Stuart Cook | -101/+172 |
| 2025-08-07 | Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav... | Stuart Cook | -139/+197 |
| 2025-08-07 | Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscross | Stuart Cook | -69/+36 |
| 2025-08-07 | Rollup merge of #140267 - jogru0:control_flow, r=dtolnay | Stuart Cook | -0/+160 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -10/+222 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -43/+118 |
| 2025-08-07 | Fix typo in lint issue template (#15427) | Samuel Tardieu | -1/+1 |
| 2025-08-07 | Fix "comparision" typo in new lint template | y21 | -1/+1 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -77/+75 |
| 2025-08-07 | Merge pull request #2539 from rust-lang/rustc-pull | Tshepang Mbambo | -7811/+11365 |
| 2025-08-07 | Merge ref '6bcdcc73bd11' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -7810/+11364 |
| 2025-08-07 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-07 | Reimplement `print_region` in `type_name.rs`. | Nicholas Nethercote | -6/+83 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -169/+318 |
| 2025-08-06 | explicit tail call tests with indirect operands in LLVM, small test for index... | ash | -2/+64 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -168/+311 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+7 |
| 2025-08-06 | Auto merge of #145020 - GuillaumeGomez:rollup-5prs9kw, r=GuillaumeGomez | bors | -497/+1049 |
| 2025-08-07 | Optimize `char::is_alphanumeric` | Karl Meakin | -1/+5 |
| 2025-08-07 | Update books | rustbot | -0/+0 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -199/+192 |
| 2025-08-06 | Merge pull request #2538 from lolbinarycat/patch-6 | Tshepang Mbambo | -0/+4 |
| 2025-08-06 | Make link relative an link to md not html | lolbinarycat | -1/+1 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -63/+94 |
| 2025-08-06 | Port `#[should_panic]` to the new attribute parsing infrastructure | Jonathan Brouwer | -38/+78 |
| 2025-08-06 | Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r... | Guillaume Gomez | -4/+41 |
| 2025-08-06 | Rollup merge of #145000 - Kobzol:std-cargo-stage, r=jieyouxu | Guillaume Gomez | -13/+9 |
| 2025-08-06 | Rollup merge of #144998 - dianqk:visit-no-use-proj, r=cjgillot | Guillaume Gomez | -14/+20 |
| 2025-08-06 | Rollup merge of #144996 - dianqk:simplifycfg-collapse_goto_chain-changed, r=c... | Guillaume Gomez | -0/+1 |
| 2025-08-06 | Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errors | Guillaume Gomez | -285/+297 |