about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-10Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr...Matthias Krüger-5/+246
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-1/+0
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-53/+245
2025-09-10Permit `more_maybe_bounds` in supertraits and trait objects onlyBryanskiy-18/+60
2025-09-10Default auto traits: revert to the default supertraitsBryanskiy-333/+155
2025-09-10fix(needless_closure): don't lint on `AsyncFn*`sAda Alakbarova-12/+31
2025-09-10Update to LLVM 21.1.1Nikita Popov-0/+0
2025-09-10avoid calling insert_presorted more than onceRalf Jung-11/+17
2025-09-10interpret: copy_provenance: avoid large intermediate buffer for large repeat ...Ralf Jung-81/+81
2025-09-10Add suggestionsGeorg Semmler-3/+2
2025-09-10Merge pull request #20649 from ChayimFriedman2/cast-unknownShoyu Vanilla (Flint)-6/+25
2025-09-10Always coerce in a cast, even when there are unknown typesChayim Refael Friedman-6/+25
2025-09-10Merge pull request #20645 from ChayimFriedman2/update-rustcShoyu Vanilla (Flint)-330/+468
2025-09-10Merge pull request #20647 from ChayimFriedman2/ns-projectionsShoyu Vanilla (Flint)-199/+266
2025-09-10Properly handle normalizationChayim Refael Friedman-198/+235
2025-09-09don't trim paths in mir dumping when filtering and at the top of the filebeepster4096-10/+12
2025-09-09port `#[no_std]` to the new attribute parsing infrastructureJana Dönszelmann-2/+19
2025-09-09port `#[no_core]` to the new attribute parsing infrastructureJana Dönszelmann-2/+20
2025-09-10An associated type is not a projection!Chayim Refael Friedman-1/+31
2025-09-10Adopt even more custom types in the new solverChayim Refael Friedman-222/+220
2025-09-10Upgrade rustc crates and handle changes to canonicalizationChayim Refael Friedman-116/+256
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-5/+246
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-40/+79
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-21/+98
2025-09-09Merge pull request #20613 from A4-Tacks/diag-unresolved-field-fixes-wsDavid Barsky-13/+52
2025-09-09Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgrbors-129/+416
2025-09-09Strip frontmatter in fewer placesLeón Orell Valerian Liehr-7/+9
2025-09-09Strip frontmatter in fewer placesLeón Orell Valerian Liehr-115/+208
2025-09-09Fix compare_against_sw_vers test when a version part is 0Mads Marquart-3/+3
2025-09-09Update wasm-component-ld to 0.5.17Alex Crichton-26/+26
2025-09-09Merge pull request #1914 from folkertdev/architecture-testFolkert de Vries-390/+484
2025-09-09Merge pull request #20639 from ChayimFriedman2/update-test-absDavid Barsky-23/+85
2025-09-09Merge pull request #20578 from ShoyuVanilla/inftblChayim Refael Friedman-819/+2071
2025-09-10Fix failing tests and fill-in missing detailsShoyu Vanilla-1428/+914
2025-09-10fix: `useless_attribute` FP on `deprecated_in_future`yanglsh-0/+22
2025-09-09Rollup merge of #146373 - calvinhirsch:trait-solver-cycle-head-docs, r=lcnrMatthias Krüger-4/+4
2025-09-09Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJungMatthias Krüger-5/+5
2025-09-09Rollup merge of #146365 - RalfJung:triagebot-rustc_intrinsic_const_stable_ind...Matthias Krüger-2/+13
2025-09-09Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwcoMatthias Krüger-18/+6
2025-09-09Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwUMatthias Krüger-27/+74
2025-09-09Rollup merge of #145463 - jieyouxu:error-suffix, r=fmeaseMatthias Krüger-73/+314
2025-09-09Update `browser-ui-test` version to `0.22.2`Guillaume Gomez-5/+5
2025-09-09Improve docs of certain built-in macro expandersLeón Orell Valerian Liehr-13/+18
2025-09-09Make the compile test use a const insteadGeorg Semmler-8/+7
2025-09-09Make Barrier RefUnwindSafe againGeorg Semmler-0/+15
2025-09-09Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnrbors-137/+162
2025-09-09fix comments about trait solver cycle headscalvinhirsch-4/+4
2025-09-09WIP switch inference table to next-solverjackh726-526/+2292
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-8/+8
2025-09-09Add assertionBoxy-1/+1