| Age | Commit message (Expand) | Author | Lines |
| 2025-08-09 | `{BTree,Hash}Map`: add "`Entry` API" section heading | Ada Alakbarova | -0/+4 |
| 2025-08-09 | improve "Documentation problem" issue template. | binarycat | -6/+6 |
| 2025-08-09 | Add "PowerPC" to the list of valid CamelCase strings in docs (#15447) | Alex Macleod | -4/+4 |
| 2025-08-10 | Update CONTRIBUTING.md to use RustRover instead of IntelliJ Rust | reddevilmidzy | -8/+8 |
| 2025-08-09 | Fix a clippy::needless_borrow | Ben Kimock | -1/+1 |
| 2025-08-09 | Remove cfg(bootstrap) for strict_overflow_ops | Ben Kimock | -1/+0 |
| 2025-08-09 | Ensure consistent drop for hint::select_unpredictable | Aurelia Molzer | -1/+42 |
| 2025-08-09 | Implement next trait solver | jackh726 | -1309/+19140 |
| 2025-08-09 | Apply suggestions from code review | jyn | -3/+3 |
| 2025-08-09 | Add "PowerPC" to the list of valid CamelCase strings in docs | Dave Rolsky | -4/+4 |
| 2025-08-09 | [[infinite_loop] fix infinite loop false positive (#15157) | dswij | -6/+137 |
| 2025-08-09 | some `derive_more` refactors | Deadbeef | -100/+180 |
| 2025-08-09 | Do not attempt to compute size of a type with escaping lifetimes (#15434) | Jason Newcomb | -3/+14 |
| 2025-08-09 | add review comments | bit-aloo | -44/+11 |
| 2025-08-09 | Change days-threshold to 28 in [behind-upstream] | xizheyin | -1/+1 |
| 2025-08-09 | comments | Kivooeo | -30/+96 |
| 2025-08-09 | Override custom Cargo `build-dir` in bootstrap | Jakub Beránek | -0/+9 |
| 2025-08-09 | `expect_fun_call`: move helper functions out of the main one | Ada Alakbarova | -38/+37 |
| 2025-08-09 | Merge pull request #20412 from Hmikihiro/fix_generate_function_generate_by_in... | Lukas Wirth | -1/+29 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -1695/+1270 |
| 2025-08-09 | Stabilize feature | Kivooeo | -17/+4 |
| 2025-08-09 | remove `P` | Deadbeef | -29/+28 |
| 2025-08-09 | remove `P` | Deadbeef | -1056/+1043 |
| 2025-08-09 | Replace unsafe function with safe alternative | Chris Denton | -12/+11 |
| 2025-08-09 | fix: generate function by indet token | Hmikihiro | -1/+29 |
| 2025-08-09 | add nonpoison and poison rwlock tests | Connor Tsui | -280/+381 |
| 2025-08-09 | reorganize rwlock tests | Connor Tsui | -336/+348 |
| 2025-08-09 | add `nonpoison::rwlock` implementation | Connor Tsui | -8/+1094 |
| 2025-08-09 | rename `TraitRef::from_method` to `from_assoc` | Deadbeef | -13/+13 |
| 2025-08-09 | reorganize rwlock file | Connor Tsui | -327/+372 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -7/+14 |
| 2025-08-09 | Merge ref '4c7749e8c8e5' from rust-lang/rust | The Miri Cronjob Bot | -15190/+19119 |
| 2025-08-08 | Stop using uadd.with.overflow | Scott McMurray | -23/+41 |
| 2025-08-09 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-09 | extend download context and change functions to directly use that | bit-aloo | -227/+130 |
| 2025-08-09 | Merge pull request #20411 from BenjaminBrienen/duplicate-field | Laurențiu Nicola | -1/+0 |
| 2025-08-09 | Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot | Stuart Cook | -8/+5 |
| 2025-08-09 | Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-dead | Stuart Cook | -68/+39 |
| 2025-08-09 | Rollup merge of #145124 - compiler-errors:for-eq, r=lqd | Stuart Cook | -22/+33 |
| 2025-08-09 | Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errors | Stuart Cook | -3/+3 |
| 2025-08-09 | Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errors | Stuart Cook | -101/+210 |
| 2025-08-09 | Rollup merge of #145103 - fee1-dead-contrib:push-plompruwywvk, r=compiler-errors | Stuart Cook | -87/+1 |
| 2025-08-09 | Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycat | Stuart Cook | -0/+54 |
| 2025-08-09 | Rollup merge of #145097 - lcnr:type-foldable-yeet, r=wesleywiser | Stuart Cook | -9/+3 |
| 2025-08-09 | Rollup merge of #145096 - Spxg:w/wasm_atomic, r=tgross35 | Stuart Cook | -0/+4 |
| 2025-08-09 | Rollup merge of #145083 - Kobzol:fix-cargo-cross-build, r=jieyouxu | Stuart Cook | -2/+22 |
| 2025-08-09 | Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkov | Stuart Cook | -6/+33 |
| 2025-08-09 | Rollup merge of #145080 - ashivaram23:graphviz_escape, r=lqd | Stuart Cook | -0/+1 |
| 2025-08-09 | Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-09 | Rollup merge of #145050 - lcnr:add-opaque-type-tests, r=lqd | Stuart Cook | -1/+101 |