From: Peter Michael Green Date: Tue, 12 Nov 2024 11:24:27 +0000 (+0000) Subject: Merge tag '1.82.0+dfsg1-2' into trixie-staging X-Git-Tag: archive/raspbian/1.82.0+dfsg1-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55c57f7a5b014a6a8983a5d6e99bc32ba6061cc2;p=rustc.git Merge tag '1.82.0+dfsg1-2' into trixie-staging --- 55c57f7a5b014a6a8983a5d6e99bc32ba6061cc2 diff --cc debian/changelog index a5caf07453,a0b559d734..150df3fd1f --- a/debian/changelog +++ b/debian/changelog @@@ -1,20 -1,46 +1,62 @@@ - rustc (1.81.0+dfsg1-2+rpi1) trixie-staging; urgency=medium ++rustc (1.82.0+dfsg1-2+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 1.15.1+dfsg1-1~exp3+rpi1 by Peter Michael Green at Wed, 15 Mar 2017 10:16:18 +0000] + * Build for armv6. + [changes introduced in 1.18.0+dfsg1-4+rpi1 by Peter Michael Green] + * Disable testsuite. + [changes introduced in 1.37.0+dfsg1-1+rpi1 by Peter Michael Green] + * Set DEB_BUILD_RUST_TYPE based on the compiler that is actually installed. + [changes introduced in 1.42.0+dfsg1-1+rpi1 by Peter Michael Green] + * Use the compiler itself rather than dpkg to detect DEB_BUILD_RUST_TYPE + [changes introduced in 1.57.0+dfsg1-1+rpi1 by Peter Michael Green] + * Disable testsuite for arch all builds as well. - [changes introduced in 1.81.0+dfsg1-2+rpi1 by Peter Michael Green] - * Remove upper limit from wasi-libc dependency. + - -- Peter Michael Green Tue, 20 Aug 2024 16:58:51 +0000 ++ -- Peter Michael Green Tue, 12 Nov 2024 11:22:52 +0000 + + rustc (1.82.0+dfsg1-2) unstable; urgency=medium + + * build: re-enable clang-rt on armel/armhf + * build: drop workaround for riscv64/loong64 + + -- Fabian Grünbichler Tue, 29 Oct 2024 13:18:35 +0100 + + rustc (1.82.0+dfsg1-1) unstable; urgency=medium + + * rust-src: ship original Cargo.lock file to fix rust-analyzer for libstd, + and allow `-Z build-std` + * build: disable profiler support on armel/armhf + * build: extend riscv64 workaround to loong64 + * cargo wrapper: fix LTO position in argument lists (Closes: #1086025) + + -- Fabian Grünbichler Fri, 25 Oct 2024 16:21:38 +0200 + + rustc (1.82.0+dfsg1-1~exp3) experimental; urgency=medium + + * conditonalize riscv64 workaround + * fix or disable more broken tests + + -- Fabian Grünbichler Wed, 23 Oct 2024 20:39:25 +0200 + + rustc (1.82.0+dfsg1-1~exp2) experimental; urgency=medium + + * fix some test breakage + * riscv64: unbreak compiler_builtin build + + -- Fabian Grünbichler Wed, 23 Oct 2024 18:03:55 +0200 + + rustc (1.82.0+dfsg1-1~exp1) experimental; urgency=medium + + * New upstream release + * New wasi-libc version 0.0~git20240708.3f43ea9 + * switch to LLVM 19 + * set LLVM profiler RT path via config + * update bootstrap git commit info patch + * re-instate bootstrap test config patch + * make rust-src cleanup more robust + + -- Fabian Grünbichler Tue, 22 Oct 2024 11:17:40 +0200 + ++>>>>>>> 1.82.0+dfsg1-2 rustc (1.81.0+dfsg1-2) unstable; urgency=medium * use system libz-sys even when cross-building (Closes: #1084754)