rustc.git
6 years agoMerge rustc (1.32.0+dfsg1-1) import into refs/heads/workingbranch
Ximin Luo [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
Merge rustc (1.32.0+dfsg1-1) import into refs/heads/workingbranch

6 years agod-no-web-dependencies-in-doc
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-no-web-dependencies-in-doc

Gbp-Pq: Name d-no-web-dependencies-in-doc.patch

6 years agod-no-jemalloc
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-no-jemalloc

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

6 years agod-i686-baseline
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-i686-baseline

Gbp-Pq: Name d-i686-baseline.patch

6 years agod-ignore-avx-44056
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-ignore-avx-44056

Gbp-Pq: Name d-ignore-avx-44056.patch

6 years agod-read-beta-version-from-file
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-read-beta-version-from-file

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

6 years agod-ignore-removed-submodules
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-ignore-removed-submodules

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

6 years agod-dont-download-stage0
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-dont-download-stage0

Gbp-Pq: Name d-dont-download-stage0.patch

6 years agod-add-soname
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-add-soname

Gbp-Pq: Name d-add-soname.patch

6 years agod-rust-lldb-paths
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-rust-lldb-paths

Gbp-Pq: Name d-rust-lldb-paths

6 years agod-rust-gdb-paths
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-rust-gdb-paths

Gbp-Pq: Name d-rust-gdb-paths

6 years agod-disable-cargo-vendor
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-disable-cargo-vendor

Gbp-Pq: Name d-disable-cargo-vendor.patch

6 years agod-ignore-error-detail-diff
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-ignore-error-detail-diff

Gbp-Pq: Name d-ignore-error-detail-diff.patch

6 years agod-sparc64-fix-fnctls
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-sparc64-fix-fnctls

Gbp-Pq: Name d-sparc64-fix-fnctls.patch

6 years agod-fix-mips64el-bootstrap
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
d-fix-mips64el-bootstrap

Gbp-Pq: Name d-fix-mips64el-bootstrap.patch

6 years agogcc-4.8-aarch64-ice
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
gcc-4.8-aarch64-ice

Gbp-Pq: Name gcc-4.8-aarch64-ice.diff

6 years agou-reproducible-dl-stage0
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-reproducible-dl-stage0

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

6 years agou-mips-fixes
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-mips-fixes

Gbp-Pq: Name u-mips-fixes.diff

6 years agou-make-tests-work-without-rpath
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-make-tests-work-without-rpath

Gbp-Pq: Name u-make-tests-work-without-rpath.patch

6 years agou-prefer-local-css
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-prefer-local-css

Gbp-Pq: Name u-prefer-local-css.patch

6 years agou-fixtestignores-ppc64el
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-fixtestignores-ppc64el

Gbp-Pq: Name u-fixtestignores-ppc64el.patch

6 years agou-reproducible-build
Debian Rust Maintainers [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
u-reproducible-build

Gbp-Pq: Name u-reproducible-build.patch

6 years agolibrustc_codegen_llvm: Don't eliminate empty structs in C ABI on linux-sparc64
Michael Karcher [Sun, 23 Dec 2018 19:33:52 +0000 (20:33 +0100)]
librustc_codegen_llvm: Don't eliminate empty structs in C ABI on linux-sparc64

This is in accordance with the SPARC Compliance Definition 2.4.1,
Page 3P-12. It says that structs of up to 8 bytes (which applies
to empty structs as well) are to be passed in one register.

Gbp-Pq: Name u-0001-librustc_codegen_llvm-Don-t-eliminate-empty-structs-.patch

6 years agoFix new renamed_and_removed_lints warning (#247)
Benjamin Gill [Sat, 16 Jun 2018 11:59:44 +0000 (12:59 +0100)]
Fix new renamed_and_removed_lints warning (#247)

I've verified that this now produces no warnings with Rust 1.26.1 and
1.28.0-nightly (c3b09c968 2018-05-27)

Gbp-Pq: Name u-0001-Fix-new-renamed_and_removed_lints-warning-247.patch

6 years agolldb_batchmode.py: try `import _thread` for Python 3
Josh Stone [Tue, 8 Jan 2019 21:19:50 +0000 (13:19 -0800)]
lldb_batchmode.py: try `import _thread` for Python 3

Gbp-Pq: Name u-0001-lldb_batchmode.py-try-import-_thread-for-Python-3.patch

6 years agorustc (1.32.0+dfsg1-1) unstable; urgency=medium
Ximin Luo [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
rustc (1.32.0+dfsg1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched rustc 1.32.0+dfsg1-1]

6 years agoImport rustc_1.32.0+dfsg1.orig.tar.xz
Ximin Luo [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
Import rustc_1.32.0+dfsg1.orig.tar.xz

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

6 years agoImport rustc_1.32.0+dfsg1-1.debian.tar.xz
Ximin Luo [Mon, 28 Jan 2019 06:02:48 +0000 (06:02 +0000)]
Import rustc_1.32.0+dfsg1-1.debian.tar.xz

[dgit import tarball rustc 1.32.0+dfsg1-1 rustc_1.32.0+dfsg1-1.debian.tar.xz]

7 years agoMerge rustc (1.31.0+dfsg1-2) import into refs/heads/workingbranch
Ximin Luo [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
Merge rustc (1.31.0+dfsg1-2) import into refs/heads/workingbranch

7 years agod-no-web-dependencies-in-doc
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-no-web-dependencies-in-doc

Gbp-Pq: Name d-no-web-dependencies-in-doc.patch

7 years agod-i686-baseline
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-i686-baseline

Gbp-Pq: Name d-i686-baseline.patch

7 years agod-ignore-avx-44056
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-ignore-avx-44056

Gbp-Pq: Name d-ignore-avx-44056.patch

7 years agod-read-beta-version-from-file
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-read-beta-version-from-file

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

7 years agod-ignore-removed-submodules
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-ignore-removed-submodules

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

7 years agod-dont-download-stage0
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-dont-download-stage0

Gbp-Pq: Name d-dont-download-stage0.patch

7 years agod-add-soname
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-add-soname

Gbp-Pq: Name d-add-soname.patch

7 years agod-rust-lldb-paths
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-rust-lldb-paths

Gbp-Pq: Name d-rust-lldb-paths

7 years agod-rust-gdb-paths
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-rust-gdb-paths

Gbp-Pq: Name d-rust-gdb-paths

7 years agod-disable-cargo-vendor
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-disable-cargo-vendor

Gbp-Pq: Name d-disable-cargo-vendor.patch

7 years agod-ignore-error-detail-diff
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-ignore-error-detail-diff

Gbp-Pq: Name d-ignore-error-detail-diff.patch

7 years agod-sparc64-dont-pack-spans
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-sparc64-dont-pack-spans

Gbp-Pq: Name d-sparc64-dont-pack-spans.patch

7 years agod-fix-mips64el-bootstrap
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-fix-mips64el-bootstrap

Gbp-Pq: Name d-fix-mips64el-bootstrap.patch

7 years agogcc-4.8-aarch64-ice
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
gcc-4.8-aarch64-ice

Gbp-Pq: Name gcc-4.8-aarch64-ice.diff

7 years agod-temp-ignore-debuginfo-gdb-enum
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
d-temp-ignore-debuginfo-gdb-enum

Gbp-Pq: Name d-temp-ignore-debuginfo-gdb-enum.patch

7 years agou-reproducible-dl-stage0
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-reproducible-dl-stage0

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

7 years agou-mips-fixes
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-mips-fixes

Gbp-Pq: Name u-mips-fixes.diff

7 years agou-make-tests-work-without-rpath
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-make-tests-work-without-rpath

Gbp-Pq: Name u-make-tests-work-without-rpath.patch

7 years agou-prefer-local-css
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-prefer-local-css

Gbp-Pq: Name u-prefer-local-css.patch

7 years agou-fixtestignores-ppc64el
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-fixtestignores-ppc64el

Gbp-Pq: Name u-fixtestignores-ppc64el.patch

7 years agou-reproducible-build
Debian Rust Maintainers [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
u-reproducible-build

Gbp-Pq: Name u-reproducible-build.patch

7 years agoFix new renamed_and_removed_lints warning (#247)
Benjamin Gill [Sat, 16 Jun 2018 11:59:44 +0000 (12:59 +0100)]
Fix new renamed_and_removed_lints warning (#247)

I've verified that this now produces no warnings with Rust 1.26.1 and
1.28.0-nightly (c3b09c968 2018-05-27)

Gbp-Pq: Name u-0001-Fix-new-renamed_and_removed_lints-warning-247.patch

7 years agorustc (1.31.0+dfsg1-2) unstable; urgency=medium
Ximin Luo [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
rustc (1.31.0+dfsg1-2) unstable; urgency=medium

  * Bump mips mipsel s390x allowed-failures to 24.

[dgit import unpatched rustc 1.31.0+dfsg1-2]

7 years agoImport rustc_1.31.0+dfsg1-2.debian.tar.xz
Ximin Luo [Sun, 16 Dec 2018 22:34:44 +0000 (22:34 +0000)]
Import rustc_1.31.0+dfsg1-2.debian.tar.xz

[dgit import tarball rustc 1.31.0+dfsg1-2 rustc_1.31.0+dfsg1-2.debian.tar.xz]

7 years agoImport rustc_1.31.0+dfsg1.orig.tar.xz
Ximin Luo [Sat, 15 Dec 2018 05:30:56 +0000 (05:30 +0000)]
Import rustc_1.31.0+dfsg1.orig.tar.xz

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

7 years agoMerge rustc (1.30.0+dfsg1-2) import into refs/heads/workingbranch
Ximin Luo [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
Merge rustc (1.30.0+dfsg1-2) import into refs/heads/workingbranch

7 years agod-no-web-dependencies-in-doc
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-no-web-dependencies-in-doc

Gbp-Pq: Name d-no-web-dependencies-in-doc.patch

7 years agod-i686-baseline
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-i686-baseline

Gbp-Pq: Name d-i686-baseline.patch

7 years agod-ignore-impl-generic-mismatch-diff
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-ignore-impl-generic-mismatch-diff

Gbp-Pq: Name d-ignore-impl-generic-mismatch-diff.patch

7 years agod-read-beta-version-from-file
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-read-beta-version-from-file

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

7 years agod-ignore-removed-submodules
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-ignore-removed-submodules

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

7 years agod-dont-download-stage0
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-dont-download-stage0

Gbp-Pq: Name d-dont-download-stage0.patch

7 years agod-add-soname
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-add-soname

Gbp-Pq: Name d-add-soname.patch

7 years agod-rust-lldb-paths
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-rust-lldb-paths

Gbp-Pq: Name d-rust-lldb-paths

7 years agod-rust-gdb-paths
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-rust-gdb-paths

Gbp-Pq: Name d-rust-gdb-paths

7 years agod-temp-ignore-debuginfo-gdb-enum
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-temp-ignore-debuginfo-gdb-enum

Gbp-Pq: Name d-temp-ignore-debuginfo-gdb-enum.patch

7 years agod-disable-cargo-vendor
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-disable-cargo-vendor

Gbp-Pq: Name d-disable-cargo-vendor.patch

7 years agod-sparc64-dont-pack-spans
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-sparc64-dont-pack-spans

Gbp-Pq: Name d-sparc64-dont-pack-spans.patch

7 years agod-fix-mips64el-bootstrap
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
d-fix-mips64el-bootstrap

Gbp-Pq: Name d-fix-mips64el-bootstrap.patch

7 years agogcc-4.8-aarch64-ice
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
gcc-4.8-aarch64-ice

Gbp-Pq: Name gcc-4.8-aarch64-ice.diff

7 years agou-reproducible-dl-stage0
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-reproducible-dl-stage0

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

7 years agoRe-add workaround for LLVM bug 11663
John Paul Adrian Glaubitz [Tue, 30 Jan 2018 02:00:16 +0000 (03:00 +0100)]
Re-add workaround for LLVM bug 11663

Gbp-Pq: Name u-compiler-rt.patch

7 years agou-mips-fixes
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-mips-fixes

Gbp-Pq: Name u-mips-fixes.diff

7 years agou-make-tests-work-without-rpath
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-make-tests-work-without-rpath

Gbp-Pq: Name u-make-tests-work-without-rpath.patch

7 years agou-prefer-local-css
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-prefer-local-css

Gbp-Pq: Name u-prefer-local-css.patch

7 years agou-fixtestignores-ppc64el
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-fixtestignores-ppc64el

Gbp-Pq: Name u-fixtestignores-ppc64el.patch

7 years agou-reproducible-build
Debian Rust Maintainers [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
u-reproducible-build

Gbp-Pq: Name u-reproducible-build.patch

7 years agoFix new renamed_and_removed_lints warning (#247)
Benjamin Gill [Sat, 16 Jun 2018 11:59:44 +0000 (12:59 +0100)]
Fix new renamed_and_removed_lints warning (#247)

I've verified that this now produces no warnings with Rust 1.26.1 and
1.28.0-nightly (c3b09c968 2018-05-27)

Gbp-Pq: Name u-0001-Fix-new-renamed_and_removed_lints-warning-247.patch

7 years agorustc (1.30.0+dfsg1-2) unstable; urgency=medium
Ximin Luo [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
rustc (1.30.0+dfsg1-2) unstable; urgency=medium

  * Increase FAILURES_ALLOWED for mips mipsel to 20.
  * Set debuginfo-only-std = false for 32-bit powerpc architectures.

[dgit import unpatched rustc 1.30.0+dfsg1-2]

7 years agoImport rustc_1.30.0+dfsg1-2.debian.tar.xz
Ximin Luo [Fri, 2 Nov 2018 08:42:36 +0000 (08:42 +0000)]
Import rustc_1.30.0+dfsg1-2.debian.tar.xz

[dgit import tarball rustc 1.30.0+dfsg1-2 rustc_1.30.0+dfsg1-2.debian.tar.xz]

7 years agoImport rustc_1.30.0+dfsg1.orig.tar.xz
Ximin Luo [Wed, 31 Oct 2018 05:05:59 +0000 (05:05 +0000)]
Import rustc_1.30.0+dfsg1.orig.tar.xz

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

7 years agoMerge rustc (1.28.0+dfsg1-2) import into refs/heads/workingbranch
Ximin Luo [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
Merge rustc (1.28.0+dfsg1-2) import into refs/heads/workingbranch

7 years agod-no-web-dependencies-in-doc
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-no-web-dependencies-in-doc

Gbp-Pq: Name d-no-web-dependencies-in-doc.patch

7 years agod-fix-mips64el-bootstrap
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-fix-mips64el-bootstrap

Gbp-Pq: Name d-fix-mips64el-bootstrap.patch

7 years agod-ignore-impl-generic-mismatch-diff
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-ignore-impl-generic-mismatch-diff

Gbp-Pq: Name d-ignore-impl-generic-mismatch-diff.patch

7 years agod-read-beta-version-from-file
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-read-beta-version-from-file

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

7 years agorustc: Please include patch to disable kernel helpers on armel
John Paul Adrian Glaubitz [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
rustc: Please include patch to disable kernel helpers on armel

Gbp-Pq: Name d-armel-disable-kernel-helpers.patch

7 years agod-ignore-removed-submodules
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-ignore-removed-submodules

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

7 years agod-dont-download-stage0
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-dont-download-stage0

Gbp-Pq: Name d-dont-download-stage0.patch

7 years agod-add-soname
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-add-soname

Gbp-Pq: Name d-add-soname.patch

7 years agod-rust-lldb-paths
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-rust-lldb-paths

Gbp-Pq: Name d-rust-lldb-paths

7 years agod-rust-gdb-paths
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-rust-gdb-paths

Gbp-Pq: Name d-rust-gdb-paths

7 years agod-disable-cargo-vendor
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
d-disable-cargo-vendor

Gbp-Pq: Name d-disable-cargo-vendor.patch

7 years agogcc-4.8-aarch64-ice
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
gcc-4.8-aarch64-ice

Gbp-Pq: Name gcc-4.8-aarch64-ice.diff

7 years agou-reproducible-dl-stage0
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
u-reproducible-dl-stage0

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

7 years agoRe-add workaround for LLVM bug 11663
John Paul Adrian Glaubitz [Tue, 30 Jan 2018 02:00:16 +0000 (03:00 +0100)]
Re-add workaround for LLVM bug 11663

Gbp-Pq: Name u-compiler-rt.patch

7 years agorun-pass/const-endianness: negate before to_le()
Josh Stone [Mon, 30 Jul 2018 20:08:56 +0000 (13:08 -0700)]
run-pass/const-endianness: negate before to_le()

`const LE_I128` needs parentheses to negate the value *before* calling
`to_le()`, otherwise it doesn't match the operations performed in the
black-boxed part of the test.  This only makes a tangible difference on
big-endian targets.

Gbp-Pq: Name u-rust-52876-const-endianess.patch

7 years agorustc_metadata: test loading atoi instead of cos
Josh Stone [Fri, 27 Jul 2018 00:20:02 +0000 (17:20 -0700)]
rustc_metadata: test loading atoi instead of cos

Some platforms don't actually have `libm` already linked in the test
infrastructure, and then `dynamic_lib::tests::test_loading_cosine` would
fail to find the "cos" symbol.  Every platform running this test should
have `libc` and "atoi" though, so try to use that symbol instead.

Fixes #45410.

Gbp-Pq: Name u-rust-52760-test_loading_atoi.patch

7 years agosparc ABI issue - structure returning from function is returned in 64bit registers
Petr Sumbera [Thu, 26 Jul 2018 10:58:00 +0000 (03:58 -0700)]
sparc ABI issue - structure returning from function is returned in 64bit registers

Fixes: #52638
Gbp-Pq: Name u-sparc64-cabi.patch

7 years agotag private modules with doc(cfg)
QuietMisdreavus [Tue, 29 May 2018 19:37:46 +0000 (14:37 -0500)]
tag private modules with doc(cfg)

Gbp-Pq: Name u-tag-private-modules-with-doc-cfg.patch

7 years agou-make-tests-work-without-rpath
Debian Rust Maintainers [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
u-make-tests-work-without-rpath

Gbp-Pq: Name u-make-tests-work-without-rpath.patch