summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
liushuyu [Tue, 25 Jul 2023 01:48:12 +0000 (09:48 +0800)]
[PATCH] core library: Disable fpmath tests for i386 ...
This patch disables the floating-point epsilon test for i386 since
x87 registers are too imprecise and can't produce the expected
results.
Forwarded: https://github.com/rust-lang/rust/pull/114042
Gbp-Pq: Name u-disable-fp-precision-test-on-i386.patch
Debian Rust Maintainers [Thu, 8 Feb 2024 02:10:29 +0000 (02:10 +0000)]
Fix get_toml() when cfg(test)
Bug: https://github.com/rust-lang/rust/issues/105766
Last-Update: 2023-03-29
When cfg(test), Config::parse doesn't parse a config.toml but uses default
values, failing when the initial rustc is needed. This is a workaround before
upstream issue gets solved.
Last-Update: 2023-03-29
Gbp-Pq: Name u-fix-get-toml-when-test.patch
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-ignore-endian-big-diff
Bug: https://github.com/rust-lang/rust/issues/89577
===================================================================
Gbp-Pq: Name u-ignore-endian-big-diff.patch
Ximin Luo [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
Don't split dwarf debug for a fully-reproducible build
Bug: https://github.com/rust-lang/rust/issues/34902
Gbp-Pq: Name u-reproducible-build.patch
Raspbian forward porter [Thu, 8 Feb 2024 02:10:29 +0000 (02:10 +0000)]
rustc (1.70.0+dfsg1-5+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.
[dgit import unpatched rustc 1.70.0+dfsg1-5+rpi1]
Raspbian forward porter [Thu, 8 Feb 2024 02:10:29 +0000 (02:10 +0000)]
Import rustc_1.70.0+dfsg1-5+rpi1.debian.tar.xz
[dgit import tarball rustc 1.70.0+dfsg1-5+rpi1 rustc_1.70.0+dfsg1-5+rpi1.debian.tar.xz]
Fabian Grünbichler [Thu, 14 Sep 2023 07:07:26 +0000 (09:07 +0200)]
Import rustc_1.70.0+dfsg1.orig.tar.xz
[dgit import orig rustc_1.70.0+dfsg1.orig.tar.xz]