summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Josh Stone [Tue, 25 Jul 2023 20:11:50 +0000 (13:11 -0700)]
[PATCH] Allow using external builds of the compiler-rt profile lib
This changes the bootstrap config `target.*.profiler` from a plain bool
to also allow a string, which will be used as a path to the pre-built
profiling runtime for that target. Then `profiler_builtins/build.rs`
reads that in a `LLVM_PROFILER_RT_LIB` environment variable.
Gbp-Pq: Name u-profiler.patch
Debian Rust Maintainers [Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)]
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
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, 13 Jun 2024 11:01:11 +0000 (11:01 +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
Peter Michael Green [Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)]
rustc (1.70.0+dfsg1-7+rpi2) trixie-staging; urgency=medium
* Change build-dependency from libllvm16 to libllvm16t64
* Remove max version constraint from wasi-libc build-dependency.
[dgit import unpatched rustc 1.70.0+dfsg1-7+rpi2]
Peter Michael Green [Thu, 13 Jun 2024 11:01:11 +0000 (11:01 +0000)]
Import rustc_1.70.0+dfsg1-7+rpi2.debian.tar.xz
[dgit import tarball rustc 1.70.0+dfsg1-7+rpi2 rustc_1.70.0+dfsg1-7+rpi2.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]