about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-23Add memory layout documentation to generic NonZero<T>Carl Sverre-0/+20
2025-01-23Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmeasebors-172/+127
2025-01-23Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratriebbors-19/+114
2025-01-23Auto merge of #135164 - Kobzol:run-make-test-glibc-symbols, r=jieyouxubors-1/+129
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-682/+1079
2025-01-22Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35Matthias Krüger-5/+4
2025-01-22Rollup merge of #135837 - ChrisDenton:trunc, r=NoratriebMatthias Krüger-3/+0
2025-01-22Rollup merge of #135826 - yotamofek:resolve-cleanups4, r=petrochenkovMatthias Krüger-606/+562
2025-01-22Rollup merge of #135814 - marcoieni:use-buildkit-ghcr, r=KobzolMatthias Krüger-2/+7
2025-01-22Rollup merge of #135794 - estebank:non-exhaustive-dfv-ctor, r=jieyouxuMatthias Krüger-0/+197
2025-01-22Rollup merge of #135596 - compiler-errors:stack, r=oli-obkMatthias Krüger-15/+20
2025-01-22Rollup merge of #135557 - estebank:wtf8, r=fee1-deadMatthias Krüger-20/+88
2025-01-22Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl...Matthias Krüger-29/+115
2025-01-22Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=UrgauMatthias Krüger-2/+86
2025-01-22Auto merge of #135893 - matthiaskrgr:rollup-2qqo647, r=matthiaskrgrbors-1461/+2141
2025-01-22Rollup merge of #135875 - BoxyUwU:enter_forall_no_copy, r=lcnrMatthias Krüger-4/+4
2025-01-22Rollup merge of #135874 - oli-obk:push-vrvyyrtyxkxm, r=compiler-errorsMatthias Krüger-32/+36
2025-01-22Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnrMatthias Krüger-68/+388
2025-01-22Rollup merge of #135858 - fmease:rustdoc-mv-obj-save-dyn-compat-ii, r=Guillau...Matthias Krüger-3/+2
2025-01-22Rollup merge of #135850 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-22/+21
2025-01-22Rollup merge of #135823 - ferrocene:ja-gh135819, r=jieyouxuMatthias Krüger-2/+6
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-121/+267
2025-01-22Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviperMatthias Krüger-117/+87
2025-01-22Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleyw...Matthias Krüger-1/+3
2025-01-22Rollup merge of #133372 - cramertj:rework-dyn-suggestions, r=fmeaseMatthias Krüger-1091/+1327
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-1091/+1327
2025-01-22Reword comment slightlyJakub Beránek-1/+3
2025-01-22Auto merge of #134478 - compiler-errors:attr-span, r=oli-obkbors-34/+105
2025-01-22Use objdump instead of llvm-objdumpJakub Beránek-2/+4
2025-01-22Run the glibc run-make test in opt-distJakub Beránek-2/+3
2025-01-22Remove `Copy` bound from `enter_forall`Boxy-4/+4
2025-01-22Enforce that all spans are lowered in ast loweringOli Scherer-32/+36
2025-01-22Rename `structurally_normalize` to `structurally_normalize_ty`Boxy-13/+13
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-108/+254
2025-01-22Don't pick `T: FnPtr` nested goalsBoxy-68/+388
2025-01-22rustdoc: extract duplicated code into methodYotam Ofek-72/+45
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-91/+73
2025-01-22rustdoc: pass around decoration info by refYotam Ofek-9/+9
2025-01-22Update lint tests with new dangling pointers messageAnthony Eid-2/+82
2025-01-22tests: port `jobserver-error.rs` to rmake.rs许杰友 Jieyou Xu (Joe)-19/+48
2025-01-22run-make-support: add `set_aux_fd` helper许杰友 Jieyou Xu (Joe)-0/+66
2025-01-22Auto merge of #135674 - scottmcm:assume-better, r=estebankbors-84/+114
2025-01-22rustdoc: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+2
2025-01-22Library: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+4
2025-01-22modify commentShunpoco-1/+1
2025-01-22address review: modify matches/mod.rsShunpoco-4/+9
2025-01-22address review: modify ICE-133063-never-arm-no-otherwise-block.rsShunpoco-43/+12
2025-01-22address review: modify ICE-133117-duplicated-never-arm.rsShunpoco-29/+15
2025-01-22Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgrbors-90/+107
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-20/+88