rustc.git
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]