about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-30Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+530
2024-11-30Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu许杰友 Jieyou Xu (Joe)-3/+13
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-596/+950
2024-11-30Rollup merge of #132721 - MarcoIeni:mingw-split, r=Kobzol许杰友 Jieyou Xu (Joe)-7/+20
2024-11-30Rollup merge of #132515 - kornelski:home_fix, r=jhpratt许杰友 Jieyou Xu (Joe)-18/+14
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-352/+703
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+71
2024-11-30Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors许杰友 Jieyou Xu (Joe)-21/+14
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-27/+69
2024-11-30Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+1
2024-11-30Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+146
2024-11-30Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu许杰友 Jieyou Xu (Joe)-76/+241
2024-11-30Rollup merge of #133569 - paolobarbolini:ruzstd-0.7.3, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+2
2024-11-30Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+19
2024-11-30Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+5
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-124/+12
2024-11-30Merge pull request #18577 from compiler-errors/redundant-dyn-atbLaurențiu Nicola-4/+4
2024-11-30Remove redundant associated type bounds from dynMichael Goulet-4/+4
2024-11-30Auto merge of #133654 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-29add explicit synthetic lookup for tuplesWalnut-0/+1
2024-11-29Eliminate rustc_hir_pretty's print_expr_maybe_parenDavid Tolnay-21/+17
2024-11-29Eliminate rustc_ast_pretty's print_expr_maybe_parenDavid Tolnay-31/+87
2024-11-29Update cargoWeihang Lo-0/+0
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-924/+675
2024-11-29Add a commentDavid Tenty-0/+3
2024-11-29Cargo patchBoxy-2/+9
2024-11-29Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearthbors-652/+1965
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-27/+69
2024-11-29simplify things using `tcx.as_lang_item`Maybe Lapkin-27/+25
2024-11-29don't polymorphize without a reason toMaybe Lapkin-2/+1
2024-11-29add a fixme for tailcalls with opaque typesMaybe Lapkin-0/+8
2024-11-29simplify things by using `tcx.fn_trait_kind_from_def_id`Maybe Lapkin-15/+9
2024-11-29Move the `crate-loading` test to use `diff` outputEsteban Küber-76/+152
2024-11-29Use rmake `diff` output in testEsteban Küber-13/+46
2024-11-29Fix tests that rely on LLVM IR verificationNikita Popov-10/+2
2024-11-29Auto merge of #133634 - matthiaskrgr:rollup-v7m4j2k, r=matthiaskrgrbors-212/+281
2024-11-29fast reject: limit recursion depthlcnr-17/+53
2024-11-29CI: split x86_64-mingw jobMarcoIeni-7/+20
2024-11-29Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxuMatthias Krüger-4/+3
2024-11-29Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errorsMatthias Krüger-177/+136
2024-11-29Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxuMatthias Krüger-0/+16
2024-11-29Rollup merge of #133575 - slanterns:typo, r=compiler-errorsMatthias Krüger-1/+1
2024-11-29Rollup merge of #133565 - longxiangqiao:master, r=ehussMatthias Krüger-1/+1
2024-11-29Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdocMatthias Krüger-28/+53
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-1/+71
2024-11-30coverage: Use a query to identify which counter/expression IDs are usedZalathar-92/+93
2024-11-30coverage: All counter terms in an unused function are zeroZalathar-4/+3
2024-11-30coverage: Allow niches in counter/expression IDsZalathar-2/+0
2024-11-30coverage: Hoist and explain the check for `coverage_cx`Zalathar-11/+14
2024-11-30coverage: Rename `CrateCoverageContext` to `CguCoverageContext`Zalathar-7/+7