about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-09Driveby fixesBoxy-10/+9
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-132/+158
2025-09-09Update the LoongArch target documentationWANG Rui-8/+11
2025-09-09Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalatharbors-695/+847
2025-09-09Make `#[target_feature]` safe always on WASMChayim Refael Friedman-11/+69
2025-09-09Expand target info to include the architectureChayim Refael Friedman-78/+188
2025-09-09fix(semicolon_inside_block): don't lint if block is in parens (#15626)Samuel Tardieu-6/+50
2025-09-09add approx_delta to all gamma testsLorrensP-2158466-5/+5
2025-09-09Resolve paths to snapshot test libraries absolutelyChayim Refael Friedman-23/+85
2025-09-09Merge pull request #20624 from A4-Tacks/fix-syn-lifetime-boundsChayim Refael Friedman-7/+6
2025-09-09CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commitsMiguel Ojeda-3/+1
2025-09-09Merge pull request #20638 from Kobzol/book-share-cacheChayim Refael Friedman-0/+10
2025-09-09Fix LifetimeParam::lifetime_bounds invalid implementA4-Tacks-7/+6
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