summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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
Debian Rust Maintainers [Tue, 27 Jun 2023 15:12:20 +0000 (16:12 +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
Chris Coulson [Thu, 14 Jul 2022 11:17:38 +0000 (13:17 +0200)]
u-make-tests-work-without-rpath
Forwarded: TODO
===================================================================
Gbp-Pq: Name u-make-tests-work-without-rpath.patch
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
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
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
Debian Rust Maintainers [Tue, 27 Jun 2023 15:12:20 +0000 (16:12 +0100)]
u-fix-rustix-for-sparc64
Gbp-Pq: Name u-fix-rustix-for-sparc64.patch
Debian Rust Maintainers [Tue, 27 Jun 2023 15:12:20 +0000 (16:12 +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
Josh Stone [Fri, 14 Oct 2022 23:11:28 +0000 (16:11 -0700)]
[PATCH] compiletest: set the dylib path when gathering target cfg
If the compiler is built with `rpath = false`, then it won't find its
own libraries unless the library search path is set. We already do that
while running the actual compiletests, but #100260 added another rustc
command for getting the target cfg.
Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
thread 'main' panicked at 'error: failed to get cfg info from "[...]/build/x86_64-unknown-linux-gnu/stage1/bin/rustc"
--- stdout
--- stderr
[...]/build/x86_64-unknown-linux-gnu/stage1/bin/rustc: error while loading shared libraries: librustc_driver-
a2a76dc626cd02d2.so: cannot open shared object file: No such file or directory
', src/tools/compiletest/src/common.rs:476:13
Now the library path is set here as well, so it works without rpath.
FG: Context adapted
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Name u-make-compiletest-work-without-rpath.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
Debian Rust Maintainers [Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)]
u-ignore-reproducible-failure
Bug: https://github.com/rust-lang/rust/issues/89911
Gbp-Pq: Name u-ignore-reproducible-failure.patch
Fabian Grünbichler [Tue, 27 Jun 2023 15:12:20 +0000 (16:12 +0100)]
rustc (1.66.0+dfsg1-1) unstable; urgency=medium
* Upload to unstable
[dgit import unpatched rustc 1.66.0+dfsg1-1]
Fabian Grünbichler [Tue, 27 Jun 2023 15:12:20 +0000 (16:12 +0100)]
Import rustc_1.66.0+dfsg1-1.debian.tar.xz
[dgit import tarball rustc 1.66.0+dfsg1-1 rustc_1.66.0+dfsg1-1.debian.tar.xz]
Fabian Grünbichler [Sun, 23 Apr 2023 18:45:41 +0000 (19:45 +0100)]
Import rustc_1.66.0+dfsg1.orig.tar.xz
[dgit import orig rustc_1.66.0+dfsg1.orig.tar.xz]