forked from Lainports/freebsd-ports
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850
This commit is contained in:
parent
8443d3eb7e
commit
67b6dd1b42
70 changed files with 263 additions and 987 deletions
|
|
@ -43,7 +43,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:cargo_${_crate:S/-//g:S/.//g}
|
|||
|
||||
CARGO_BUILDDEP?= yes
|
||||
.if ${CARGO_BUILDDEP:tl} == "yes"
|
||||
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.33.0:lang/${RUST_DEFAULT}
|
||||
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.34.0:lang/${RUST_DEFAULT}
|
||||
.endif
|
||||
|
||||
# Location of cargo binary (default to lang/rust's Cargo binary)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= spotifyd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= hyperfine
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.5.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= puppetdb-cli
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= puppet@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= bingrep
|
||||
PORTVERSION= g20171111
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= git-absorb
|
||||
DISTVERSION= 0.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= interactive_rebase_tool
|
||||
DISTVERSION= 0.7.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= petteri.valkonen@iki.fi
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pijul
|
||||
PORTVERSION= 0.11.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://pijul.org/releases/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
PORTNAME= racer
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.17
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.1.21
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= beyert@cs.ucr.edu
|
||||
|
|
@ -19,26 +18,15 @@ GH_ACCOUNT= racer-rust
|
|||
|
||||
PLIST_FILES= bin/racer
|
||||
|
||||
## https://github.com/alexcrichton/scoped-tls/issues/5
|
||||
# error[E0554]: #![feature] may not be used on the stable release channel
|
||||
# --> cargo-crates/scoped-tls-0.1.2/src/lib.rs:47:34
|
||||
# |
|
||||
# 47 | #![cfg_attr(feature = "nightly", feature(macro_vis_matcher))]
|
||||
# | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
# error[E0554]: #![feature] may not be used on the stable release channel
|
||||
# --> cargo-crates/scoped-tls-0.1.2/src/lib.rs:48:34
|
||||
# |
|
||||
# 48 | #![cfg_attr(feature = "nightly", feature(allow_internal_unstable))]
|
||||
# | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
MAKE_ENV= RUSTC_BOOTSTRAP=1
|
||||
|
||||
CARGO_CRATES= aho-corasick-0.6.9 \
|
||||
ansi_term-0.11.0 \
|
||||
arrayvec-0.4.8 \
|
||||
arrayvec-0.4.10 \
|
||||
atty-0.2.11 \
|
||||
autocfg-0.1.2 \
|
||||
bitflags-1.0.4 \
|
||||
byteorder-1.2.7 \
|
||||
byteorder-1.3.1 \
|
||||
cfg-if-0.1.6 \
|
||||
clap-2.32.0 \
|
||||
cloudabi-0.0.3 \
|
||||
|
|
@ -49,67 +37,68 @@ CARGO_CRATES= aho-corasick-0.6.9 \
|
|||
either-1.5.0 \
|
||||
ena-0.11.0 \
|
||||
env_logger-0.6.0 \
|
||||
fuchsia-zircon-0.3.3 \
|
||||
fuchsia-zircon-sys-0.3.3 \
|
||||
humantime-1.1.1 \
|
||||
fuchsia-cprng-0.1.1 \
|
||||
humantime-1.2.0 \
|
||||
itoa-0.4.3 \
|
||||
jobserver-0.1.12 \
|
||||
lazy_static-1.2.0 \
|
||||
lazycell-1.2.0 \
|
||||
lazycell-1.2.1 \
|
||||
libc-0.2.49 \
|
||||
lock_api-0.1.5 \
|
||||
log-0.4.6 \
|
||||
memchr-2.1.1 \
|
||||
memchr-2.1.3 \
|
||||
memoffset-0.2.1 \
|
||||
nodrop-0.1.13 \
|
||||
num_cpus-1.8.0 \
|
||||
num_cpus-1.9.0 \
|
||||
owning_ref-0.4.0 \
|
||||
parking_lot-0.6.4 \
|
||||
parking_lot_core-0.3.1 \
|
||||
proc-macro2-0.4.24 \
|
||||
parking_lot-0.7.1 \
|
||||
parking_lot_core-0.4.0 \
|
||||
proc-macro2-0.4.27 \
|
||||
quick-error-1.2.2 \
|
||||
quote-0.6.10 \
|
||||
rand-0.4.3 \
|
||||
rand-0.5.5 \
|
||||
rand-0.6.1 \
|
||||
rand_chacha-0.1.0 \
|
||||
rand_core-0.2.2 \
|
||||
rand_core-0.3.0 \
|
||||
quote-0.6.11 \
|
||||
rand-0.6.5 \
|
||||
rand_chacha-0.1.1 \
|
||||
rand_core-0.3.1 \
|
||||
rand_core-0.4.0 \
|
||||
rand_hc-0.1.0 \
|
||||
rand_isaac-0.1.1 \
|
||||
rand_jitter-0.1.3 \
|
||||
rand_os-0.1.2 \
|
||||
rand_pcg-0.1.1 \
|
||||
rand_xorshift-0.1.0 \
|
||||
redox_syscall-0.1.43 \
|
||||
rand_xorshift-0.1.1 \
|
||||
rdrand-0.4.0 \
|
||||
redox_syscall-0.1.51 \
|
||||
redox_termios-0.1.1 \
|
||||
regex-1.0.6 \
|
||||
regex-syntax-0.6.3 \
|
||||
regex-1.1.0 \
|
||||
regex-syntax-0.6.5 \
|
||||
remove_dir_all-0.5.1 \
|
||||
rls-span-0.4.0 \
|
||||
rustc-ap-arena-306.0.0 \
|
||||
rustc-ap-graphviz-306.0.0 \
|
||||
rustc-ap-rustc_cratesio_shim-306.0.0 \
|
||||
rustc-ap-rustc_data_structures-306.0.0 \
|
||||
rustc-ap-rustc_errors-306.0.0 \
|
||||
rustc-ap-rustc_target-306.0.0 \
|
||||
rustc-ap-serialize-306.0.0 \
|
||||
rustc-ap-syntax-306.0.0 \
|
||||
rustc-ap-syntax_pos-306.0.0 \
|
||||
rls-span-0.4.1 \
|
||||
rustc-ap-arena-407.0.0 \
|
||||
rustc-ap-graphviz-407.0.0 \
|
||||
rustc-ap-rustc_cratesio_shim-407.0.0 \
|
||||
rustc-ap-rustc_data_structures-407.0.0 \
|
||||
rustc-ap-rustc_errors-407.0.0 \
|
||||
rustc-ap-rustc_target-407.0.0 \
|
||||
rustc-ap-serialize-407.0.0 \
|
||||
rustc-ap-syntax-407.0.0 \
|
||||
rustc-ap-syntax_pos-407.0.0 \
|
||||
rustc-hash-1.0.1 \
|
||||
rustc-rayon-0.1.1 \
|
||||
rustc-rayon-core-0.1.1 \
|
||||
rustc-rayon-0.1.2 \
|
||||
rustc-rayon-core-0.1.2 \
|
||||
rustc_version-0.2.3 \
|
||||
ryu-0.2.7 \
|
||||
scoped-tls-0.1.2 \
|
||||
scoped-tls-1.0.0 \
|
||||
scopeguard-0.3.3 \
|
||||
semver-0.9.0 \
|
||||
semver-parser-0.7.0 \
|
||||
serde-1.0.80 \
|
||||
serde_derive-1.0.80 \
|
||||
serde_json-1.0.33 \
|
||||
smallvec-0.6.6 \
|
||||
serde-1.0.87 \
|
||||
serde_derive-1.0.87 \
|
||||
serde_json-1.0.38 \
|
||||
smallvec-0.6.8 \
|
||||
stable_deref_trait-1.1.1 \
|
||||
strsim-0.7.0 \
|
||||
syn-0.15.22 \
|
||||
tempfile-3.0.5 \
|
||||
syn-0.15.26 \
|
||||
tempfile-3.0.6 \
|
||||
termcolor-1.0.4 \
|
||||
termion-1.5.1 \
|
||||
textwrap-0.10.0 \
|
||||
|
|
@ -120,11 +109,10 @@ CARGO_CRATES= aho-corasick-0.6.9 \
|
|||
unreachable-1.0.0 \
|
||||
utf8-ranges-1.0.2 \
|
||||
vec_map-0.8.1 \
|
||||
version_check-0.1.5 \
|
||||
void-1.0.2 \
|
||||
winapi-0.3.6 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.1 \
|
||||
winapi-util-0.1.2 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
wincolor-1.0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
TIMESTAMP = 1549082595
|
||||
TIMESTAMP = 1554796522
|
||||
SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e
|
||||
SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979
|
||||
SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
|
||||
SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087
|
||||
SHA256 (rust/crates/arrayvec-0.4.8.tar.gz) = f405cc4c21cd8b784f6c8fc2adf9bc00f59558f0049b5ec21517f875963040cc
|
||||
SIZE (rust/crates/arrayvec-0.4.8.tar.gz) = 24260
|
||||
SHA256 (rust/crates/arrayvec-0.4.10.tar.gz) = 92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71
|
||||
SIZE (rust/crates/arrayvec-0.4.10.tar.gz) = 26133
|
||||
SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652
|
||||
SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916
|
||||
SHA256 (rust/crates/autocfg-0.1.2.tar.gz) = a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799
|
||||
SIZE (rust/crates/autocfg-0.1.2.tar.gz) = 10444
|
||||
SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12
|
||||
SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282
|
||||
SHA256 (rust/crates/byteorder-1.2.7.tar.gz) = 94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d
|
||||
SIZE (rust/crates/byteorder-1.2.7.tar.gz) = 19640
|
||||
SHA256 (rust/crates/byteorder-1.3.1.tar.gz) = a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb
|
||||
SIZE (rust/crates/byteorder-1.3.1.tar.gz) = 20959
|
||||
SHA256 (rust/crates/cfg-if-0.1.6.tar.gz) = 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4
|
||||
SIZE (rust/crates/cfg-if-0.1.6.tar.gz) = 7411
|
||||
SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e
|
||||
|
|
@ -31,128 +33,130 @@ SHA256 (rust/crates/ena-0.11.0.tar.gz) = f56c93cc076508c549d9bb747f79aa9b4eb098b
|
|||
SIZE (rust/crates/ena-0.11.0.tar.gz) = 19093
|
||||
SHA256 (rust/crates/env_logger-0.6.0.tar.gz) = afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e
|
||||
SIZE (rust/crates/env_logger-0.6.0.tar.gz) = 27887
|
||||
SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82
|
||||
SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565
|
||||
SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7
|
||||
SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191
|
||||
SHA256 (rust/crates/humantime-1.1.1.tar.gz) = 0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e
|
||||
SIZE (rust/crates/humantime-1.1.1.tar.gz) = 16689
|
||||
SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba
|
||||
SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950
|
||||
SHA256 (rust/crates/humantime-1.2.0.tar.gz) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114
|
||||
SIZE (rust/crates/humantime-1.2.0.tar.gz) = 16795
|
||||
SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b
|
||||
SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061
|
||||
SHA256 (rust/crates/jobserver-0.1.12.tar.gz) = dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace
|
||||
SIZE (rust/crates/jobserver-0.1.12.tar.gz) = 19791
|
||||
SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
|
||||
SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
|
||||
SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0
|
||||
SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259
|
||||
SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f
|
||||
SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691
|
||||
SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
|
||||
SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
|
||||
SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c
|
||||
SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967
|
||||
SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6
|
||||
SIZE (rust/crates/log-0.4.6.tar.gz) = 22303
|
||||
SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16
|
||||
SIZE (rust/crates/memchr-2.1.1.tar.gz) = 19591
|
||||
SHA256 (rust/crates/memchr-2.1.3.tar.gz) = e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8
|
||||
SIZE (rust/crates/memchr-2.1.3.tar.gz) = 20069
|
||||
SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3
|
||||
SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618
|
||||
SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945
|
||||
SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508
|
||||
SHA256 (rust/crates/num_cpus-1.8.0.tar.gz) = c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30
|
||||
SIZE (rust/crates/num_cpus-1.8.0.tar.gz) = 10539
|
||||
SHA256 (rust/crates/num_cpus-1.9.0.tar.gz) = 5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238
|
||||
SIZE (rust/crates/num_cpus-1.9.0.tar.gz) = 10599
|
||||
SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13
|
||||
SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233
|
||||
SHA256 (rust/crates/parking_lot-0.6.4.tar.gz) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5
|
||||
SIZE (rust/crates/parking_lot-0.6.4.tar.gz) = 31890
|
||||
SHA256 (rust/crates/parking_lot_core-0.3.1.tar.gz) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c
|
||||
SIZE (rust/crates/parking_lot_core-0.3.1.tar.gz) = 26635
|
||||
SHA256 (rust/crates/proc-macro2-0.4.24.tar.gz) = 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09
|
||||
SIZE (rust/crates/proc-macro2-0.4.24.tar.gz) = 30970
|
||||
SHA256 (rust/crates/parking_lot-0.7.1.tar.gz) = ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337
|
||||
SIZE (rust/crates/parking_lot-0.7.1.tar.gz) = 32670
|
||||
SHA256 (rust/crates/parking_lot_core-0.4.0.tar.gz) = 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9
|
||||
SIZE (rust/crates/parking_lot_core-0.4.0.tar.gz) = 26817
|
||||
SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915
|
||||
SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098
|
||||
SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0
|
||||
SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132
|
||||
SHA256 (rust/crates/quote-0.6.10.tar.gz) = 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c
|
||||
SIZE (rust/crates/quote-0.6.10.tar.gz) = 15795
|
||||
SHA256 (rust/crates/rand-0.4.3.tar.gz) = 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd
|
||||
SIZE (rust/crates/rand-0.4.3.tar.gz) = 76094
|
||||
SHA256 (rust/crates/rand-0.5.5.tar.gz) = e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c
|
||||
SIZE (rust/crates/rand-0.5.5.tar.gz) = 137359
|
||||
SHA256 (rust/crates/rand-0.6.1.tar.gz) = ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a
|
||||
SIZE (rust/crates/rand-0.6.1.tar.gz) = 126613
|
||||
SHA256 (rust/crates/rand_chacha-0.1.0.tar.gz) = 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a
|
||||
SIZE (rust/crates/rand_chacha-0.1.0.tar.gz) = 11637
|
||||
SHA256 (rust/crates/rand_core-0.2.2.tar.gz) = 1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372
|
||||
SIZE (rust/crates/rand_core-0.2.2.tar.gz) = 15450
|
||||
SHA256 (rust/crates/rand_core-0.3.0.tar.gz) = 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db
|
||||
SIZE (rust/crates/rand_core-0.3.0.tar.gz) = 20581
|
||||
SHA256 (rust/crates/quote-0.6.11.tar.gz) = cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1
|
||||
SIZE (rust/crates/quote-0.6.11.tar.gz) = 17283
|
||||
SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca
|
||||
SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814
|
||||
SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef
|
||||
SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703
|
||||
SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b
|
||||
SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483
|
||||
SHA256 (rust/crates/rand_core-0.4.0.tar.gz) = d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0
|
||||
SIZE (rust/crates/rand_core-0.4.0.tar.gz) = 20326
|
||||
SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4
|
||||
SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644
|
||||
SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08
|
||||
SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020
|
||||
SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832
|
||||
SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341
|
||||
SHA256 (rust/crates/rand_os-0.1.2.tar.gz) = b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d
|
||||
SIZE (rust/crates/rand_os-0.1.2.tar.gz) = 18359
|
||||
SHA256 (rust/crates/rand_pcg-0.1.1.tar.gz) = 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05
|
||||
SIZE (rust/crates/rand_pcg-0.1.1.tar.gz) = 10881
|
||||
SHA256 (rust/crates/rand_xorshift-0.1.0.tar.gz) = effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3
|
||||
SIZE (rust/crates/rand_xorshift-0.1.0.tar.gz) = 9194
|
||||
SHA256 (rust/crates/redox_syscall-0.1.43.tar.gz) = 679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d
|
||||
SIZE (rust/crates/redox_syscall-0.1.43.tar.gz) = 15212
|
||||
SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c
|
||||
SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997
|
||||
SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2
|
||||
SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456
|
||||
SHA256 (rust/crates/redox_syscall-0.1.51.tar.gz) = 423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85
|
||||
SIZE (rust/crates/redox_syscall-0.1.51.tar.gz) = 15646
|
||||
SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76
|
||||
SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227
|
||||
SHA256 (rust/crates/regex-1.0.6.tar.gz) = ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467
|
||||
SIZE (rust/crates/regex-1.0.6.tar.gz) = 239455
|
||||
SHA256 (rust/crates/regex-syntax-0.6.3.tar.gz) = fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e
|
||||
SIZE (rust/crates/regex-syntax-0.6.3.tar.gz) = 240173
|
||||
SHA256 (rust/crates/regex-1.1.0.tar.gz) = 37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f
|
||||
SIZE (rust/crates/regex-1.1.0.tar.gz) = 241219
|
||||
SHA256 (rust/crates/regex-syntax-0.6.5.tar.gz) = 8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861
|
||||
SIZE (rust/crates/regex-syntax-0.6.5.tar.gz) = 272475
|
||||
SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5
|
||||
SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726
|
||||
SHA256 (rust/crates/rls-span-0.4.0.tar.gz) = 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a
|
||||
SIZE (rust/crates/rls-span-0.4.0.tar.gz) = 3191
|
||||
SHA256 (rust/crates/rustc-ap-arena-306.0.0.tar.gz) = cbfb540c1347a3993060896b18e0d64084203fa37aaffdc5e5c31264f275d476
|
||||
SIZE (rust/crates/rustc-ap-arena-306.0.0.tar.gz) = 5646
|
||||
SHA256 (rust/crates/rustc-ap-graphviz-306.0.0.tar.gz) = 790ac657d5bf69be9ef56f6810e8a0238b07e8460a88526e11d41f8214eb6c4e
|
||||
SIZE (rust/crates/rustc-ap-graphviz-306.0.0.tar.gz) = 10165
|
||||
SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-306.0.0.tar.gz) = b721cf32b543f3ee90240d7b757ca4a45930fe9981458a50678b4ccd75c472e2
|
||||
SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-306.0.0.tar.gz) = 1235
|
||||
SHA256 (rust/crates/rustc-ap-rustc_data_structures-306.0.0.tar.gz) = 4fa11df199d45ce948b07792ca593f59c1d19d2cb05d35c6b0a02271e772a416
|
||||
SIZE (rust/crates/rustc-ap-rustc_data_structures-306.0.0.tar.gz) = 77595
|
||||
SHA256 (rust/crates/rustc-ap-rustc_errors-306.0.0.tar.gz) = b7ead3163ef995bbba520b88739e1d60f9ccf74fdacdda985067644c8134e827
|
||||
SIZE (rust/crates/rustc-ap-rustc_errors-306.0.0.tar.gz) = 29686
|
||||
SHA256 (rust/crates/rustc-ap-rustc_target-306.0.0.tar.gz) = 688fef9cc27837755019b72b4f13e7a3d3e5012473475f377b75dbb1f07beb5f
|
||||
SIZE (rust/crates/rustc-ap-rustc_target-306.0.0.tar.gz) = 57575
|
||||
SHA256 (rust/crates/rustc-ap-serialize-306.0.0.tar.gz) = 5b2c0e8161e956647592a737074736e6ce05ea36b70c770ea8cca3eb9cb33737
|
||||
SIZE (rust/crates/rustc-ap-serialize-306.0.0.tar.gz) = 35109
|
||||
SHA256 (rust/crates/rustc-ap-syntax-306.0.0.tar.gz) = 1adc189e5e4500a4167b9afa04e67067f40d0039e0e05870c977bebb561f065a
|
||||
SIZE (rust/crates/rustc-ap-syntax-306.0.0.tar.gz) = 323292
|
||||
SHA256 (rust/crates/rustc-ap-syntax_pos-306.0.0.tar.gz) = 4d42c430dbb0be4377bfe6aa5099074c63ac8796b24098562c2e2154aecc5652
|
||||
SIZE (rust/crates/rustc-ap-syntax_pos-306.0.0.tar.gz) = 28323
|
||||
SHA256 (rust/crates/rls-span-0.4.1.tar.gz) = 33d66f1d6c6ccd5c98029f162544131698f6ebb61d8c697681cac409dcd08805
|
||||
SIZE (rust/crates/rls-span-0.4.1.tar.gz) = 3601
|
||||
SHA256 (rust/crates/rustc-ap-arena-407.0.0.tar.gz) = 5aab2fb5e5becf1c9183f6c63b8714817a3e780a20b4fe6b3920751c98a18225
|
||||
SIZE (rust/crates/rustc-ap-arena-407.0.0.tar.gz) = 5417
|
||||
SHA256 (rust/crates/rustc-ap-graphviz-407.0.0.tar.gz) = 0235ff613d4f96176ea56748010b5d8e978605cc47856ba9bb5372f4f38e9c03
|
||||
SIZE (rust/crates/rustc-ap-graphviz-407.0.0.tar.gz) = 9949
|
||||
SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-407.0.0.tar.gz) = 63e04a90b0dd8597da83633961698c61a2948f50c9d4b9a71e8afafc0ba0f158
|
||||
SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-407.0.0.tar.gz) = 1044
|
||||
SHA256 (rust/crates/rustc-ap-rustc_data_structures-407.0.0.tar.gz) = c03988d65fc5130787df32e8ea91738f78a8ed62b7a5bdd77f10e5cceb531d8e
|
||||
SIZE (rust/crates/rustc-ap-rustc_data_structures-407.0.0.tar.gz) = 80080
|
||||
SHA256 (rust/crates/rustc-ap-rustc_errors-407.0.0.tar.gz) = 8b33b9dc34f9fa50bf7e6fd14f2f3c1adc69833acf43c10f3e9795bd4d613712
|
||||
SIZE (rust/crates/rustc-ap-rustc_errors-407.0.0.tar.gz) = 30092
|
||||
SHA256 (rust/crates/rustc-ap-rustc_target-407.0.0.tar.gz) = e6de75caef2c7acba11994614266d60238653657677934817ab368d169333cba
|
||||
SIZE (rust/crates/rustc-ap-rustc_target-407.0.0.tar.gz) = 60803
|
||||
SHA256 (rust/crates/rustc-ap-serialize-407.0.0.tar.gz) = cf09c60aaee892b0fd107544cfe607d8d463e7f33da34aa823566b8fd2b17f53
|
||||
SIZE (rust/crates/rustc-ap-serialize-407.0.0.tar.gz) = 34696
|
||||
SHA256 (rust/crates/rustc-ap-syntax-407.0.0.tar.gz) = 69f38cc120ff317678bbda8c4f58c1bbc1de64b615383ab01480482dde5e95a1
|
||||
SIZE (rust/crates/rustc-ap-syntax-407.0.0.tar.gz) = 321341
|
||||
SHA256 (rust/crates/rustc-ap-syntax_pos-407.0.0.tar.gz) = 20a0a201141c5c416b1924b079eeefc7b013e34ece0740ce4997f358b3684a7f
|
||||
SIZE (rust/crates/rustc-ap-syntax_pos-407.0.0.tar.gz) = 28415
|
||||
SHA256 (rust/crates/rustc-hash-1.0.1.tar.gz) = 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8
|
||||
SIZE (rust/crates/rustc-hash-1.0.1.tar.gz) = 8976
|
||||
SHA256 (rust/crates/rustc-rayon-0.1.1.tar.gz) = 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306
|
||||
SIZE (rust/crates/rustc-rayon-0.1.1.tar.gz) = 128159
|
||||
SHA256 (rust/crates/rustc-rayon-core-0.1.1.tar.gz) = 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649
|
||||
SIZE (rust/crates/rustc-rayon-core-0.1.1.tar.gz) = 54307
|
||||
SHA256 (rust/crates/rustc-rayon-0.1.2.tar.gz) = 8d98c51d9cbbe810c8b6693236d3412d8cd60513ff27a3e1b6af483dca0af544
|
||||
SIZE (rust/crates/rustc-rayon-0.1.2.tar.gz) = 132710
|
||||
SHA256 (rust/crates/rustc-rayon-core-0.1.2.tar.gz) = 526e7b6d2707a5b9bec3927d424ad70fa3cfc68e0ac1b75e46cdbbc95adc5108
|
||||
SIZE (rust/crates/rustc-rayon-core-0.1.2.tar.gz) = 57179
|
||||
SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a
|
||||
SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210
|
||||
SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7
|
||||
SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382
|
||||
SHA256 (rust/crates/scoped-tls-0.1.2.tar.gz) = 332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28
|
||||
SIZE (rust/crates/scoped-tls-0.1.2.tar.gz) = 9079
|
||||
SHA256 (rust/crates/scoped-tls-1.0.0.tar.gz) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2
|
||||
SIZE (rust/crates/scoped-tls-1.0.0.tar.gz) = 9146
|
||||
SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27
|
||||
SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605
|
||||
SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403
|
||||
SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344
|
||||
SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3
|
||||
SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268
|
||||
SHA256 (rust/crates/serde-1.0.80.tar.gz) = 15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef
|
||||
SIZE (rust/crates/serde-1.0.80.tar.gz) = 73057
|
||||
SHA256 (rust/crates/serde_derive-1.0.80.tar.gz) = 225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c
|
||||
SIZE (rust/crates/serde_derive-1.0.80.tar.gz) = 47136
|
||||
SHA256 (rust/crates/serde_json-1.0.33.tar.gz) = c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811
|
||||
SIZE (rust/crates/serde_json-1.0.33.tar.gz) = 69738
|
||||
SHA256 (rust/crates/smallvec-0.6.6.tar.gz) = 622df2d454c29a4d89b30dc3b27b42d7d90d6b9e587dbf8f67652eb7514da484
|
||||
SIZE (rust/crates/smallvec-0.6.6.tar.gz) = 21395
|
||||
SHA256 (rust/crates/serde-1.0.87.tar.gz) = 2e20fde37801e83c891a2dc4ebd3b81f0da4d1fb67a9e0a2a3b921e2536a58ee
|
||||
SIZE (rust/crates/serde-1.0.87.tar.gz) = 71223
|
||||
SHA256 (rust/crates/serde_derive-1.0.87.tar.gz) = 633e97856567e518b59ffb2ad7c7a4fd4c5d91d9c7f32dd38a27b2bf7e8114ea
|
||||
SIZE (rust/crates/serde_derive-1.0.87.tar.gz) = 48593
|
||||
SHA256 (rust/crates/serde_json-1.0.38.tar.gz) = 27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9
|
||||
SIZE (rust/crates/serde_json-1.0.38.tar.gz) = 69619
|
||||
SHA256 (rust/crates/smallvec-0.6.8.tar.gz) = 88aea073965ab29f6edb5493faf96ad662fb18aa9eeb186a3b7057951605ed15
|
||||
SIZE (rust/crates/smallvec-0.6.8.tar.gz) = 21448
|
||||
SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8
|
||||
SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007
|
||||
SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550
|
||||
SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435
|
||||
SHA256 (rust/crates/syn-0.15.22.tar.gz) = ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7
|
||||
SIZE (rust/crates/syn-0.15.22.tar.gz) = 146349
|
||||
SHA256 (rust/crates/tempfile-3.0.5.tar.gz) = 7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2
|
||||
SIZE (rust/crates/tempfile-3.0.5.tar.gz) = 23272
|
||||
SHA256 (rust/crates/syn-0.15.26.tar.gz) = f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9
|
||||
SIZE (rust/crates/syn-0.15.26.tar.gz) = 145493
|
||||
SHA256 (rust/crates/tempfile-3.0.6.tar.gz) = 37daa55a7240c4931c84559f03b3cad7d19535840d1c4a0cc4e9b2fb0dcf70ff
|
||||
SIZE (rust/crates/tempfile-3.0.6.tar.gz) = 23337
|
||||
SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f
|
||||
SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416
|
||||
SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096
|
||||
|
|
@ -173,19 +177,17 @@ SHA256 (rust/crates/utf8-ranges-1.0.2.tar.gz) = 796f7e48bef87609f7ade7e06495a87d
|
|||
SIZE (rust/crates/utf8-ranges-1.0.2.tar.gz) = 8510
|
||||
SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a
|
||||
SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959
|
||||
SHA256 (rust/crates/version_check-0.1.5.tar.gz) = 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd
|
||||
SIZE (rust/crates/version_check-0.1.5.tar.gz) = 8173
|
||||
SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d
|
||||
SIZE (rust/crates/void-1.0.2.tar.gz) = 2356
|
||||
SHA256 (rust/crates/winapi-0.3.6.tar.gz) = 92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0
|
||||
SIZE (rust/crates/winapi-0.3.6.tar.gz) = 1029391
|
||||
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
|
||||
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
|
||||
SHA256 (rust/crates/winapi-util-0.1.1.tar.gz) = afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab
|
||||
SIZE (rust/crates/winapi-util-0.1.1.tar.gz) = 7635
|
||||
SHA256 (rust/crates/winapi-util-0.1.2.tar.gz) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9
|
||||
SIZE (rust/crates/winapi-util-0.1.2.tar.gz) = 7810
|
||||
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
|
||||
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
|
||||
SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba
|
||||
SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737
|
||||
SHA256 (racer-rust-racer-v2.1.17_GH0.tar.gz) = 3dee8b5f448cfe58620e3de78a7efac37e122732bbc41f7876775b805ae355f5
|
||||
SIZE (racer-rust-racer-v2.1.17_GH0.tar.gz) = 194523
|
||||
SHA256 (racer-rust-racer-v2.1.21_GH0.tar.gz) = 92f84fe230af428999a85add90b554ef257046254e467a290b7403d94664ca9e
|
||||
SIZE (racer-rust-racer-v2.1.21_GH0.tar.gz) = 194789
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ PORTNAME= racerd
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.1-56
|
||||
DISTVERSIONSUFFIX= -g29cd4c6
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ultima@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= bindgen
|
||||
DISTVERSION= 0.49.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CRATESIO
|
||||
PKGNAMEPREFIX= rust-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= cbindgen
|
||||
DISTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CRATESIO
|
||||
PKGNAMEPREFIX= rust-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= sccache
|
||||
DISTVERSION= 2.8.0.alpha0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= tokei
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 9.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= doh-proxy
|
||||
DISTVERSION= 0.1.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= kak-lsp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ PORTNAME= parinfer-rust
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.0-198
|
||||
DISTVERSIONSUFFIX= -g506ae2b
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= xi-core
|
||||
PORTVERSION= g20170612
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= genact
|
||||
DISTVERSION= 0.6.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= ja2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.16.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= librsvg
|
||||
PORTVERSION= 2.45.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= GNOME \
|
||||
CRATESIO/libc/0.2.49:libc
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rust
|
||||
PORTVERSION?= 1.33.0
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 1.34.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://static.rust-lang.org/dist/:src \
|
||||
LOCAL/dumbbell/rust:rust_bootstrap \
|
||||
|
|
@ -42,25 +42,13 @@ ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler
|
|||
CONFLICTS_INSTALL?= rust-nightly
|
||||
|
||||
# See WRKSRC/src/stage0.txt for this date and version values.
|
||||
BOOTSTRAPS_DATE?= 2019-01-17
|
||||
BOOTSTRAPS_DATE_aarch64?= 2018-12-20
|
||||
BOOTSTRAPS_DATE_armv6?= 2018-12-20
|
||||
BOOTSTRAPS_DATE_armv7?= 2018-12-20
|
||||
BOOTSTRAPS_DATE_powerpc64?= 2018-12-20
|
||||
BOOTSTRAPS_DATE?= 2019-02-28
|
||||
|
||||
RUST_BOOTSTRAP_VERSION?= 1.32.0
|
||||
RUST_BOOTSTRAP_VERSION_aarch64?= 1.32.0
|
||||
RUST_BOOTSTRAP_VERSION_armv6?= 1.32.0
|
||||
RUST_BOOTSTRAP_VERSION_armv7?= 1.32.0
|
||||
RUST_BOOTSTRAP_VERSION_powerpc64?= 1.32.0
|
||||
RUST_BOOTSTRAP_VERSION?= 1.33.0
|
||||
RUSTC_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
|
||||
RUST_STD_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
|
||||
|
||||
CARGO_BOOTSTRAP_VERSION?= 0.33.0
|
||||
CARGO_BOOTSTRAP_VERSION_aarch64?= 0.33.0
|
||||
CARGO_BOOTSTRAP_VERSION_armv6?= 0.33.0
|
||||
CARGO_BOOTSTRAP_VERSION_armv7?= 0.33.0
|
||||
CARGO_BOOTSTRAP_VERSION_powerpc64?= 0.33.0
|
||||
CARGO_BOOTSTRAP_VERSION?= 0.34.0
|
||||
CARGO_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
|
||||
|
||||
CARGO_VENDOR_DIR?= ${WRKSRC}/vendor
|
||||
|
|
@ -277,7 +265,7 @@ post-install:
|
|||
}' \
|
||||
"$$f" >> ${TMPPLIST}; \
|
||||
done
|
||||
${RM} ${STAGEDIR}${PREFIX}/share/doc/rust/*.old
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/share/doc/rust/*.old
|
||||
${SORT} -u < ${TMPPLIST} > ${TMPPLIST}.uniq
|
||||
${MV} ${TMPPLIST}.uniq ${TMPPLIST}
|
||||
@${RM} \
|
||||
|
|
|
|||
|
|
@ -1,27 +1,39 @@
|
|||
TIMESTAMP = 1551349163
|
||||
SHA256 (rust/rustc-1.33.0-src.tar.xz) = f4b1a72f1a29b23dcc9d7be5f60878f0434560513273906aa93dcd5c0de39b71
|
||||
SIZE (rust/rustc-1.33.0-src.tar.xz) = 100635400
|
||||
SHA256 (rust/2019-01-17/rustc-1.32.0-x86_64-unknown-freebsd.tar.gz) = a14a0e288be8ce894a85810151a2eb70fc86afa36e4a5fae4e903c744b888687
|
||||
SIZE (rust/2019-01-17/rustc-1.32.0-x86_64-unknown-freebsd.tar.gz) = 70385575
|
||||
SHA256 (rust/2019-01-17/rust-std-1.32.0-x86_64-unknown-freebsd.tar.gz) = d50f674379791a93764d383153ed6533cea165ede7f233df4e17563bfdab273c
|
||||
SIZE (rust/2019-01-17/rust-std-1.32.0-x86_64-unknown-freebsd.tar.gz) = 67069445
|
||||
SHA256 (rust/2019-01-17/cargo-0.33.0-x86_64-unknown-freebsd.tar.gz) = e780264949c8e597191f38d4930cad8074890a7a48c04cf10e6864ff0eb4bc8a
|
||||
SIZE (rust/2019-01-17/cargo-0.33.0-x86_64-unknown-freebsd.tar.gz) = 6253970
|
||||
SHA256 (rust/2019-01-17/rustc-1.32.0-i686-unknown-freebsd.tar.gz) = 7bea209a99b8a3c05a80e55fef293d73a68fa57d58120ed5cd11adc9d6b7ed5c
|
||||
SIZE (rust/2019-01-17/rustc-1.32.0-i686-unknown-freebsd.tar.gz) = 71140698
|
||||
SHA256 (rust/2019-01-17/rust-std-1.32.0-i686-unknown-freebsd.tar.gz) = 1189726665509f2a5e44fcdbbe70f691e8ffc748404966c9b73abf62b4f9cb82
|
||||
SIZE (rust/2019-01-17/rust-std-1.32.0-i686-unknown-freebsd.tar.gz) = 67402728
|
||||
SHA256 (rust/2019-01-17/cargo-0.33.0-i686-unknown-freebsd.tar.gz) = cba7cf145100c4e74da1fca20ad272999ec2b55817f26723c3dfc9fd4abd196d
|
||||
SIZE (rust/2019-01-17/cargo-0.33.0-i686-unknown-freebsd.tar.gz) = 6017543
|
||||
SHA256 (rust/2018-12-20/cargo-0.33.0-aarch64-unknown-freebsd.tar.gz) = a13c3f8c17beb6d19f54ac705d87b6dbb9cd09cd945d0ffbaed1a77e8ac38128
|
||||
SHA256 (rust/2018-12-20/cargo-0.33.0-armv6-unknown-freebsd.tar.gz) = 62158d26a9dbc17cfd92882cb48b6ee7a06432b9f18d1f78b90b6973d63be12c
|
||||
SHA256 (rust/2018-12-20/cargo-0.33.0-armv7-unknown-freebsd.tar.gz) = bfb8986a11034cac7329037a2f24c07bcd62ba2d91838f6c28955b2ee639e361
|
||||
SHA256 (rust/2018-12-20/cargo-0.33.0-powerpc64-unknown-freebsd.tar.gz) = 043a4d68de71b868837bc0e30121d4d95282b0d098a1e13da9375f00dd6e51ef
|
||||
SHA256 (rust/2018-12-20/rust-std-1.32.0-aarch64-unknown-freebsd.tar.gz) = c5cb52dab10c19a0bc0548b65a785fdf5765cf43a4a5c6635e44738b9ae69030
|
||||
SHA256 (rust/2018-12-20/rust-std-1.32.0-armv6-unknown-freebsd.tar.gz) = 9572c6db3daaaf1fa5dd1b5ddf2a077e55ebf392ed0bc578dcc5a1ffa75e0343
|
||||
SHA256 (rust/2018-12-20/rust-std-1.32.0-armv7-unknown-freebsd.tar.gz) = 0ad6c70d4c0d843f61845db77f7d571befa07e4623029e6b3dd3ce9f9d568c6f
|
||||
SHA256 (rust/2018-12-20/rust-std-1.32.0-powerpc64-unknown-freebsd.tar.gz) = d619921dfaccf70cde71b4a00f9dc03a8138d3379a6cb4d8729d74d931c2a38b
|
||||
SHA256 (rust/2018-12-20/rustc-1.32.0-aarch64-unknown-freebsd.tar.gz) = 3d1ee268ceba35c899c976fa6d539b39f7ef6fc109190662bc5f5bfd5c843d92
|
||||
SHA256 (rust/2018-12-20/rustc-1.32.0-armv6-unknown-freebsd.tar.gz) = c2896bc52a2e005077252062e97a4bd3543b9003b78f95ecd83dda0242f0e6b5
|
||||
SHA256 (rust/2018-12-20/rustc-1.32.0-armv7-unknown-freebsd.tar.gz) = faf708f0909d4b7e5f8862add9819f5f55cb52b08558760cbdd456e7014df00c
|
||||
SHA256 (rust/2018-12-20/rustc-1.32.0-powerpc64-unknown-freebsd.tar.gz) = 83ccfca0e5c5e2df37ea3f4059dfe3e516c4f74045769dac4602a2da2b2ed1a5
|
||||
TIMESTAMP = 1555004553
|
||||
SHA256 (rust/rustc-1.34.0-src.tar.xz) = a510b3b7ceca370a4b395065039b2a70297e3fb4103b7ff67b1eff771fd98504
|
||||
SIZE (rust/rustc-1.34.0-src.tar.xz) = 95055768
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-aarch64-unknown-freebsd.tar.gz) = 142c3419b0df1bacf97bf6ed6d2d3bcb37a6439b5bf11f258178edac6e3053b3
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-aarch64-unknown-freebsd.tar.gz) = 64575877
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-aarch64-unknown-freebsd.tar.gz) = bbb2ec53d4fcade7002665d4c9c64740ddc14a07d3726555c7a2ffe01b07fd9e
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-aarch64-unknown-freebsd.tar.gz) = 70714457
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-aarch64-unknown-freebsd.tar.gz) = 92bda14b874591342e7584d94a90ce0bd6532f29d638c89eaa50b9d80a8aa0fb
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-aarch64-unknown-freebsd.tar.gz) = 5823541
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-x86_64-unknown-freebsd.tar.gz) = 8bfc7fc50c50294cf4ded35360b41b590180401a0d2e84256f5931c7c1ff35cd
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-x86_64-unknown-freebsd.tar.gz) = 74812594
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-x86_64-unknown-freebsd.tar.gz) = 8eec7a21a3368890fdf0b826e7bc1928775724c0a4bd14d86304cc7e48309237
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-x86_64-unknown-freebsd.tar.gz) = 71459727
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-x86_64-unknown-freebsd.tar.gz) = 0108a0f2e2c4663b4e5cddd5bee04fd7cf5d2c94feb3fc527254a606ee856928
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-x86_64-unknown-freebsd.tar.gz) = 6358006
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-armv6-unknown-freebsd.tar.gz) = 9119a1c743c0dda2d65727e6436f453ab85428c7587d623e21b473e4df44a3ba
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-armv6-unknown-freebsd.tar.gz) = 67496083
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-armv6-unknown-freebsd.tar.gz) = 29ac9b289ae493b6ae5efb2c3dd8bf367466b8f0573007e92d020743eab3d607
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-armv6-unknown-freebsd.tar.gz) = 72846229
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-armv6-unknown-freebsd.tar.gz) = 3f518ce75bdc1b7ed2c600a5a6e6f522d608efe66d0dbff442cad16fd68d36e7
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-armv6-unknown-freebsd.tar.gz) = 5993902
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-armv7-unknown-freebsd.tar.gz) = 9649fa7830648725143dff25e40f1edcacbd50f76a63c84d9b45f264705d2f9a
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-armv7-unknown-freebsd.tar.gz) = 66337581
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-armv7-unknown-freebsd.tar.gz) = 3848af717da0a5b87925d34524b74f76225167ea0261fc2c6d6627115469e4e9
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-armv7-unknown-freebsd.tar.gz) = 72078355
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-armv7-unknown-freebsd.tar.gz) = 7b6c04ec6eddc09367e9b720c8a126363ecbf4c6d787490498a133e8bdec3c4b
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-armv7-unknown-freebsd.tar.gz) = 5036799
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-i686-unknown-freebsd.tar.gz) = f788ef1806f6e51c7df05dc2614f8b95d3d1a59177786dc9c895c16c0d5201aa
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-i686-unknown-freebsd.tar.gz) = 76140989
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-i686-unknown-freebsd.tar.gz) = 00325440bf2c832f9063042bf8999756466cec23f747b62ad3268a316dae39a9
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-i686-unknown-freebsd.tar.gz) = 72221278
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-i686-unknown-freebsd.tar.gz) = 7943c30e3451972ed1a99f26b079c53a1a7317f63ff60cca1ceeebb80a99dc66
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-i686-unknown-freebsd.tar.gz) = 6134900
|
||||
SHA256 (rust/2019-02-28/rustc-1.33.0-powerpc64-unknown-freebsd.tar.gz) = 1ad1e9a0ae5fbc279c7ca5079d80bfd6d8e7861811a689902ca83c95fe92b011
|
||||
SIZE (rust/2019-02-28/rustc-1.33.0-powerpc64-unknown-freebsd.tar.gz) = 74228636
|
||||
SHA256 (rust/2019-02-28/rust-std-1.33.0-powerpc64-unknown-freebsd.tar.gz) = fbd83a5d73329f82180922e4da0aeef529a5c834e5446f7befadb69db2b968f7
|
||||
SIZE (rust/2019-02-28/rust-std-1.33.0-powerpc64-unknown-freebsd.tar.gz) = 74552190
|
||||
SHA256 (rust/2019-02-28/cargo-0.34.0-powerpc64-unknown-freebsd.tar.gz) = 5bedf357c0ce018f85cbea6ba5f9c380602761ebca295e264afc4fbf92766c68
|
||||
SIZE (rust/2019-02-28/cargo-0.34.0-powerpc64-unknown-freebsd.tar.gz) = 6960371
|
||||
|
|
|
|||
|
|
@ -1,16 +1,5 @@
|
|||
--- src/bootstrap/bootstrap.py.orig 2019-01-16 09:30:27 UTC
|
||||
+++ src/bootstrap/bootstrap.py
|
||||
@@ -240,6 +240,10 @@ def default_build_triple():
|
||||
err = "unknown OS type: {}".format(ostype)
|
||||
sys.exit(err)
|
||||
|
||||
+ if cputype == 'powerpc' and ostype == 'unknown-freebsd':
|
||||
+ cputype = subprocess.check_output(
|
||||
+ ['uname', '-p']).strip().decode(default_encoding)
|
||||
+
|
||||
cputype_mapper = {
|
||||
'BePC': 'i686',
|
||||
'aarch64': 'aarch64',
|
||||
@@ -269,6 +273,10 @@ def default_build_triple():
|
||||
cputype = 'arm'
|
||||
if ostype == 'linux-android':
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/bootstrap/native.rs.orig 2019-01-16 09:30:27 UTC
|
||||
--- src/bootstrap/native.rs.orig 2019-04-08 12:42:31 UTC
|
||||
+++ src/bootstrap/native.rs
|
||||
@@ -218,6 +218,10 @@ impl Step for Llvm {
|
||||
@@ -209,6 +209,10 @@ impl Step for Llvm {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/librustc_llvm/build.rs.orig 2019-01-16 09:30:27 UTC
|
||||
--- src/librustc_llvm/build.rs.orig 2019-04-08 12:42:31 UTC
|
||||
+++ src/librustc_llvm/build.rs
|
||||
@@ -256,7 +256,10 @@ fn main() {
|
||||
@@ -254,7 +254,10 @@ fn main() {
|
||||
};
|
||||
|
||||
// C++ runtime library
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- src/librustc_target/spec/armv6_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
--- src/librustc_target/spec/armv6_unknown_freebsd.rs.orig 2019-04-08 21:09:22 UTC
|
||||
+++ src/librustc_target/spec/armv6_unknown_freebsd.rs
|
||||
@@ -0,0 +1,24 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let base = super::freebsd_base::opts();
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- src/librustc_target/spec/armv7_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
--- src/librustc_target/spec/armv7_unknown_freebsd.rs.orig 2019-04-08 21:09:22 UTC
|
||||
+++ src/librustc_target/spec/armv7_unknown_freebsd.rs
|
||||
@@ -0,0 +1,24 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let base = super::freebsd_base::opts();
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/librustc_target/spec/i686_unknown_freebsd.rs.orig 2018-06-19 04:35:53 UTC
|
||||
--- src/librustc_target/spec/i686_unknown_freebsd.rs.orig 2019-04-08 12:42:31 UTC
|
||||
+++ src/librustc_target/spec/i686_unknown_freebsd.rs
|
||||
@@ -12,7 +12,7 @@ use spec::{LinkerFlavor, Target, TargetResult};
|
||||
@@ -2,7 +2,7 @@ use crate::spec::{LinkerFlavor, Target, TargetResult};
|
||||
|
||||
pub fn target() -> TargetResult {
|
||||
let mut base = super::freebsd_base::opts();
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
--- src/librustc_target/spec/mod.rs.orig 2019-01-16 09:30:27 UTC
|
||||
--- src/librustc_target/spec/mod.rs.orig 2019-04-08 12:42:31 UTC
|
||||
+++ src/librustc_target/spec/mod.rs
|
||||
@@ -333,7 +333,10 @@ supported_targets! {
|
||||
@@ -376,6 +376,8 @@ supported_targets! {
|
||||
("aarch64-linux-android", aarch64_linux_android),
|
||||
|
||||
("aarch64-unknown-freebsd", aarch64_unknown_freebsd),
|
||||
+ ("armv6-unknown-freebsd", armv6_unknown_freebsd),
|
||||
+ ("armv7-unknown-freebsd", armv7_unknown_freebsd),
|
||||
("i686-unknown-freebsd", i686_unknown_freebsd),
|
||||
+ ("powerpc64-unknown-freebsd", powerpc64_unknown_freebsd),
|
||||
("powerpc64-unknown-freebsd", powerpc64_unknown_freebsd),
|
||||
("x86_64-unknown-freebsd", x86_64_unknown_freebsd),
|
||||
|
||||
("i686-unknown-dragonfly", i686_unknown_dragonfly),
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
--- src/librustc_target/spec/powerpc64_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
+++ src/librustc_target/spec/powerpc64_unknown_freebsd.rs
|
||||
@@ -0,0 +1,22 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let mut base = super::freebsd_base::opts();
|
||||
+ base.cpu = "ppc64".to_string();
|
||||
+ base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m64".to_string());
|
||||
+ base.max_atomic_width = Some(64);
|
||||
+
|
||||
+ Ok(Target {
|
||||
+ llvm_target: "powerpc64-unknown-freebsd".to_string(),
|
||||
+ target_endian: "big".to_string(),
|
||||
+ target_pointer_width: "64".to_string(),
|
||||
+ target_c_int_width: "32".to_string(),
|
||||
+ data_layout: "E-m:e-i64:64-n32:64".to_string(),
|
||||
+ arch: "powerpc64".to_string(),
|
||||
+ target_os: "freebsd".to_string(),
|
||||
+ target_env: String::new(),
|
||||
+ target_vendor: "unknown".to_string(),
|
||||
+ linker_flavor: LinkerFlavor::Gcc,
|
||||
+ options: base,
|
||||
+ })
|
||||
+}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/libstd/sys/unix/stack_overflow.rs.orig 2019-01-16 09:30:27 UTC
|
||||
--- src/libstd/sys/unix/stack_overflow.rs.orig 2019-04-08 12:42:31 UTC
|
||||
+++ src/libstd/sys/unix/stack_overflow.rs
|
||||
@@ -151,6 +151,7 @@ mod imp {
|
||||
@@ -141,6 +141,7 @@ mod imp {
|
||||
#[cfg(any(target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "bitrig",
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "solaris"))]
|
||||
@@ -158,8 +159,7 @@ mod imp {
|
||||
@@ -148,8 +149,7 @@ mod imp {
|
||||
libc::stack_t { ss_sp: get_stackp(), ss_flags: 0, ss_size: SIGSTKSZ }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- src/llvm/utils/llvm-build/llvmbuild/main.py.orig 2018-12-13 15:33:50 UTC
|
||||
+++ src/llvm/utils/llvm-build/llvmbuild/main.py
|
||||
--- src/llvm-project/llvm/utils/llvm-build/llvmbuild/main.py.orig 2018-12-13 15:33:50 UTC
|
||||
+++ src/llvm-project/llvm/utils/llvm-build/llvmbuild/main.py
|
||||
@@ -659,6 +659,8 @@ def add_magic_target_components(parser, project, opts)
|
||||
# We handle a few special cases of target names here for historical
|
||||
# reasons, as these are the names configure currently comes up with.
|
||||
|
|
@ -11,8 +11,8 @@ note: lint level defined here
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
||||
|
||||
--- src/stdsimd/stdsimd/arch/detect/os/aarch64.rs.orig 2019-02-25 09:19:48 UTC
|
||||
+++ src/stdsimd/stdsimd/arch/detect/os/aarch64.rs
|
||||
--- src/stdsimd/crates/std_detect/src/detect/os/aarch64.rs.orig 2019-04-08 12:42:49 UTC
|
||||
+++ src/stdsimd/crates/std_detect/src/detect/os/aarch64.rs
|
||||
@@ -6,7 +6,7 @@
|
||||
//! AArch64 system registers ID_AA64ISAR0_EL1, ID_AA64PFR0_EL1, ID_AA64ISAR1_EL1
|
||||
//! have bits dedicated to features like AdvSIMD, CRC32, AES, atomics (LSE), etc.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- vendor/backtrace/src/backtrace/libunwind.rs.orig 2019-01-16 11:06:07 UTC
|
||||
--- vendor/backtrace/src/backtrace/libunwind.rs.orig 2019-04-08 14:18:22 UTC
|
||||
+++ vendor/backtrace/src/backtrace/libunwind.rs
|
||||
@@ -115,12 +115,14 @@ mod uw {
|
||||
@@ -113,12 +113,14 @@ mod uw {
|
||||
|
||||
// available since GCC 4.2.0, should be fine for our purpose
|
||||
#[cfg(all(not(all(target_os = "android", target_arch = "arm")),
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
not(all(target_os = "linux", target_arch = "arm"))))]
|
||||
pub fn _Unwind_FindEnclosingFunction(pc: *mut c_void)
|
||||
-> *mut c_void;
|
||||
@@ -130,6 +132,7 @@ mod uw {
|
||||
@@ -128,6 +130,7 @@ mod uw {
|
||||
// expansion of the macro. This is all copy/pasted directly from the
|
||||
// header file with the definition of _Unwind_GetIP.
|
||||
#[cfg(any(all(target_os = "android", target_arch = "arm"),
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
all(target_os = "linux", target_arch = "arm")))]
|
||||
pub unsafe fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t {
|
||||
#[repr(C)]
|
||||
@@ -177,6 +180,7 @@ mod uw {
|
||||
@@ -175,6 +178,7 @@ mod uw {
|
||||
// This function doesn't exist on Android or ARM/Linux, so make it same
|
||||
// to _Unwind_GetIP
|
||||
#[cfg(any(all(target_os = "android", target_arch = "arm"),
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
all(target_os = "linux", target_arch = "arm")))]
|
||||
pub unsafe fn _Unwind_GetIPInfo(ctx: *mut _Unwind_Context,
|
||||
ip_before_insn: *mut c_int)
|
||||
@@ -189,6 +193,7 @@ mod uw {
|
||||
@@ -187,6 +191,7 @@ mod uw {
|
||||
// This function also doesn't exist on Android or ARM/Linux, so make it
|
||||
// a no-op
|
||||
#[cfg(any(target_os = "android",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- vendor/compiler_builtins/build.rs.orig 2019-01-16 09:30:44 UTC
|
||||
--- vendor/compiler_builtins/build.rs.orig 2019-04-08 14:18:23 UTC
|
||||
+++ vendor/compiler_builtins/build.rs
|
||||
@@ -308,6 +308,10 @@ mod c {
|
||||
@@ -311,6 +311,10 @@ mod c {
|
||||
],
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2019-01-16 11:06:08 UTC
|
||||
--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2019-04-08 14:18:24 UTC
|
||||
+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs
|
||||
@@ -1154,6 +1154,12 @@ cfg_if! {
|
||||
@@ -1155,6 +1155,12 @@ cfg_if! {
|
||||
} else if #[cfg(target_arch = "aarch64")] {
|
||||
mod aarch64;
|
||||
pub use self::aarch64::*;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- vendor/rustc-ap-rustc_target/spec/armv6_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
+++ vendor/rustc-ap-rustc_target/spec/armv6_unknown_freebsd.rs
|
||||
@@ -0,0 +1,24 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let base = super::freebsd_base::opts();
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- vendor/rustc-ap-rustc_target/spec/armv7_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
+++ vendor/rustc-ap-rustc_target/spec/armv7_unknown_freebsd.rs
|
||||
@@ -0,0 +1,24 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let base = super::freebsd_base::opts();
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
--- vendor/rustc-ap-rustc_target/spec/mod.rs.orig 2019-01-16 11:06:09 UTC
|
||||
--- vendor/rustc-ap-rustc_target/spec/mod.rs.orig 2019-04-08 14:18:26 UTC
|
||||
+++ vendor/rustc-ap-rustc_target/spec/mod.rs
|
||||
@@ -331,7 +331,10 @@ supported_targets! {
|
||||
@@ -368,6 +368,8 @@ supported_targets! {
|
||||
("aarch64-linux-android", aarch64_linux_android),
|
||||
|
||||
("aarch64-unknown-freebsd", aarch64_unknown_freebsd),
|
||||
+ ("armv6-unknown-freebsd", armv6_unknown_freebsd),
|
||||
+ ("armv7-unknown-freebsd", armv7_unknown_freebsd),
|
||||
("i686-unknown-freebsd", i686_unknown_freebsd),
|
||||
+ ("powerpc64-unknown-freebsd", powerpc64_unknown_freebsd),
|
||||
("powerpc64-unknown-freebsd", powerpc64_unknown_freebsd),
|
||||
("x86_64-unknown-freebsd", x86_64_unknown_freebsd),
|
||||
|
||||
("i686-unknown-dragonfly", i686_unknown_dragonfly),
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
--- vendor/rustc-ap-rustc_target/spec/powerpc64_unknown_freebsd.rs.orig 2019-02-15 13:41:07 UTC
|
||||
+++ vendor/rustc-ap-rustc_target/spec/powerpc64_unknown_freebsd.rs
|
||||
@@ -0,0 +1,22 @@
|
||||
+use spec::{LinkerFlavor, Target, TargetResult};
|
||||
+
|
||||
+pub fn target() -> TargetResult {
|
||||
+ let mut base = super::freebsd_base::opts();
|
||||
+ base.cpu = "ppc64".to_string();
|
||||
+ base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m64".to_string());
|
||||
+ base.max_atomic_width = Some(64);
|
||||
+
|
||||
+ Ok(Target {
|
||||
+ llvm_target: "powerpc64-unknown-freebsd".to_string(),
|
||||
+ target_endian: "big".to_string(),
|
||||
+ target_pointer_width: "64".to_string(),
|
||||
+ target_c_int_width: "32".to_string(),
|
||||
+ data_layout: "E-m:e-i64:64-n32:64".to_string(),
|
||||
+ arch: "powerpc64".to_string(),
|
||||
+ target_os: "freebsd".to_string(),
|
||||
+ target_env: String::new(),
|
||||
+ target_vendor: "unknown".to_string(),
|
||||
+ linker_flavor: LinkerFlavor::Gcc,
|
||||
+ options: base,
|
||||
+ })
|
||||
+}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 60.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail news net-im ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= rav1e
|
||||
PORTVERSION= s20190410
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= fractal
|
||||
DISTVERSION= 4.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= rabbiteer
|
||||
DISTVERSION= 1.4.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= dch@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= routinator
|
||||
PORTVERSION= 0.3.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= jaap@NLnetLabs.nl
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= cargo-audit
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= suricata
|
||||
DISTVERSION= 4.1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.openinfosecfoundation.org/download/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= ion
|
||||
DISTVERSION= 1.0.5-900
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= shells
|
||||
PKGNAMESUFFIX= -shell
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= exa
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.0
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= fd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 7.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX= -find
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= flowgger
|
||||
DISTVERSION= 0.2.6-28
|
||||
DISTVERSIONSUFFIX= -gab572a0
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= sandboxfs
|
||||
DISTVERSIONPREFIX= sandboxfs-
|
||||
DISTVERSION= 0.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= hexyl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= potnet
|
||||
DISTVERSION= 0.1.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= bat
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.10.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
PORTNAME= ripgrep
|
||||
DISTVERSION= 0.10.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= petteri.valkonen@iki.fi
|
||||
|
|
|
|||
|
|
@ -1,663 +0,0 @@
|
|||
Workaround from Firefox 67 until Rust 1.34 update
|
||||
|
||||
https://github.com/hsivonen/packed_simd/commit/3541e3818fdc
|
||||
|
||||
--- cargo-crates/packed_simd-0.3.3/src/api.rs.orig 2019-02-05 20:18:53 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/api.rs
|
||||
@@ -1,7 +1,5 @@
|
||||
//! Implements the Simd<[T; N]> APIs
|
||||
|
||||
-#[macro_use]
|
||||
-mod bitmask;
|
||||
crate mod cast;
|
||||
#[macro_use]
|
||||
mod cmp;
|
||||
@@ -41,7 +39,7 @@ crate mod into_bits;
|
||||
|
||||
macro_rules! impl_i {
|
||||
([$elem_ty:ident; $elem_n:expr]: $tuple_id:ident, $mask_ty:ident
|
||||
- | $ielem_ty:ident, $ibitmask_ty:ident | $test_tt:tt | $($elem_ids:ident),*
|
||||
+ | $ielem_ty:ident | $test_tt:tt | $($elem_ids:ident),*
|
||||
| From: $($from_vec_ty:ident),* | $(#[$doc:meta])*) => {
|
||||
impl_minimal_iuf!([$elem_ty; $elem_n]: $tuple_id | $ielem_ty | $test_tt
|
||||
| $($elem_ids),* | $(#[$doc])*);
|
||||
@@ -95,7 +93,6 @@ macro_rules! impl_i {
|
||||
);
|
||||
impl_cmp_partial_ord!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
impl_cmp_ord!([$elem_ty; $elem_n]: $tuple_id | $test_tt | (0, 1));
|
||||
- impl_bitmask!($tuple_id | $ibitmask_ty | (-1, 0) | $test_tt);
|
||||
|
||||
test_select!($elem_ty, $mask_ty, $tuple_id, (1, 2) | $test_tt);
|
||||
test_cmp_partial_ord_int!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
@@ -105,7 +102,7 @@ macro_rules! impl_i {
|
||||
|
||||
macro_rules! impl_u {
|
||||
([$elem_ty:ident; $elem_n:expr]: $tuple_id:ident, $mask_ty:ident
|
||||
- | $ielem_ty:ident, $ibitmask_ty:ident | $test_tt:tt | $($elem_ids:ident),*
|
||||
+ | $ielem_ty:ident | $test_tt:tt | $($elem_ids:ident),*
|
||||
| From: $($from_vec_ty:ident),* | $(#[$doc:meta])*) => {
|
||||
impl_minimal_iuf!([$elem_ty; $elem_n]: $tuple_id | $ielem_ty | $test_tt
|
||||
| $($elem_ids),* | $(#[$doc])*);
|
||||
@@ -158,8 +155,6 @@ macro_rules! impl_u {
|
||||
);
|
||||
impl_cmp_partial_ord!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
impl_cmp_ord!([$elem_ty; $elem_n]: $tuple_id | $test_tt | (0, 1));
|
||||
- impl_bitmask!($tuple_id | $ibitmask_ty | ($ielem_ty::max_value(), 0) |
|
||||
- $test_tt);
|
||||
|
||||
test_select!($elem_ty, $mask_ty, $tuple_id, (1, 2) | $test_tt);
|
||||
test_cmp_partial_ord_int!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
@@ -227,8 +222,7 @@ macro_rules! impl_f {
|
||||
}
|
||||
|
||||
macro_rules! impl_m {
|
||||
- ([$elem_ty:ident; $elem_n:expr]: $tuple_id:ident
|
||||
- | $ielem_ty:ident, $ibitmask_ty:ident
|
||||
+ ([$elem_ty:ident; $elem_n:expr]: $tuple_id:ident | $ielem_ty:ident
|
||||
| $test_tt:tt | $($elem_ids:ident),* | From: $($from_vec_ty:ident),*
|
||||
| $(#[$doc:meta])*) => {
|
||||
impl_minimal_mask!(
|
||||
@@ -271,7 +265,6 @@ macro_rules! impl_m {
|
||||
[$elem_ty; $elem_n]: $tuple_id | $test_tt | (false, true)
|
||||
);
|
||||
impl_shuffle1_dyn!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
- impl_bitmask!($tuple_id | $ibitmask_ty | (true, false) | $test_tt);
|
||||
|
||||
test_cmp_partial_ord_mask!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
test_shuffle1_dyn_mask!([$elem_ty; $elem_n]: $tuple_id | $test_tt);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/api/bitmask.rs.orig 2019-02-05 20:18:53 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/api/bitmask.rs
|
||||
@@ -1,82 +0,0 @@
|
||||
-//! Bitmask API
|
||||
-
|
||||
-macro_rules! impl_bitmask {
|
||||
- ($id:ident | $ibitmask_ty:ident | ($set:expr, $clear:expr)
|
||||
- | $test_tt:tt) => {
|
||||
- impl $id {
|
||||
- /// Creates a bitmask with the MSB of each vector lane.
|
||||
- ///
|
||||
- /// If the vector has less than 8 lanes, the bits that do not
|
||||
- /// correspond to any vector lanes are cleared.
|
||||
- #[inline]
|
||||
- pub fn bitmask(self) -> $ibitmask_ty {
|
||||
- unsafe { codegen::llvm::simd_bitmask(self.0) }
|
||||
- }
|
||||
- }
|
||||
-
|
||||
- test_if! {
|
||||
- $test_tt:
|
||||
- paste::item! {
|
||||
- #[cfg(not(any(
|
||||
- // FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/210
|
||||
- all(target_arch = "mips", target_endian = "big"),
|
||||
- all(target_arch = "mips64", target_endian = "big"),
|
||||
- target_arch = "sparc64",
|
||||
- target_arch = "s390x",
|
||||
- )))]
|
||||
- pub mod [<$id _bitmask>] {
|
||||
- use super::*;
|
||||
- #[cfg_attr(not(target_arch = "wasm32"), test)]
|
||||
- #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
|
||||
- fn bitmask() {
|
||||
- // clear all lanes
|
||||
- let vec = $id::splat($clear as _);
|
||||
- let bitmask: $ibitmask_ty = 0;
|
||||
- assert_eq!(vec.bitmask(), bitmask);
|
||||
-
|
||||
- // set even lanes
|
||||
- let mut vec = $id::splat($clear as _);
|
||||
- for i in 0..$id::lanes() {
|
||||
- if i % 2 == 0 {
|
||||
- vec = vec.replace(i, $set as _);
|
||||
- }
|
||||
- }
|
||||
- // create bitmask with even lanes set:
|
||||
- let mut bitmask: $ibitmask_ty = 0;
|
||||
- for i in 0..$id::lanes() {
|
||||
- if i % 2 == 0 {
|
||||
- bitmask |= 1 << i;
|
||||
- }
|
||||
- }
|
||||
- assert_eq!(vec.bitmask(), bitmask);
|
||||
-
|
||||
-
|
||||
- // set odd lanes
|
||||
- let mut vec = $id::splat($clear as _);
|
||||
- for i in 0..$id::lanes() {
|
||||
- if i % 2 != 0 {
|
||||
- vec = vec.replace(i, $set as _);
|
||||
- }
|
||||
- }
|
||||
- // create bitmask with odd lanes set:
|
||||
- let mut bitmask: $ibitmask_ty = 0;
|
||||
- for i in 0..$id::lanes() {
|
||||
- if i % 2 != 0 {
|
||||
- bitmask |= 1 << i;
|
||||
- }
|
||||
- }
|
||||
- assert_eq!(vec.bitmask(), bitmask);
|
||||
-
|
||||
- // set all lanes
|
||||
- let vec = $id::splat($set as _);
|
||||
- let mut bitmask: $ibitmask_ty = 0;
|
||||
- for i in 0..$id::lanes() {
|
||||
- bitmask |= 1 << i;
|
||||
- }
|
||||
- assert_eq!(vec.bitmask(), bitmask);
|
||||
- }
|
||||
- }
|
||||
- }
|
||||
- }
|
||||
- };
|
||||
-}
|
||||
--- cargo-crates/packed_simd-0.3.3/src/codegen/llvm.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/codegen/llvm.rs
|
||||
@@ -96,6 +96,4 @@ extern "platform-intrinsic" {
|
||||
|
||||
crate fn simd_gather<T, P, M>(value: T, pointers: P, mask: M) -> T;
|
||||
crate fn simd_scatter<T, P, M>(value: T, pointers: P, mask: M);
|
||||
-
|
||||
- crate fn simd_bitmask<T, U>(value: T) -> U;
|
||||
}
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v128.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v128.rs
|
||||
@@ -3,40 +3,40 @@
|
||||
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([i8; 16]: i8x16, m8x16 | i8, u16 | test_v128 |
|
||||
+impl_i!([i8; 16]: i8x16, m8x16 | i8 | test_v128 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: |
|
||||
/// A 128-bit vector with 16 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 16]: u8x16, m8x16 | u8, u16 | test_v128 |
|
||||
+impl_u!([u8; 16]: u8x16, m8x16 | u8 | test_v128 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: |
|
||||
/// A 128-bit vector with 16 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 16]: m8x16 | i8, u16 | test_v128 |
|
||||
+impl_m!([m8; 16]: m8x16 | i8 | test_v128 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: m16x16 |
|
||||
/// A 128-bit vector mask with 16 `m8` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i16; 8]: i16x8, m16x8 | i16, u8 | test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_i!([i16; 8]: i16x8, m16x8 | i16 | test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: i8x8, u8x8 |
|
||||
/// A 128-bit vector with 8 `i16` lanes.
|
||||
);
|
||||
-impl_u!([u16; 8]: u16x8, m16x8 | u16, u8 | test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_u!([u16; 8]: u16x8, m16x8 | u16| test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: u8x8 |
|
||||
/// A 128-bit vector with 8 `u16` lanes.
|
||||
);
|
||||
-impl_m!([m16; 8]: m16x8 | i16, u8 | test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_m!([m16; 8]: m16x8 | i16 | test_v128 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: m8x8, m32x8 |
|
||||
/// A 128-bit vector mask with 8 `m16` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i32; 4]: i32x4, m32x4 | i32, u8 | test_v128 | x0, x1, x2, x3 |
|
||||
+impl_i!([i32; 4]: i32x4, m32x4 | i32 | test_v128 | x0, x1, x2, x3 |
|
||||
From: i8x4, u8x4, i16x4, u16x4 |
|
||||
/// A 128-bit vector with 4 `i32` lanes.
|
||||
);
|
||||
-impl_u!([u32; 4]: u32x4, m32x4 | u32, u8 | test_v128 | x0, x1, x2, x3 |
|
||||
+impl_u!([u32; 4]: u32x4, m32x4 | u32| test_v128 | x0, x1, x2, x3 |
|
||||
From: u8x4, u16x4 |
|
||||
/// A 128-bit vector with 4 `u32` lanes.
|
||||
);
|
||||
@@ -44,16 +44,16 @@ impl_f!([f32; 4]: f32x4, m32x4 | f32 | test_v128 | x0,
|
||||
From: i8x4, u8x4, i16x4, u16x4 |
|
||||
/// A 128-bit vector with 4 `f32` lanes.
|
||||
);
|
||||
-impl_m!([m32; 4]: m32x4 | i32, u8 | test_v128 | x0, x1, x2, x3 |
|
||||
+impl_m!([m32; 4]: m32x4 | i32 | test_v128 | x0, x1, x2, x3 |
|
||||
From: m8x4, m16x4, m64x4 |
|
||||
/// A 128-bit vector mask with 4 `m32` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i64; 2]: i64x2, m64x2 | i64, u8 | test_v128 | x0, x1 |
|
||||
+impl_i!([i64; 2]: i64x2, m64x2 | i64 | test_v128 | x0, x1 |
|
||||
From: i8x2, u8x2, i16x2, u16x2, i32x2, u32x2 |
|
||||
/// A 128-bit vector with 2 `i64` lanes.
|
||||
);
|
||||
-impl_u!([u64; 2]: u64x2, m64x2 | u64, u8 | test_v128 | x0, x1 |
|
||||
+impl_u!([u64; 2]: u64x2, m64x2 | u64 | test_v128 | x0, x1 |
|
||||
From: u8x2, u16x2, u32x2 |
|
||||
/// A 128-bit vector with 2 `u64` lanes.
|
||||
);
|
||||
@@ -61,20 +61,20 @@ impl_f!([f64; 2]: f64x2, m64x2 | f64 | test_v128 | x0,
|
||||
From: i8x2, u8x2, i16x2, u16x2, i32x2, u32x2, f32x2 |
|
||||
/// A 128-bit vector with 2 `f64` lanes.
|
||||
);
|
||||
-impl_m!([m64; 2]: m64x2 | i64, u8 | test_v128 | x0, x1 |
|
||||
+impl_m!([m64; 2]: m64x2 | i64 | test_v128 | x0, x1 |
|
||||
From: m8x2, m16x2, m32x2, m128x2 |
|
||||
/// A 128-bit vector mask with 2 `m64` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i128; 1]: i128x1, m128x1 | i128, u8 | test_v128 | x0 |
|
||||
+impl_i!([i128; 1]: i128x1, m128x1 | i128 | test_v128 | x0 |
|
||||
From: /*i8x1, u8x1, i16x1, u16x1, i32x1, u32x1, i64x1, u64x1 */ | // FIXME: unary small vector types
|
||||
/// A 128-bit vector with 1 `i128` lane.
|
||||
);
|
||||
-impl_u!([u128; 1]: u128x1, m128x1 | u128, u8 | test_v128 | x0 |
|
||||
+impl_u!([u128; 1]: u128x1, m128x1 | u128 | test_v128 | x0 |
|
||||
From: /*u8x1, u16x1, u32x1, u64x1 */ | // FIXME: unary small vector types
|
||||
/// A 128-bit vector with 1 `u128` lane.
|
||||
);
|
||||
-impl_m!([m128; 1]: m128x1 | i128, u8 | test_v128 | x0 |
|
||||
+impl_m!([m128; 1]: m128x1 | i128 | test_v128 | x0 |
|
||||
From: /*m8x1, m16x1, m32x1, m64x1 */ | // FIXME: unary small vector types
|
||||
/// A 128-bit vector mask with 1 `m128` lane.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v16.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v16.rs
|
||||
@@ -2,15 +2,15 @@
|
||||
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([i8; 2]: i8x2, m8x2 | i8, u8 | test_v16 | x0, x1 |
|
||||
+impl_i!([i8; 2]: i8x2, m8x2 | i8 | test_v16 | x0, x1 |
|
||||
From: |
|
||||
/// A 16-bit vector with 2 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 2]: u8x2, m8x2 | u8, u8 | test_v16 | x0, x1 |
|
||||
+impl_u!([u8; 2]: u8x2, m8x2 | u8 | test_v16 | x0, x1 |
|
||||
From: |
|
||||
/// A 16-bit vector with 2 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 2]: m8x2 | i8, u8 | test_v16 | x0, x1 |
|
||||
+impl_m!([m8; 2]: m8x2 | i8 | test_v16 | x0, x1 |
|
||||
From: m16x2, m32x2, m64x2, m128x2 |
|
||||
/// A 16-bit vector mask with 2 `m8` lanes.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v256.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v256.rs
|
||||
@@ -3,46 +3,46 @@
|
||||
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([i8; 32]: i8x32, m8x32 | i8, u32 | test_v256 |
|
||||
+impl_i!([i8; 32]: i8x32, m8x32 | i8 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: |
|
||||
/// A 256-bit vector with 32 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 32]: u8x32, m8x32 | u8, u32 | test_v256 |
|
||||
+impl_u!([u8; 32]: u8x32, m8x32 | u8 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: |
|
||||
/// A 256-bit vector with 32 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 32]: m8x32 | i8, u32 | test_v256 |
|
||||
+impl_m!([m8; 32]: m8x32 | i8 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: |
|
||||
/// A 256-bit vector mask with 32 `m8` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i16; 16]: i16x16, m16x16 | i16, u16 | test_v256 |
|
||||
+impl_i!([i16; 16]: i16x16, m16x16 | i16 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: i8x16, u8x16 |
|
||||
/// A 256-bit vector with 16 `i16` lanes.
|
||||
);
|
||||
-impl_u!([u16; 16]: u16x16, m16x16 | u16, u16 | test_v256 |
|
||||
+impl_u!([u16; 16]: u16x16, m16x16 | u16 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: u8x16 |
|
||||
/// A 256-bit vector with 16 `u16` lanes.
|
||||
);
|
||||
-impl_m!([m16; 16]: m16x16 | i16, u16 | test_v256 |
|
||||
+impl_m!([m16; 16]: m16x16 | i16 | test_v256 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: m8x16 |
|
||||
/// A 256-bit vector mask with 16 `m16` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i32; 8]: i32x8, m32x8 | i32, u8 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_i!([i32; 8]: i32x8, m32x8 | i32 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: i8x8, u8x8, i16x8, u16x8 |
|
||||
/// A 256-bit vector with 8 `i32` lanes.
|
||||
);
|
||||
-impl_u!([u32; 8]: u32x8, m32x8 | u32, u8 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_u!([u32; 8]: u32x8, m32x8 | u32 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: u8x8, u16x8 |
|
||||
/// A 256-bit vector with 8 `u32` lanes.
|
||||
);
|
||||
@@ -50,16 +50,16 @@ impl_f!([f32; 8]: f32x8, m32x8 | f32 | test_v256 | x0,
|
||||
From: i8x8, u8x8, i16x8, u16x8 |
|
||||
/// A 256-bit vector with 8 `f32` lanes.
|
||||
);
|
||||
-impl_m!([m32; 8]: m32x8 | i32, u8 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_m!([m32; 8]: m32x8 | i32 | test_v256 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: m8x8, m16x8 |
|
||||
/// A 256-bit vector mask with 8 `m32` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i64; 4]: i64x4, m64x4 | i64, u8 | test_v256 | x0, x1, x2, x3 |
|
||||
+impl_i!([i64; 4]: i64x4, m64x4 | i64 | test_v256 | x0, x1, x2, x3 |
|
||||
From: i8x4, u8x4, i16x4, u16x4, i32x4, u32x4 |
|
||||
/// A 256-bit vector with 4 `i64` lanes.
|
||||
);
|
||||
-impl_u!([u64; 4]: u64x4, m64x4 | u64, u8 | test_v256 | x0, x1, x2, x3 |
|
||||
+impl_u!([u64; 4]: u64x4, m64x4 | u64 | test_v256 | x0, x1, x2, x3 |
|
||||
From: u8x4, u16x4, u32x4 |
|
||||
/// A 256-bit vector with 4 `u64` lanes.
|
||||
);
|
||||
@@ -67,20 +67,20 @@ impl_f!([f64; 4]: f64x4, m64x4 | f64 | test_v256 | x0,
|
||||
From: i8x4, u8x4, i16x4, u16x4, i32x4, u32x4, f32x4 |
|
||||
/// A 256-bit vector with 4 `f64` lanes.
|
||||
);
|
||||
-impl_m!([m64; 4]: m64x4 | i64, u8 | test_v256 | x0, x1, x2, x3 |
|
||||
+impl_m!([m64; 4]: m64x4 | i64 | test_v256 | x0, x1, x2, x3 |
|
||||
From: m8x4, m16x4, m32x4 |
|
||||
/// A 256-bit vector mask with 4 `m64` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i128; 2]: i128x2, m128x2 | i128, u8 | test_v256 | x0, x1 |
|
||||
+impl_i!([i128; 2]: i128x2, m128x2 | i128 | test_v256 | x0, x1 |
|
||||
From: i8x2, u8x2, i16x2, u16x2, i32x2, u32x2, i64x2, u64x2 |
|
||||
/// A 256-bit vector with 2 `i128` lanes.
|
||||
);
|
||||
-impl_u!([u128; 2]: u128x2, m128x2 | u128, u8 | test_v256 | x0, x1 |
|
||||
+impl_u!([u128; 2]: u128x2, m128x2 | u128 | test_v256 | x0, x1 |
|
||||
From: u8x2, u16x2, u32x2, u64x2 |
|
||||
/// A 256-bit vector with 2 `u128` lanes.
|
||||
);
|
||||
-impl_m!([m128; 2]: m128x2 | i128, u8 | test_v256 | x0, x1 |
|
||||
+impl_m!([m128; 2]: m128x2 | i128 | test_v256 | x0, x1 |
|
||||
From: m8x2, m16x2, m32x2, m64x2 |
|
||||
/// A 256-bit vector mask with 2 `m128` lanes.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v32.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v32.rs
|
||||
@@ -2,28 +2,28 @@
|
||||
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([i8; 4]: i8x4, m8x4 | i8, u8 | test_v32 | x0, x1, x2, x3 |
|
||||
+impl_i!([i8; 4]: i8x4, m8x4 | i8 | test_v32 | x0, x1, x2, x3 |
|
||||
From: |
|
||||
/// A 32-bit vector with 4 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 4]: u8x4, m8x4 | u8, u8 | test_v32 | x0, x1, x2, x3 |
|
||||
+impl_u!([u8; 4]: u8x4, m8x4 | u8 | test_v32 | x0, x1, x2, x3 |
|
||||
From: |
|
||||
/// A 32-bit vector with 4 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 4]: m8x4 | i8, u8 | test_v32 | x0, x1, x2, x3 |
|
||||
+impl_m!([m8; 4]: m8x4 | i8 | test_v32 | x0, x1, x2, x3 |
|
||||
From: m16x4, m32x4, m64x4 |
|
||||
/// A 32-bit vector mask with 4 `m8` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i16; 2]: i16x2, m16x2 | i16, u8 | test_v32 | x0, x1 |
|
||||
+impl_i!([i16; 2]: i16x2, m16x2 | i16 | test_v32 | x0, x1 |
|
||||
From: i8x2, u8x2 |
|
||||
/// A 32-bit vector with 2 `i16` lanes.
|
||||
);
|
||||
-impl_u!([u16; 2]: u16x2, m16x2 | u16, u8 | test_v32 | x0, x1 |
|
||||
+impl_u!([u16; 2]: u16x2, m16x2 | u16 | test_v32 | x0, x1 |
|
||||
From: u8x2 |
|
||||
/// A 32-bit vector with 2 `u16` lanes.
|
||||
);
|
||||
-impl_m!([m16; 2]: m16x2 | i16, u8 | test_v32 | x0, x1 |
|
||||
+impl_m!([m16; 2]: m16x2 | i16 | test_v32 | x0, x1 |
|
||||
From: m8x2, m32x2, m64x2, m128x2 |
|
||||
/// A 32-bit vector mask with 2 `m16` lanes.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v512.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v512.rs
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([i8; 64]: i8x64, m8x64 | i8, u64 | test_v512 |
|
||||
+impl_i!([i8; 64]: i8x64, m8x64 | i8 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31,
|
||||
x32, x33, x34, x35, x36, x37, x38, x39, x40, x41, x42, x43, x44, x45, x46, x47,
|
||||
@@ -11,7 +11,7 @@ impl_i!([i8; 64]: i8x64, m8x64 | i8, u64 | test_v512 |
|
||||
From: |
|
||||
/// A 512-bit vector with 64 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 64]: u8x64, m8x64 | u8, u64 | test_v512 |
|
||||
+impl_u!([u8; 64]: u8x64, m8x64 | u8 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31,
|
||||
x32, x33, x34, x35, x36, x37, x38, x39, x40, x41, x42, x43, x44, x45, x46, x47,
|
||||
@@ -19,7 +19,7 @@ impl_u!([u8; 64]: u8x64, m8x64 | u8, u64 | test_v512 |
|
||||
From: |
|
||||
/// A 512-bit vector with 64 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 64]: m8x64 | i8, u64 | test_v512 |
|
||||
+impl_m!([m8; 64]: m8x64 | i8 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31,
|
||||
x32, x33, x34, x35, x36, x37, x38, x39, x40, x41, x42, x43, x44, x45, x46, x47,
|
||||
@@ -28,31 +28,31 @@ impl_m!([m8; 64]: m8x64 | i8, u64 | test_v512 |
|
||||
/// A 512-bit vector mask with 64 `m8` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i16; 32]: i16x32, m16x32 | i16, u32 | test_v512 |
|
||||
+impl_i!([i16; 32]: i16x32, m16x32 | i16 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: i8x32, u8x32 |
|
||||
/// A 512-bit vector with 32 `i16` lanes.
|
||||
);
|
||||
-impl_u!([u16; 32]: u16x32, m16x32 | u16, u32 | test_v512 |
|
||||
+impl_u!([u16; 32]: u16x32, m16x32 | u16 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: u8x32 |
|
||||
/// A 512-bit vector with 32 `u16` lanes.
|
||||
);
|
||||
-impl_m!([m16; 32]: m16x32 | i16, u32 | test_v512 |
|
||||
+impl_m!([m16; 32]: m16x32 | i16 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15,
|
||||
x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 |
|
||||
From: m8x32 |
|
||||
/// A 512-bit vector mask with 32 `m16` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i32; 16]: i32x16, m32x16 | i32, u16 | test_v512 |
|
||||
+impl_i!([i32; 16]: i32x16, m32x16 | i32 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: i8x16, u8x16, i16x16, u16x16 |
|
||||
/// A 512-bit vector with 16 `i32` lanes.
|
||||
);
|
||||
-impl_u!([u32; 16]: u32x16, m32x16 | u32, u16 | test_v512 |
|
||||
+impl_u!([u32; 16]: u32x16, m32x16 | u32 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: u8x16, u16x16 |
|
||||
/// A 512-bit vector with 16 `u32` lanes.
|
||||
@@ -62,17 +62,17 @@ impl_f!([f32; 16]: f32x16, m32x16 | f32 | test_v512 |
|
||||
From: i8x16, u8x16, i16x16, u16x16 |
|
||||
/// A 512-bit vector with 16 `f32` lanes.
|
||||
);
|
||||
-impl_m!([m32; 16]: m32x16 | i32, u16 | test_v512 |
|
||||
+impl_m!([m32; 16]: m32x16 | i32 | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15 |
|
||||
From: m8x16, m16x16 |
|
||||
/// A 512-bit vector mask with 16 `m32` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i64; 8]: i64x8, m64x8 | i64, u8 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_i!([i64; 8]: i64x8, m64x8 | i64 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: i8x8, u8x8, i16x8, u16x8, i32x8, u32x8 |
|
||||
/// A 512-bit vector with 8 `i64` lanes.
|
||||
);
|
||||
-impl_u!([u64; 8]: u64x8, m64x8 | u64, u8 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_u!([u64; 8]: u64x8, m64x8 | u64 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: u8x8, u16x8, u32x8 |
|
||||
/// A 512-bit vector with 8 `u64` lanes.
|
||||
);
|
||||
@@ -80,20 +80,20 @@ impl_f!([f64; 8]: f64x8, m64x8 | f64 | test_v512 | x0,
|
||||
From: i8x8, u8x8, i16x8, u16x8, i32x8, u32x8, f32x8 |
|
||||
/// A 512-bit vector with 8 `f64` lanes.
|
||||
);
|
||||
-impl_m!([m64; 8]: m64x8 | i64, u8 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_m!([m64; 8]: m64x8 | i64 | test_v512 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: m8x8, m16x8, m32x8 |
|
||||
/// A 512-bit vector mask with 8 `m64` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i128; 4]: i128x4, m128x4 | i128, u8 | test_v512 | x0, x1, x2, x3 |
|
||||
+impl_i!([i128; 4]: i128x4, m128x4 | i128 | test_v512 | x0, x1, x2, x3 |
|
||||
From: i8x4, u8x4, i16x4, u16x4, i32x4, u32x4, i64x4, u64x4 |
|
||||
/// A 512-bit vector with 4 `i128` lanes.
|
||||
);
|
||||
-impl_u!([u128; 4]: u128x4, m128x4 | u128, u8 | test_v512 | x0, x1, x2, x3 |
|
||||
+impl_u!([u128; 4]: u128x4, m128x4 | u128 | test_v512 | x0, x1, x2, x3 |
|
||||
From: u8x4, u16x4, u32x4, u64x4 |
|
||||
/// A 512-bit vector with 4 `u128` lanes.
|
||||
);
|
||||
-impl_m!([m128; 4]: m128x4 | i128, u8 | test_v512 | x0, x1, x2, x3 |
|
||||
+impl_m!([m128; 4]: m128x4 | i128 | test_v512 | x0, x1, x2, x3 |
|
||||
From: m8x4, m16x4, m32x4, m64x4 |
|
||||
/// A 512-bit vector mask with 4 `m128` lanes.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/v64.rs.orig 2019-02-05 20:18:53 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/v64.rs
|
||||
@@ -3,41 +3,41 @@
|
||||
|
||||
use super::*;
|
||||
|
||||
-impl_i!([i8; 8]: i8x8, m8x8 | i8, u8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_i!([i8; 8]: i8x8, m8x8 | i8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: |
|
||||
/// A 64-bit vector with 8 `i8` lanes.
|
||||
);
|
||||
-impl_u!([u8; 8]: u8x8, m8x8 | u8, u8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_u!([u8; 8]: u8x8, m8x8 | u8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: |
|
||||
/// A 64-bit vector with 8 `u8` lanes.
|
||||
);
|
||||
-impl_m!([m8; 8]: m8x8 | i8, u8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
+impl_m!([m8; 8]: m8x8 | i8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: m16x8, m32x8 |
|
||||
/// A 64-bit vector mask with 8 `m8` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i16; 4]: i16x4, m16x4 | i16, u8 | test_v64 | x0, x1, x2, x3 |
|
||||
+impl_i!([i16; 4]: i16x4, m16x4 | i16 | test_v64 | x0, x1, x2, x3 |
|
||||
From: i8x4, u8x4 |
|
||||
/// A 64-bit vector with 4 `i16` lanes.
|
||||
);
|
||||
-impl_u!([u16; 4]: u16x4, m16x4 | u16, u8 | test_v64 | x0, x1, x2, x3 |
|
||||
+impl_u!([u16; 4]: u16x4, m16x4 | u16 | test_v64 | x0, x1, x2, x3 |
|
||||
From: u8x4 |
|
||||
/// A 64-bit vector with 4 `u16` lanes.
|
||||
);
|
||||
-impl_m!([m16; 4]: m16x4 | i16, u8 | test_v64 | x0, x1, x2, x3 |
|
||||
+impl_m!([m16; 4]: m16x4 | i16 | test_v64 | x0, x1, x2, x3 |
|
||||
From: m8x4, m32x4, m64x4 |
|
||||
/// A 64-bit vector mask with 4 `m16` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([i32; 2]: i32x2, m32x2 | i32, u8 | test_v64 | x0, x1 |
|
||||
+impl_i!([i32; 2]: i32x2, m32x2 | i32 | test_v64 | x0, x1 |
|
||||
From: i8x2, u8x2, i16x2, u16x2 |
|
||||
/// A 64-bit vector with 2 `i32` lanes.
|
||||
);
|
||||
-impl_u!([u32; 2]: u32x2, m32x2 | u32, u8 | test_v64 | x0, x1 |
|
||||
+impl_u!([u32; 2]: u32x2, m32x2 | u32 | test_v64 | x0, x1 |
|
||||
From: u8x2, u16x2 |
|
||||
/// A 64-bit vector with 2 `u32` lanes.
|
||||
);
|
||||
-impl_m!([m32; 2]: m32x2 | i32, u8 | test_v64 | x0, x1 |
|
||||
+impl_m!([m32; 2]: m32x2 | i32 | test_v64 | x0, x1 |
|
||||
From: m8x2, m16x2, m64x2, m128x2 |
|
||||
/// A 64-bit vector mask with 2 `m32` lanes.
|
||||
);
|
||||
@@ -47,15 +47,15 @@ impl_f!([f32; 2]: f32x2, m32x2 | f32 | test_v64 | x0,
|
||||
);
|
||||
|
||||
/*
|
||||
-impl_i!([i64; 1]: i64x1, m64x1 | i64, u8 | test_v64 | x0 |
|
||||
+impl_i!([i64; 1]: i64x1, m64x1 | i64 | test_v64 | x0 |
|
||||
From: /*i8x1, u8x1, i16x1, u16x1, i32x1, u32x1*/ | // FIXME: primitive to vector conversion
|
||||
/// A 64-bit vector with 1 `i64` lanes.
|
||||
);
|
||||
-impl_u!([u64; 1]: u64x1, m64x1 | u64, u8 | test_v64 | x0 |
|
||||
+impl_u!([u64; 1]: u64x1, m64x1 | u64 | test_v64 | x0 |
|
||||
From: /*u8x1, u16x1, u32x1*/ | // FIXME: primitive to vector conversion
|
||||
/// A 64-bit vector with 1 `u64` lanes.
|
||||
);
|
||||
-impl_m!([m64; 1]: m64x1 | i64, u8 | test_v64 | x0 |
|
||||
+impl_m!([m64; 1]: m64x1 | i64 | test_v64 | x0 |
|
||||
From: /*m8x1, m16x1, m32x1, */ m128x1 | // FIXME: unary small vector types
|
||||
/// A 64-bit vector mask with 1 `m64` lanes.
|
||||
);
|
||||
--- cargo-crates/packed_simd-0.3.3/src/vSize.rs.orig 2019-01-31 22:44:03 UTC
|
||||
+++ cargo-crates/packed_simd-0.3.3/src/vSize.rs
|
||||
@@ -3,50 +3,50 @@
|
||||
use crate::codegen::pointer_sized_int::{isize_, usize_};
|
||||
use crate::*;
|
||||
|
||||
-impl_i!([isize; 2]: isizex2, msizex2 | isize_, u8 | test_v128 |
|
||||
+impl_i!([isize; 2]: isizex2, msizex2 | isize_ | test_v128 |
|
||||
x0, x1|
|
||||
From: |
|
||||
/// A vector with 2 `isize` lanes.
|
||||
);
|
||||
|
||||
-impl_u!([usize; 2]: usizex2, msizex2 | usize_, u8 | test_v128 |
|
||||
+impl_u!([usize; 2]: usizex2, msizex2 | usize_ | test_v128 |
|
||||
x0, x1|
|
||||
From: |
|
||||
/// A vector with 2 `usize` lanes.
|
||||
);
|
||||
-impl_m!([msize; 2]: msizex2 | isize_, u8 | test_v128 |
|
||||
+impl_m!([msize; 2]: msizex2 | isize_ | test_v128 |
|
||||
x0, x1 |
|
||||
From: |
|
||||
/// A vector mask with 2 `msize` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([isize; 4]: isizex4, msizex4 | isize_, u8 | test_v256 |
|
||||
+impl_i!([isize; 4]: isizex4, msizex4 | isize_ | test_v256 |
|
||||
x0, x1, x2, x3 |
|
||||
From: |
|
||||
/// A vector with 4 `isize` lanes.
|
||||
);
|
||||
-impl_u!([usize; 4]: usizex4, msizex4 | usize_, u8 | test_v256 |
|
||||
+impl_u!([usize; 4]: usizex4, msizex4 | usize_ | test_v256 |
|
||||
x0, x1, x2, x3|
|
||||
From: |
|
||||
/// A vector with 4 `usize` lanes.
|
||||
);
|
||||
-impl_m!([msize; 4]: msizex4 | isize_, u8 | test_v256 |
|
||||
+impl_m!([msize; 4]: msizex4 | isize_ | test_v256 |
|
||||
x0, x1, x2, x3 |
|
||||
From: |
|
||||
/// A vector mask with 4 `msize` lanes.
|
||||
);
|
||||
|
||||
-impl_i!([isize; 8]: isizex8, msizex8 | isize_, u8 | test_v512 |
|
||||
+impl_i!([isize; 8]: isizex8, msizex8 | isize_ | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: |
|
||||
/// A vector with 4 `isize` lanes.
|
||||
);
|
||||
-impl_u!([usize; 8]: usizex8, msizex8 | usize_, u8 | test_v512 |
|
||||
+impl_u!([usize; 8]: usizex8, msizex8 | usize_ | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: |
|
||||
/// A vector with 8 `usize` lanes.
|
||||
);
|
||||
-impl_m!([msize; 8]: msizex8 | isize_, u8 | test_v512 |
|
||||
+impl_m!([msize; 8]: msizex8 | isize_ | test_v512 |
|
||||
x0, x1, x2, x3, x4, x5, x6, x7 |
|
||||
From: |
|
||||
/// A vector mask with 8 `msize` lanes.
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= sd
|
||||
DISTVERSIONPREFIX= sd-
|
||||
DISTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= sonic
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= xsv
|
||||
DISTVERSION= 0.13.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= textproc
|
||||
PKGNAMESUFFIX= -rs
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= cliqz
|
||||
DISTVERSION= 1.25.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \
|
||||
http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 60.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 66.0.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= geckodriver
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.23.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= daniel@blodan.se
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= newsboat
|
||||
PORTVERSION= 2.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= websocat
|
||||
DISTVERSION= 1.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ PORTNAME= admiral
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.0-7
|
||||
DISTVERSIONSUFFIX= -g5a9f33b
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= rigoletto@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= alacritty
|
||||
PORTVERSION= 0.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= zeising@FreeBSD.org
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue