about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-08Dont make ObligationCtxts with diagnostics unnecessarilyMichael Goulet-2/+2
2025-06-09Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubileebors-773/+629
2025-06-08Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxuJubilee-1/+1
2025-06-08Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-SimulacrumJubilee-0/+4
2025-06-08Rollup merge of #142199 - Kobzol:tidy-speed-up, r=Mark-SimulacrumJubilee-0/+1
2025-06-08Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxuJubilee-28/+1
2025-06-08Rollup merge of #142183 - Kivooeo:30904-test, r=compiler-errorsJubilee-0/+53
2025-06-08Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubileeJubilee-17/+2
2025-06-08Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubileeJubilee-63/+37
2025-06-08Rollup merge of #142171 - Kivooeo:tf7, r=workingjubileeJubilee-19/+18
2025-06-08Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis...Jubilee-17/+16
2025-06-08Rollup merge of #142132 - Kivooeo:tf6, r=workingjubileeJubilee-79/+45
2025-06-08Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxuJubilee-0/+1
2025-06-08Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkovJubilee-69/+33
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-53/+181
2025-06-08Rollup merge of #141803 - workingjubilee:remove-pref-align, r=bjorn3Jubilee-445/+239
2025-06-08compiler: add Deref to AbiAlign to ease transitionJubilee Young-1/+9
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-5/+1
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-444/+230
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-952/+938
2025-06-08Merge pull request #19949 from ChayimFriedman2/stabilize-jsonChayim Refael Friedman-0/+1
2025-06-09Stabilize the "JSON is not Rust" diagnosticChayim Refael Friedman-0/+1
2025-06-08Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3bors-1950/+1076
2025-06-08Merge pull request #2460 from cyrgani/icebreakerLeón Orell Valerian Liehr-144/+4
2025-06-08remove the archived ICE ping groupscyrgani-144/+4
2025-06-08CI: rfl: move job forward to Linux v6.16-rc1Miguel Ojeda-2/+1
2025-06-08Run `mingw-check-tidy` on auto buildsJakub Beránek-0/+4
2025-06-08try to manually bless windows test outputRalf Jung-2/+37
2025-06-08Do not free disk space in the `mingw-check-tidy` jobJakub Beránek-0/+1
2025-06-08docs: make unbuffered_bytes docs more consistentnekename-1/+1
2025-06-09early return in trait detection for non-trait itembohan-18/+43
2025-06-08Auto merge of #142095 - joshtriplett:optimize-veccache, r=SparrowLiibors-26/+23
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-28/+1
2025-06-08Fix `match_single_binding` misses curlies on type signatures (#15017)llogiq-5/+82
2025-06-08add tests for pattern binding drop order edge casesdianne-0/+233
2025-06-08Fix `create_dir` ignores paths in suggestions (#15011)Alex Macleod-19/+89
2025-06-08De-duplicate f16 & f128 doctest attributesUrgau-180/+4
2025-06-08fix: `match_single_binding` misses curlies on type signaturesyanglsh-5/+82
2025-06-08Add the quickfix for increasing visibility of a private field to the private-...Chayim Refael Friedman-32/+125
2025-06-08Fix `std_instead_of_core` FP when part of the `use` cannot be replaced (#15016)llogiq-28/+63
2025-06-08Merge pull request #698 from GuillaumeGomez/signalantoyo-24/+27
2025-06-08Rustup to rustc 1.89.0-nightly (cdd545be1 2025-06-07)bjorn3-1/+1
2025-06-08fix: `std_instead_of_core` FP when part of the `use` cannot be replacedyanglsh-28/+63
2025-06-08Auto merge of #142088 - compiler-errors:perf-universal-stall, r=lcnrbors-3/+16
2025-06-08Sync from rust cdd545be1b4f024d38360aa9f000dcb782fbc81bbjorn3-13/+12
2025-06-08Add documentation about why we use `exec`Guillaume Gomez-0/+4
2025-06-08Invert suggestion if pointer is tested for non-nullness (#15015)llogiq-2/+21
2025-06-08Invert suggestion if pointer is tested for non-nullnessSamuel Tardieu-2/+21
2025-06-08moved render_tests in utils to new execution contextbit-aloo-2/+1