rustc.git
18 months agod-0001-pkg-config-no-special-snowflake
Debian Rust Maintainers [Sat, 2 Oct 2021 00:08:00 +0000 (01:08 +0100)]
d-0001-pkg-config-no-special-snowflake

Gbp-Pq: Name d-0001-pkg-config-no-special-snowflake.patch

18 months agod-0000-ignore-removed-submodules
Debian Rust Maintainers [Sat, 2 Oct 2021 00:07:59 +0000 (01:07 +0100)]
d-0000-ignore-removed-submodules

Gbp-Pq: Name d-0000-ignore-removed-submodules.patch

18 months agod-disable-download-tests
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
d-disable-download-tests

===================================================================

Gbp-Pq: Name d-disable-download-tests.patch

18 months agod-fix-rustix-outline
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
d-fix-rustix-outline

Always enable cc even if the feature is not enabled.

Some Debian architectures need outline asm, and Debian does not ship pre-built
outline asm.

Gbp-Pq: Name d-fix-rustix-outline.patch

18 months agou-rustc-llvm-cross-flags
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-rustc-llvm-cross-flags

===================================================================

Gbp-Pq: Name u-rustc-llvm-cross-flags.patch

18 months agou-ignore-ppc-hangs
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-ignore-ppc-hangs

Bug: https://github.com/rust-lang/rust/issues/89607

Gbp-Pq: Name u-ignore-ppc-hangs.patch

18 months ago[PATCH] avoid blessing cargo deps's source code in ui tests
Pietro Albini [Fri, 15 Sep 2023 14:09:45 +0000 (16:09 +0200)]
[PATCH] avoid blessing cargo deps's source code in ui tests

FG: just the stderr part for now, the rest needs a newer cargo
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Name u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch

18 months agoexplicitly disable split unpacked debuginfo for now on riscv64,
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
explicitly disable split unpacked debuginfo for now on riscv64,

it's broken and we don't want cargo to auto-enable it..
https://github.com/llvm/llvm-project/issues/56642
https://github.com/rust-lang/rust/issues/110224Z

Gbp-Pq: Name u-riscv-disable-unpacked-split-debuginfo.patch

18 months ago[PATCH] core library: Disable fpmath tests for i386 ...
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

18 months agoFix get_toml() when cfg(test)
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
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

18 months agoDon't split dwarf debug for a fully-reproducible build
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

18 months ago[PATCH] tests: add missing cross disabled checks
Fabian Grünbichler [Sat, 19 Nov 2022 09:24:08 +0000 (10:24 +0100)]
[PATCH] tests: add missing cross disabled checks

cross_conmpile::alternate states it should only be used in test cases
after checking cross_compile::disabled(), which is missing here. these
tests fail despite setting CFG_DISABLE_CROSS_TESTS on i386, since both
the host and the alternate cross target would be i686 in that case.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Gbp-Pq: Name c-0003-tests-add-missing-cross-disabled-checks.patch

18 months agoc-disable-fs-specific-test
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
c-disable-fs-specific-test

===================================================================

Gbp-Pq: Name c-disable-fs-specific-test.patch

18 months agoc-2200-workaround-x32-test
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
c-2200-workaround-x32-test

Bug: https://github.com/rust-lang/cargo/issues/10005

Gbp-Pq: Name c-2200-workaround-x32-test.patch

18 months agoc-2003-workaround-qemu-vfork-command-not-found
Debian Rust Maintainers [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
c-2003-workaround-qemu-vfork-command-not-found

===================================================================

Gbp-Pq: Name c-2003-workaround-qemu-vfork-command-not-found.patch

18 months agoDisable network tests
Ximin Luo [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
Disable network tests

Forwarded: TODO

Forwarded: TODO
Gbp-Pq: Name c-2002_disable-net-tests.patch

18 months agorustc (1.74.1+dfsg1-1) unstable; urgency=medium
Fabian Grünbichler [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
rustc (1.74.1+dfsg1-1) unstable; urgency=medium

  * dwz: bump limit to avoid s390x build failures

[dgit import unpatched rustc 1.74.1+dfsg1-1]

18 months agoImport rustc_1.74.1+dfsg1-1.debian.tar.xz
Fabian Grünbichler [Thu, 30 May 2024 09:25:53 +0000 (11:25 +0200)]
Import rustc_1.74.1+dfsg1-1.debian.tar.xz

[dgit import tarball rustc 1.74.1+dfsg1-1 rustc_1.74.1+dfsg1-1.debian.tar.xz]

18 months agoImport rustc_1.74.1+dfsg1.orig.tar.xz
Fabian Grünbichler [Wed, 29 May 2024 09:24:48 +0000 (11:24 +0200)]
Import rustc_1.74.1+dfsg1.orig.tar.xz

[dgit import orig rustc_1.74.1+dfsg1.orig.tar.xz]