summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-riscv64-format-2
commit
4436c9d35498e7ae3da261f6141d6d73b915e1e8
gpg: Signature made Sat 30 Nov 2019 02:43:27 GMT
gpg: using RSA key
4628C5D82CFF65D68164A78AF9BA143B95FF6D82
gpg: Can't check signature: No public key
Author: David Tolnay <dtolnay@gmail.com>
Date: Wed Nov 27 10:29:00 2019 -0800
Format libstd with rustfmt
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd *that are not involved in any currently open PR* to
minimize merge conflicts. THe list of files involved in open PRs was
determined by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/
aa9c34993dc051a4f344d1b10e4487e8
With the list of files from the script in outstanding_files, the
relevant commands were:
$ find src/libstd -name '*.rs' \
| xargs rustfmt --edition=2018 --unstable-features --skip-children
$ rg libstd outstanding_files | xargs git checkout --
Repeating this process several months apart should get us coverage of
most of the rest of libstd.
To confirm no funny business:
$ git checkout $THIS_COMMIT^
$ git show --pretty= --name-only $THIS_COMMIT \
| xargs rustfmt --edition=2018 --unstable-features --skip-children
$ git diff $THIS_COMMIT # there should be no difference
Gbp-Pq: Name u-riscv64-format-2.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-riscv64-format-1
commit
60091ee826b071a122ad4ef4ae833591e1db553b
gpg: Signature made Sat 30 Nov 2019 02:32:46 GMT
gpg: using RSA key
4628C5D82CFF65D68164A78AF9BA143B95FF6D82
gpg: Can't check signature: No public key
Author: David Tolnay <dtolnay@gmail.com>
Date: Wed Nov 27 10:28:21 2019 -0800
Format libstd/os with rustfmt
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd/os *that are not involved in any currently open PR*
to minimize merge conflicts. THe list of files involved in open PRs was
determined by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/
aa9c34993dc051a4f344d1b10e4487e8
With the list of files from the script in outstanding_files, the
relevant commands were:
$ find src/libstd/os -name '*.rs' \
| xargs rustfmt --edition=2018 --unstable-features --skip-children
$ rg libstd/os outstanding_files | xargs git checkout --
Repeating this process several months apart should get us coverage of
most of the rest of the files.
To confirm no funny business:
$ git checkout $THIS_COMMIT^
$ git show --pretty= --name-only $THIS_COMMIT \
| xargs rustfmt --edition=2018 --unstable-features --skip-children
$ git diff $THIS_COMMIT # there should be no difference
Gbp-Pq: Name u-riscv64-format-1.patch
msizanoen1 [Sat, 23 Nov 2019 07:15:27 +0000 (14:15 +0700)]
Add riscv64gc-unknown-linux-gnu target
Gbp-Pq: Name u-riscv64-66661.patch
Gui Andrade [Wed, 30 Oct 2019 04:12:05 +0000 (21:12 -0700)]
Allow specifying key "llvm-abiname" in target specification
This addresses #65024, as it allows RISC-V target specification
files to set "llvm-abiname": "lp64d". In general, it is useful
for the programmer to be able to set this codegen parameter,
which other languages usually expose under a compiler argument
like "-mabi=<XYZ>".
Gbp-Pq: Name u-riscv64-65953.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-fix-cross-compile-install-again
Gbp-Pq: Name u-fix-cross-compile-install-again.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-mips-fixes
Gbp-Pq: Name u-mips-fixes.diff
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-tests-ignore-arm
Gbp-Pq: Name u-tests-ignore-arm.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-make-tests-work-without-rpath
Gbp-Pq: Name u-make-tests-work-without-rpath.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-prefer-local-css
Gbp-Pq: Name u-prefer-local-css.patch
Debian Rust Maintainers [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
u-reproducible-build
Gbp-Pq: Name u-reproducible-build.patch
Ximin Luo [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
rustc (1.40.0+dfsg1-5) unstable; urgency=medium
* More python 2 -> 3 fixes.
* Allow 24 failing tests on riscv64.
* Reenable debuginfo for rustc, not just libstd.
* Reenable backtraces during tests.
[dgit import unpatched rustc 1.40.0+dfsg1-5]
Ximin Luo [Sun, 5 Jan 2020 13:35:46 +0000 (13:35 +0000)]
Import rustc_1.40.0+dfsg1-5.debian.tar.xz
[dgit import tarball rustc 1.40.0+dfsg1-5 rustc_1.40.0+dfsg1-5.debian.tar.xz]
Ximin Luo [Wed, 25 Dec 2019 00:09:24 +0000 (00:09 +0000)]
Import rustc_1.40.0+dfsg1.orig.tar.xz
[dgit import orig rustc_1.40.0+dfsg1.orig.tar.xz]