Package: rustc / 1.63.0+dfsg1-2
Metadata
Package | Version | Patches format |
---|---|---|
rustc | 1.63.0+dfsg1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
u ignore reproducible failure.patch | (download) |
src/test/run-make-fulldeps/reproducible-build-2/Makefile |
2 1 + 1 - 0 ! |
u-ignore-reproducible-failure Bug: https://github.com/rust-lang/rust/issues/89911 |
u reproducible build.patch | (download) |
compiler/rustc_llvm/build.rs |
5 5 + 0 - 0 ! |
don't split dwarf debug for a fully-reproducible build Bug: https://github.com/rust-lang/rust/issues/34902 |
u ignore endian big diff.patch | (download) |
src/test/ui/consts/const-eval/ub-enum.rs |
1 1 + 0 - 0 ! |
u-ignore-endian-big-diff Bug: https://github.com/rust-lang/rust/issues/89577 =================================================================== |
u arm compiler builtins weak linkage arm.patch | (download) |
vendor/compiler_builtins/src/macros.rs |
1 1 + 0 - 0 ! |
[patch] update macros.rs |
u arm compiler builtins add sync builtin fallbacks.patch | (download) |
vendor/compiler_builtins/src/arm_linux.rs |
110 73 + 37 - 0 ! |
[patch] add compiler-rt fallbacks for sync builtins on armv5te-musl. |
u ignore ppc hangs.patch | (download) |
library/alloc/tests/arc.rs |
1 1 + 0 - 0 ! |
u-ignore-ppc-hangs Bug: https://github.com/rust-lang/rust/issues/89607 |
u ignore bpf test.patch | (download) |
src/test/assembly/asm/bpf-types.rs |
1 1 + 0 - 0 ! |
u-ignore-bpf-test Bug: https://github.com/rust-lang/rust/issues/89689 |
u rustc llvm cross flags.patch | (download) |
compiler/rustc_llvm/build.rs |
2 1 + 1 - 0 ! |
u-rustc-llvm-cross-flags =================================================================== |
u reproducible dl stage0.patch | (download) |
src/bootstrap/bootstrap.py |
2 1 + 1 - 0 ! |
u-reproducible-dl-stage0 =================================================================== |
u make tests work without rpath.patch | (download) |
src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile |
6 5 + 1 - 0 ! |
u-make-tests-work-without-rpath |
d 0000 ignore removed submodules.patch | (download) |
Cargo.toml |
29 0 + 29 - 0 ! |
d-0000-ignore-removed-submodules |
d 0001 pkg config no special snowflake.patch | (download) |
vendor/pkg-config/src/lib.rs |
22 10 + 12 - 0 ! |
d-0002-pkg-config-no-special-snowflake |
d 0002 mdbook strip embedded libs.patch | (download) |
src/tools/linkchecker/main.rs |
28 26 + 2 - 0 ! |
d-0003-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 |
d 0003 cc psm rebuild wasm32.patch | (download) |
vendor/cc/src/lib.rs |
2 1 + 1 - 0 ! |
d-0004-cc-psm-rebuild-wasm32 |
d 0004 clippy feature sync.patch | (download) |
src/tools/clippy/Cargo.toml |
3 2 + 1 - 0 ! |
d-0005-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. |
d 0005 no jemalloc.patch | (download) |
compiler/rustc/Cargo.toml |
6 0 + 6 - 0 ! |
d-0006-no-jemalloc |
d bootstrap rustflags.patch | (download) |
src/bootstrap/builder.rs |
12 12 + 0 - 0 ! |
d-bootstrap-rustflags =================================================================== |
d remove arm privacy breaches.patch | (download) |
library/stdarch/crates/stdarch-verify/arm-intrinsics.html |
134 0 + 134 - 0 ! |
d-remove-arm-privacy-breaches =================================================================== |
d bootstrap install symlinks.patch | (download) |
src/tools/rust-installer/install-template.sh |
7 5 + 2 - 0 ! |
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. |
d bootstrap disable git.patch | (download) |
src/bootstrap/channel.rs |
6 5 + 1 - 0 ! |
don't check for cargo-vendor when building from (debian's) git |
d bootstrap read beta version from file.patch | (download) |
src/bootstrap/lib.rs |
14 6 + 8 - 0 ! |
d-bootstrap-read-beta-version-from-file =================================================================== |
d bootstrap no assume tools.patch | (download) |
src/bootstrap/builder/tests.rs |
4 4 + 0 - 0 ! |
d-bootstrap-no-assume-tools =================================================================== |
d bootstrap cargo doc paths.patch | (download) |
src/doc/edition-guide/book.toml |
18 9 + 9 - 0 ! |
fix links to cargo-doc |
d bootstrap use local css.patch | (download) |
src/bootstrap/doc.rs |
15 4 + 11 - 0 ! |
d-bootstrap-use-local-css =================================================================== |
d bootstrap old cargo compat.patch | (download) |
src/bootstrap/doc.rs |
3 0 + 3 - 0 ! |
backwards-compat for cargo 0.47 The flag being removed here was added in https://github.com/rust-lang/cargo/pull/9404 released in cargo 0.54 This works around a feature introduced in this PR https://github.com/rust-lang/cargo/pull/8640 released in cargo 0.53 Therefore it is not needed for Debian's current cargo 0.47. We can drop this patch when updating to cargo 0.54 and later. |
d bootstrap custom debuginfo path.patch | (download) |
src/bootstrap/lib.rs |
5 2 + 3 - 0 ! |
d-bootstrap-custom-debuginfo-path =================================================================== |
d bootstrap permit symlink in docs.patch | (download) |
src/bootstrap/dist.rs |
1 1 + 0 - 0 ! |
--- |
d test ignore avx 44056.patch | (download) |
src/test/ui/issues/issue-44056.rs |
2 1 + 1 - 0 ! |
d-test-ignore-avx-44056 Bug: https://github.com/rust-lang/rust/pull/55667 =================================================================== |
d rust gdb paths | (download) |
src/etc/rust-gdb |
2 1 + 1 - 0 ! |
hardcode gdb python module directory |
d rust lldb paths | (download) |
src/etc/rust-lldb |
4 2 + 2 - 0 ! |
hardcode lldb python module directory |
d rustc add soname.patch | (download) |
compiler/rustc_codegen_ssa/src/back/link.rs |
7 7 + 0 - 0 ! |
set dt_soname when building dylibs |
d rustc fix mips64el bootstrap.patch | (download) |
compiler/rustc_target/src/spec/mips64_unknown_linux_gnuabi64.rs |
2 1 + 1 - 0 ! |
d-rustc-fix-mips64el-bootstrap Bug: https://github.com/rust-lang/rust/issues/52108 =================================================================== |
d rustc windows ssp.patch | (download) |
compiler/rustc_target/src/spec/windows_gnu_base.rs |
2 2 + 0 - 0 ! |
d-rustc-windows-ssp Bug: https://github.com/rust-lang/rust/issues/68973 |
d rustc i686 baseline.patch | (download) |
compiler/rustc_target/src/spec/i686_unknown_linux_gnu.rs |
2 1 + 1 - 0 ! |
d-rustc-i686-baseline =================================================================== |
d rustdoc disable embedded fonts.patch | (download) |
src/librustdoc/html/render/write_shared.rs |
2 0 + 2 - 0 ! |
d-rustdoc-disable-embedded-fonts =================================================================== |
ubuntu disable ppc64el asm tests.patch | (download) |
compiler/rustc_lint/src/builtin.rs |
4 4 + 0 - 0 ! |
--- |
ubuntu ignore arm doctest.patch | (download) |
compiler/rustc_error_codes/src/error_codes/E0778.md |
4 2 + 2 - 0 ! |
disable the doctests for the instruction_set errors The fix is as described in the upstream issue. |