about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-09Add a FAQ entry about RA and Cargo interactionJakub Beránek-0/+9
2025-09-09Update documentation about how to build the RA bookJakub Beránek-0/+1
2025-09-09triagebot: warn about #[rustc_intrinsic_const_stable_indirect]; make warnings...Ralf Jung-2/+13
2025-09-09Rollup merge of #146343 - madsmtm:fix-platform_version, r=tgross35Stuart Cook-3/+8
2025-09-09Rollup merge of #146339 - rustbot:docs-update, r=ehussStuart Cook-0/+0
2025-09-09Rollup merge of #146326 - cyrgani:int-module-1, r=jhprattStuart Cook-219/+81
2025-09-09Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obkStuart Cook-9/+119
2025-09-09Rollup merge of #146314 - cyrgani:hide-fmt-args-nl, r=GuillaumeGomezStuart Cook-2/+2
2025-09-09Rollup merge of #146300 - bjoernager:f16-f128-sum-product, r=jhprattStuart Cook-1/+1
2025-09-09Rollup merge of #146195 - nixxo:urlencoding-fix, r=ehussStuart Cook-12/+23
2025-09-09Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviperStuart Cook-1/+4
2025-09-09Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiserStuart Cook-7/+52
2025-09-09Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmeaseStuart Cook-441/+550
2025-09-09Rollup merge of #139593 - lolbinarycat:sitemap, r=jieyouxuStuart Cook-0/+7
2025-09-09Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiserbors-8/+271
2025-09-08change end to lastJeremy Smart-1/+0
2025-09-08change end to lastJeremy Smart-53/+245
2025-09-09Auto merge of #146188 - dpaoliello:tracing, r=Kobzolbors-6/+4
2025-09-08fixup limit handling codeJana Dönszelmann-457/+385
2025-09-08port `#[pattern_complexity_limit]` to the new attribute parsing infrastructureJana Dönszelmann-1/+35
2025-09-08port `#[type_length_limit]` to the new attribute parsing infrastructureJana Dönszelmann-1/+36
2025-09-08port `#[move_size_limit]` to the new attribute parsing infrastructureJana Dönszelmann-1/+33
2025-09-08port `#[recursion_limit]` to the new attribute parsing infrastructureJana Dönszelmann-4/+84
2025-09-08Skip flycheck for workspace if it is already being checkedIfeanyi Orizu-9/+16
2025-09-08simplify the declaration of the legacy integer modules (`std::u32` etc.)cyrgani-219/+81
2025-09-08Merge pull request #20632 from rmehri01/navigation-on-primsChayim Refael Friedman-139/+244
2025-09-08make TryToNav take Semantics instead of RootDatabaseRyan Mehri-124/+203
2025-09-08Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwUbors-570/+585
2025-09-08fix(semicolon_inside_block): don't lint if block is in parensAda Alakbarova-6/+50
2025-09-08report duplicate symbol added by the driverFolkert de Vries-6/+15
2025-09-08add testRyan Mehri-0/+14
2025-09-08tests/codegen-llvm: Make rust-abi-arch-specific-adjustment portableJens Reidel-2/+6
2025-09-08impl TryToNav for BuiltinType insteadRyan Mehri-30/+32
2025-09-08Merge pull request #20633 from Wilfred/improve_introChayim Refael Friedman-9/+29
2025-09-08Weakly export platform_version symbolsMads Marquart-0/+5
2025-09-08Reorder test to make failures clearerMads Marquart-3/+3
2025-09-08Clarify intro in README and manualWilfred Hughes-9/+29
2025-09-08fix partial urlencoded link supportnixxo-12/+23
2025-09-08Apply requested changesIoaNNUwU-47/+25
2025-09-08Refactor how to get the span of a function headerFolkert de Vries-37/+32
2025-09-08c-variadic: update cmse-nonsecure exampleFolkert de Vries-19/+15
2025-09-08c-variadic: reject non-extern functionsFolkert de Vries-23/+26
2025-09-08Update booksrustbot-0/+0
2025-09-08clarify control flow of `check_c_variadic_type`Folkert de Vries-7/+16
2025-09-08disallow c-variadic associated functions (for now)Folkert de Vries-33/+46
2025-09-08disallow c-variadic coroutinesFolkert de Vries-2/+60
2025-09-08Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgrbors-231/+426
2025-09-08Update tracing, againDaniel Paoliello-6/+4
2025-09-08Merge pull request #20631 from Wilfred/remove_register_attrChayim Refael Friedman-62/+14
2025-09-08Implement better suggestions based on additional tests and other code pathsIoaNNUwU-29/+78