| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-09-08 | fix partial urlencoded link support | nixxo | -12/+23 |
| 2025-09-08 | Apply requested changes | IoaNNUwU | -47/+25 |
| 2025-09-08 | Refactor how to get the span of a function header | Folkert de Vries | -37/+32 |
| 2025-09-08 | c-variadic: update cmse-nonsecure example | Folkert de Vries | -19/+15 |
| 2025-09-08 | c-variadic: reject non-extern functions | Folkert de Vries | -23/+26 |
| 2025-09-08 | Update books | rustbot | -0/+0 |
| 2025-09-08 | clarify control flow of `check_c_variadic_type` | Folkert de Vries | -7/+16 |
| 2025-09-08 | disallow c-variadic associated functions (for now) | Folkert de Vries | -33/+46 |
| 2025-09-08 | disallow c-variadic coroutines | Folkert de Vries | -2/+60 |
| 2025-09-08 | Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgr | bors | -231/+426 |
| 2025-09-08 | Update tracing, again | Daniel Paoliello | -6/+4 |
| 2025-09-08 | Merge pull request #20631 from Wilfred/remove_register_attr | Chayim Refael Friedman | -62/+14 |
| 2025-09-08 | Implement better suggestions based on additional tests and other code paths | IoaNNUwU | -29/+78 |