| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | Driveby fixes | Boxy | -10/+9 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -132/+158 |
| 2025-09-09 | Update the LoongArch target documentation | WANG Rui | -8/+11 |
| 2025-09-09 | Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalathar | bors | -695/+847 |
| 2025-09-09 | Make `#[target_feature]` safe always on WASM | Chayim Refael Friedman | -11/+69 |
| 2025-09-09 | Expand target info to include the architecture | Chayim Refael Friedman | -78/+188 |
| 2025-09-09 | fix(semicolon_inside_block): don't lint if block is in parens (#15626) | Samuel Tardieu | -6/+50 |
| 2025-09-09 | add approx_delta to all gamma tests | LorrensP-2158466 | -5/+5 |
| 2025-09-09 | Resolve paths to snapshot test libraries absolutely | Chayim Refael Friedman | -23/+85 |
| 2025-09-09 | Merge pull request #20624 from A4-Tacks/fix-syn-lifetime-bounds | Chayim Refael Friedman | -7/+6 |
| 2025-09-09 | CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits | Miguel Ojeda | -3/+1 |
| 2025-09-09 | Merge pull request #20638 from Kobzol/book-share-cache | Chayim Refael Friedman | -0/+10 |
| 2025-09-09 | Fix LifetimeParam::lifetime_bounds invalid implement | A4-Tacks | -7/+6 |
| 2025-09-09 | Add a FAQ entry about RA and Cargo interaction | Jakub Beránek | -0/+9 |
| 2025-09-09 | Update documentation about how to build the RA book | Jakub Beránek | -0/+1 |
| 2025-09-09 | triagebot: warn about #[rustc_intrinsic_const_stable_indirect]; make warnings... | Ralf Jung | -2/+13 |
| 2025-09-09 | Rollup merge of #146343 - madsmtm:fix-platform_version, r=tgross35 | Stuart Cook | -3/+8 |
| 2025-09-09 | Rollup merge of #146339 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-09-09 | Rollup merge of #146326 - cyrgani:int-module-1, r=jhpratt | Stuart Cook | -219/+81 |
| 2025-09-09 | Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obk | Stuart Cook | -9/+119 |
| 2025-09-09 | Rollup merge of #146314 - cyrgani:hide-fmt-args-nl, r=GuillaumeGomez | Stuart Cook | -2/+2 |
| 2025-09-09 | Rollup merge of #146300 - bjoernager:f16-f128-sum-product, r=jhpratt | Stuart Cook | -1/+1 |
| 2025-09-09 | Rollup merge of #146195 - nixxo:urlencoding-fix, r=ehuss | Stuart Cook | -12/+23 |
| 2025-09-09 | Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviper | Stuart Cook | -1/+4 |
| 2025-09-09 | Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiser | Stuart Cook | -7/+52 |
| 2025-09-09 | Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmease | Stuart Cook | -441/+550 |
| 2025-09-09 | Rollup merge of #139593 - lolbinarycat:sitemap, r=jieyouxu | Stuart Cook | -0/+7 |
| 2025-09-09 | Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiser | bors | -8/+271 |
| 2025-09-08 | change end to last | Jeremy Smart | -1/+0 |
| 2025-09-08 | change end to last | Jeremy Smart | -53/+245 |
| 2025-09-09 | Auto merge of #146188 - dpaoliello:tracing, r=Kobzol | bors | -6/+4 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -457/+385 |
| 2025-09-08 | port `#[pattern_complexity_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+35 |
| 2025-09-08 | port `#[type_length_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+36 |
| 2025-09-08 | port `#[move_size_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -1/+33 |
| 2025-09-08 | port `#[recursion_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -4/+84 |
| 2025-09-08 | Skip flycheck for workspace if it is already being checked | Ifeanyi Orizu | -9/+16 |
| 2025-09-08 | simplify the declaration of the legacy integer modules (`std::u32` etc.) | cyrgani | -219/+81 |
| 2025-09-08 | Merge pull request #20632 from rmehri01/navigation-on-prims | Chayim Refael Friedman | -139/+244 |
| 2025-09-08 | make TryToNav take Semantics instead of RootDatabase | Ryan Mehri | -124/+203 |
| 2025-09-08 | Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwU | bors | -570/+585 |
| 2025-09-08 | fix(semicolon_inside_block): don't lint if block is in parens | Ada Alakbarova | -6/+50 |
| 2025-09-08 | report duplicate symbol added by the driver | Folkert de Vries | -6/+15 |
| 2025-09-08 | add test | Ryan Mehri | -0/+14 |
| 2025-09-08 | tests/codegen-llvm: Make rust-abi-arch-specific-adjustment portable | Jens Reidel | -2/+6 |
| 2025-09-08 | impl TryToNav for BuiltinType instead | Ryan Mehri | -30/+32 |
| 2025-09-08 | Merge pull request #20633 from Wilfred/improve_intro | Chayim Refael Friedman | -9/+29 |
| 2025-09-08 | Weakly export platform_version symbols | Mads Marquart | -0/+5 |
| 2025-09-08 | Reorder test to make failures clearer | Mads Marquart | -3/+3 |
| 2025-09-08 | Clarify intro in README and manual | Wilfred Hughes | -9/+29 |