- 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 <plugwash@raspbian.org> 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 <plugwash@raspbian.org> Tue, 20 Aug 2024 16:58:51 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> 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 <debian@fabian.gruenbichler.email> 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 <debian@fabian.gruenbichler.email> 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 <debian@fabian.gruenbichler.email> 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 <debian@fabian.gruenbichler.email> 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 <debian@fabian.gruenbichler.email> 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)