rustc.git
23 months agod-bootstrap-read-beta-version-from-file
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
d-bootstrap-read-beta-version-from-file

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

Gbp-Pq: Name d-bootstrap-read-beta-version-from-file.patch

23 months agoDon't check for cargo-vendor when building from (Debian's) git
Matthijs van Otterdijk [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
Don't check for cargo-vendor when building from (Debian's) git

Forwarded: not-needed

Forwarded: not-needed

Gbp-Pq: Name d-bootstrap-disable-git.patch

23 months agoInstall symlinks as-is, don't dereference them
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
Install symlinks as-is, don't dereference them

Our patch to mdbook installs symlinks to systems versions of font-awesome,
highlight, etc. Upstream mdbook otherwise doesn't use symlinks, so this
doesn't affect anything else that's already generated.

Gbp-Pq: Name d-bootstrap-install-symlinks.patch

23 months agod-remove-arm-privacy-breaches
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
d-remove-arm-privacy-breaches

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

Gbp-Pq: Name d-remove-arm-privacy-breaches.patch

23 months agod-bootstrap-rustflags
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
d-bootstrap-rustflags

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

Gbp-Pq: Name d-bootstrap-rustflags.patch

23 months agod-0005-no-jemalloc
Debian Rust Maintainers [Sat, 2 Oct 2021 00:08:00 +0000 (01:08 +0100)]
d-0005-no-jemalloc

Gbp-Pq: Name d-0005-no-jemalloc.patch

23 months agod-0004-clippy-feature-sync
Debian Rust Maintainers [Sat, 2 Oct 2021 00:08:00 +0000 (01:08 +0100)]
d-0004-clippy-feature-sync

enable features needed by rustfmt to make build system happy and speedup build.
this is what rustc_workspace_hack does in the upstream build.

Gbp-Pq: Name d-0004-clippy-feature-sync.patch

23 months agod-0003-cc-psm-rebuild-wasm32
Debian Rust Maintainers [Sat, 2 Oct 2021 00:08:00 +0000 (01:08 +0100)]
d-0003-cc-psm-rebuild-wasm32

Gbp-Pq: Name d-0003-cc-psm-rebuild-wasm32.patch

23 months agod-0002-mdbook-strip-embedded-libs
Debian Rust Maintainers [Sat, 2 Oct 2021 00:08:00 +0000 (01:08 +0100)]
d-0002-mdbook-strip-embedded-libs

Comment: Use https://github.com/infinity0/mdBook/tree/debian to help you rebase the patch on top of a newer version. . Make sure the paths here match the ones in debian/rust-doc.links

Gbp-Pq: Name d-0002-mdbook-strip-embedded-libs.patch

23 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

23 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

23 months agod-disable-download-tests
Debian Rust Maintainers [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
d-disable-download-tests

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

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

23 months agod-fix-rustix-outline
Debian Rust Maintainers [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
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

23 months agou-reproducible-dl-stage0
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-reproducible-dl-stage0

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

Gbp-Pq: Name u-reproducible-dl-stage0.patch

23 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

23 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

23 months agoexplicitly disable split unpacked debuginfo for now on riscv64,
Debian Rust Maintainers [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
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

23 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

23 months agoFix get_toml() when cfg(test)
Debian Rust Maintainers [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
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

23 months agou-ignore-endian-big-diff
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

23 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

23 months agorustc (1.70.0+dfsg1-2) unstable; urgency=medium
Fabian Grünbichler [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
rustc (1.70.0+dfsg1-2) unstable; urgency=medium

  * Upload to unstable

[dgit import unpatched rustc 1.70.0+dfsg1-2]

23 months agoImport rustc_1.70.0+dfsg1-2.debian.tar.xz
Fabian Grünbichler [Sat, 30 Dec 2023 13:52:00 +0000 (14:52 +0100)]
Import rustc_1.70.0+dfsg1-2.debian.tar.xz

[dgit import tarball rustc 1.70.0+dfsg1-2 rustc_1.70.0+dfsg1-2.debian.tar.xz]

2 years agoImport rustc_1.70.0+dfsg1.orig.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]