pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust-src rust-src: update to 1.62.1, to match mai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed51154e29fe
branches:  trunk
changeset: 384597:ed51154e29fe
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 02 10:46:21 2022 +0000

description:
rust-src: update to 1.62.1, to match main rust package.

diffstat:

 lang/rust-src/Makefile |    6 +-
 lang/rust-src/PLIST    |  147 +++++++++++++++++-------------------------------
 lang/rust-src/distinfo |    8 +-
 3 files changed, 60 insertions(+), 101 deletions(-)

diffs (truncated from 397 to 300 lines):

diff -r 219c41252e96 -r ed51154e29fe lang/rust-src/Makefile
--- a/lang/rust-src/Makefile    Fri Sep 02 09:06:44 2022 +0000
+++ b/lang/rust-src/Makefile    Fri Sep 02 10:46:21 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/06/30 11:18:34 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/02 10:46:21 he Exp $
 
-DISTNAME=      rust-src-1.60.0
-PKGREVISION=   1
+DISTNAME=      rust-src-1.62.1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_LOCAL:=rust/}
 
@@ -9,6 +8,7 @@
 HOMEPAGE=      https://www.rust-lang.org/
 COMMENT=       Source for the rust std library
 LICENSE=       mit OR apache-2.0
+EXTRACT_SUFX=  .tar.xz
 
 USE_TOOLS+=    bash sh
 
diff -r 219c41252e96 -r ed51154e29fe lang/rust-src/PLIST
--- a/lang/rust-src/PLIST       Fri Sep 02 09:06:44 2022 +0000
+++ b/lang/rust-src/PLIST       Fri Sep 02 10:46:21 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/05/25 21:54:43 he Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/09/02 10:46:21 he Exp $
 lib/rustlib/manifest-rust-src
 lib/rustlib/src/rust/Cargo.lock
 lib/rustlib/src/rust/library/alloc/Cargo.toml
@@ -18,7 +18,9 @@
 lib/rustlib/src/rust/library/alloc/src/alloc/tests.rs
 lib/rustlib/src/rust/library/alloc/src/borrow.rs
 lib/rustlib/src/rust/library/alloc/src/boxed.rs
+lib/rustlib/src/rust/library/alloc/src/boxed/thin.rs
 lib/rustlib/src/rust/library/alloc/src/collections/binary_heap.rs
+lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/tests.rs
 lib/rustlib/src/rust/library/alloc/src/collections/btree/append.rs
 lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow.rs
 lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow/tests.rs
@@ -53,7 +55,11 @@
 lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/mod.rs
 lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/pair_slices.rs
 lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ring_slices.rs
+lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_extend.rs
 lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/tests.rs
+lib/rustlib/src/rust/library/alloc/src/ffi/c_str.rs
+lib/rustlib/src/rust/library/alloc/src/ffi/c_str/tests.rs
+lib/rustlib/src/rust/library/alloc/src/ffi/mod.rs
 lib/rustlib/src/rust/library/alloc/src/fmt.rs
 lib/rustlib/src/rust/library/alloc/src/lib.rs
 lib/rustlib/src/rust/library/alloc/src/macros.rs
@@ -71,23 +77,23 @@
 lib/rustlib/src/rust/library/alloc/src/vec/cow.rs
 lib/rustlib/src/rust/library/alloc/src/vec/drain.rs
 lib/rustlib/src/rust/library/alloc/src/vec/drain_filter.rs
+lib/rustlib/src/rust/library/alloc/src/vec/in_place_collect.rs
 lib/rustlib/src/rust/library/alloc/src/vec/in_place_drop.rs
 lib/rustlib/src/rust/library/alloc/src/vec/into_iter.rs
 lib/rustlib/src/rust/library/alloc/src/vec/is_zero.rs
 lib/rustlib/src/rust/library/alloc/src/vec/mod.rs
 lib/rustlib/src/rust/library/alloc/src/vec/partial_eq.rs
 lib/rustlib/src/rust/library/alloc/src/vec/set_len_on_drop.rs
-lib/rustlib/src/rust/library/alloc/src/vec/source_iter_marker.rs
 lib/rustlib/src/rust/library/alloc/src/vec/spec_extend.rs
 lib/rustlib/src/rust/library/alloc/src/vec/spec_from_elem.rs
 lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter.rs
 lib/rustlib/src/rust/library/alloc/src/vec/spec_from_iter_nested.rs
 lib/rustlib/src/rust/library/alloc/src/vec/splice.rs
 lib/rustlib/src/rust/library/alloc/tests/arc.rs
-lib/rustlib/src/rust/library/alloc/tests/binary_heap.rs
 lib/rustlib/src/rust/library/alloc/tests/borrow.rs
 lib/rustlib/src/rust/library/alloc/tests/boxed.rs
 lib/rustlib/src/rust/library/alloc/tests/btree_set_hash.rs
+lib/rustlib/src/rust/library/alloc/tests/c_str.rs
 lib/rustlib/src/rust/library/alloc/tests/const_fns.rs
 lib/rustlib/src/rust/library/alloc/tests/cow_str.rs
 lib/rustlib/src/rust/library/alloc/tests/fmt.rs
@@ -98,6 +104,7 @@
 lib/rustlib/src/rust/library/alloc/tests/slice.rs
 lib/rustlib/src/rust/library/alloc/tests/str.rs
 lib/rustlib/src/rust/library/alloc/tests/string.rs
+lib/rustlib/src/rust/library/alloc/tests/thin_box.rs
 lib/rustlib/src/rust/library/alloc/tests/vec.rs
 lib/rustlib/src/rust/library/alloc/tests/vec_deque.rs
 lib/rustlib/src/rust/library/backtrace/.github/workflows/main.yml
@@ -145,8 +152,10 @@
 lib/rustlib/src/rust/library/backtrace/src/print/fuchsia.rs
 lib/rustlib/src/rust/library/backtrace/src/symbolize/dbghelp.rs
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli.rs
+lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli.rs.orig
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/coff.rs
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/elf.rs
+lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/elf.rs.orig
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_haiku.rs
 lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/libs_illumos.rs
@@ -224,7 +233,22 @@
 lib/rustlib/src/rust/library/core/src/convert/mod.rs
 lib/rustlib/src/rust/library/core/src/convert/num.rs
 lib/rustlib/src/rust/library/core/src/default.rs
-lib/rustlib/src/rust/library/core/src/ffi.rs
+lib/rustlib/src/rust/library/core/src/ffi/c_char.md
+lib/rustlib/src/rust/library/core/src/ffi/c_double.md
+lib/rustlib/src/rust/library/core/src/ffi/c_float.md
+lib/rustlib/src/rust/library/core/src/ffi/c_int.md
+lib/rustlib/src/rust/library/core/src/ffi/c_long.md
+lib/rustlib/src/rust/library/core/src/ffi/c_longlong.md
+lib/rustlib/src/rust/library/core/src/ffi/c_schar.md
+lib/rustlib/src/rust/library/core/src/ffi/c_short.md
+lib/rustlib/src/rust/library/core/src/ffi/c_str.rs
+lib/rustlib/src/rust/library/core/src/ffi/c_uchar.md
+lib/rustlib/src/rust/library/core/src/ffi/c_uint.md
+lib/rustlib/src/rust/library/core/src/ffi/c_ulong.md
+lib/rustlib/src/rust/library/core/src/ffi/c_ulonglong.md
+lib/rustlib/src/rust/library/core/src/ffi/c_ushort.md
+lib/rustlib/src/rust/library/core/src/ffi/c_void.md
+lib/rustlib/src/rust/library/core/src/ffi/mod.rs
 lib/rustlib/src/rust/library/core/src/fmt/builders.rs
 lib/rustlib/src/rust/library/core/src/fmt/float.rs
 lib/rustlib/src/rust/library/core/src/fmt/mod.rs
@@ -243,6 +267,7 @@
 lib/rustlib/src/rust/library/core/src/hint.rs
 lib/rustlib/src/rust/library/core/src/internal_macros.rs
 lib/rustlib/src/rust/library/core/src/intrinsics.rs
+lib/rustlib/src/rust/library/core/src/iter/adapters/by_ref_sized.rs
 lib/rustlib/src/rust/library/core/src/iter/adapters/chain.rs
 lib/rustlib/src/rust/library/core/src/iter/adapters/cloned.rs
 lib/rustlib/src/rust/library/core/src/iter/adapters/copied.rs
@@ -291,6 +316,7 @@
 lib/rustlib/src/rust/library/core/src/mem/manually_drop.rs
 lib/rustlib/src/rust/library/core/src/mem/maybe_uninit.rs
 lib/rustlib/src/rust/library/core/src/mem/mod.rs
+lib/rustlib/src/rust/library/core/src/mem/valid_align.rs
 lib/rustlib/src/rust/library/core/src/num/bignum.rs
 lib/rustlib/src/rust/library/core/src/num/dec2flt/common.rs
 lib/rustlib/src/rust/library/core/src/num/dec2flt/decimal.rs
@@ -529,6 +555,7 @@
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/LICENSE-MIT
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/matrix_inversion.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/nbody.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/spectral_norm.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/comparisons.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/core_simd_docs.md
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/fmt.rs
@@ -539,6 +566,7 @@
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/bitmask.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/full_masks.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/to_bitmask.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/math.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/mod.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops.rs
@@ -653,8 +681,6 @@
 lib/rustlib/src/rust/library/std/src/f32/tests.rs
 lib/rustlib/src/rust/library/std/src/f64.rs
 lib/rustlib/src/rust/library/std/src/f64/tests.rs
-lib/rustlib/src/rust/library/std/src/ffi/c_str.rs
-lib/rustlib/src/rust/library/std/src/ffi/c_str/tests.rs
 lib/rustlib/src/rust/library/std/src/ffi/mod.rs
 lib/rustlib/src/rust/library/std/src/ffi/os_str.rs
 lib/rustlib/src/rust/library/std/src/ffi/os_str/tests.rs
@@ -720,6 +746,7 @@
 lib/rustlib/src/rust/library/std/src/os/fd/net.rs
 lib/rustlib/src/rust/library/std/src/os/fd/owned.rs
 lib/rustlib/src/rust/library/std/src/os/fd/raw.rs
+lib/rustlib/src/rust/library/std/src/os/fd/tests.rs
 lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/arch.rs
 lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/ffi.rs
 lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/io.rs
@@ -741,6 +768,9 @@
 lib/rustlib/src/rust/library/std/src/os/ios/fs.rs
 lib/rustlib/src/rust/library/std/src/os/ios/mod.rs
 lib/rustlib/src/rust/library/std/src/os/ios/raw.rs
+lib/rustlib/src/rust/library/std/src/os/l4re/fs.rs
+lib/rustlib/src/rust/library/std/src/os/l4re/mod.rs
+lib/rustlib/src/rust/library/std/src/os/l4re/raw.rs
 lib/rustlib/src/rust/library/std/src/os/linux/fs.rs
 lib/rustlib/src/rust/library/std/src/os/linux/mod.rs
 lib/rustlib/src/rust/library/std/src/os/linux/process.rs
@@ -755,21 +785,8 @@
 lib/rustlib/src/rust/library/std/src/os/openbsd/fs.rs
 lib/rustlib/src/rust/library/std/src/os/openbsd/mod.rs
 lib/rustlib/src/rust/library/std/src/os/openbsd/raw.rs
-lib/rustlib/src/rust/library/std/src/os/raw/char.md
-lib/rustlib/src/rust/library/std/src/os/raw/double.md
-lib/rustlib/src/rust/library/std/src/os/raw/float.md
-lib/rustlib/src/rust/library/std/src/os/raw/int.md
-lib/rustlib/src/rust/library/std/src/os/raw/long.md
-lib/rustlib/src/rust/library/std/src/os/raw/longlong.md
 lib/rustlib/src/rust/library/std/src/os/raw/mod.rs
-lib/rustlib/src/rust/library/std/src/os/raw/schar.md
-lib/rustlib/src/rust/library/std/src/os/raw/short.md
 lib/rustlib/src/rust/library/std/src/os/raw/tests.rs
-lib/rustlib/src/rust/library/std/src/os/raw/uchar.md
-lib/rustlib/src/rust/library/std/src/os/raw/uint.md
-lib/rustlib/src/rust/library/std/src/os/raw/ulong.md
-lib/rustlib/src/rust/library/std/src/os/raw/ulonglong.md
-lib/rustlib/src/rust/library/std/src/os/raw/ushort.md
 lib/rustlib/src/rust/library/std/src/os/redox/fs.rs
 lib/rustlib/src/rust/library/std/src/os/redox/mod.rs
 lib/rustlib/src/rust/library/std/src/os/redox/raw.rs
@@ -896,6 +913,7 @@
 lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/alloc.rs
 lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/mod.rs
 lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/raw.rs
+lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/tests.rs
 lib/rustlib/src/rust/library/std/src/sys/sgx/alloc.rs
 lib/rustlib/src/rust/library/std/src/sys/sgx/args.rs
 lib/rustlib/src/rust/library/std/src/sys/sgx/condvar.rs
@@ -941,7 +959,6 @@
 lib/rustlib/src/rust/library/std/src/sys/unix/android.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/args.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/cmath.rs
-lib/rustlib/src/rust/library/std/src/sys/unix/condvar.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/env.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/fd.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/fd/tests.rs
@@ -951,9 +968,14 @@
 lib/rustlib/src/rust/library/std/src/sys/unix/kernel_copy.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/kernel_copy/tests.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/l4re.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/futex.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/futex_rwlock.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/mod.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_condvar.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_mutex.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/memchr.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/mod.rs
-lib/rustlib/src/rust/library/std/src/sys/unix/mutex.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/net.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/os.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/os/tests.rs
@@ -971,28 +993,29 @@
 lib/rustlib/src/rust/library/std/src/sys/unix/process/process_vxworks.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/process/zircon.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/rand.rs
-lib/rustlib/src/rust/library/std/src/sys/unix/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/stack_overflow.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/stdio.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_dtor.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_key.rs
+lib/rustlib/src/rust/library/std/src/sys/unix/thread_parker.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/time.rs
 lib/rustlib/src/rust/library/std/src/sys/unix/weak.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/alloc.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/args.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/common.rs
-lib/rustlib/src/rust/library/std/src/sys/unsupported/condvar.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/env.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/fs.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/io.rs
+lib/rustlib/src/rust/library/std/src/sys/unsupported/locks/condvar.rs
+lib/rustlib/src/rust/library/std/src/sys/unsupported/locks/mod.rs
+lib/rustlib/src/rust/library/std/src/sys/unsupported/locks/mutex.rs
+lib/rustlib/src/rust/library/std/src/sys/unsupported/locks/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/mod.rs
-lib/rustlib/src/rust/library/std/src/sys/unsupported/mutex.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/net.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/os.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/pipe.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/process.rs
-lib/rustlib/src/rust/library/std/src/sys/unsupported/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/stdio.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/thread.rs
 lib/rustlib/src/rust/library/std/src/sys/unsupported/thread_local_dtor.rs
@@ -1010,10 +1033,7 @@
 lib/rustlib/src/rust/library/std/src/sys/wasi/thread.rs
 lib/rustlib/src/rust/library/std/src/sys/wasi/time.rs
 lib/rustlib/src/rust/library/std/src/sys/wasm/alloc.rs
-lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/condvar.rs
 lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/futex.rs
-lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/mutex.rs
-lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/thread.rs
 lib/rustlib/src/rust/library/std/src/sys/wasm/env.rs
 lib/rustlib/src/rust/library/std/src/sys/wasm/mod.rs
@@ -1025,14 +1045,17 @@
 lib/rustlib/src/rust/library/std/src/sys/windows/c/errors.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/cmath.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/compat.rs
-lib/rustlib/src/rust/library/std/src/sys/windows/condvar.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/env.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/fs.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/handle.rs
+lib/rustlib/src/rust/library/std/src/sys/windows/handle/tests.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/io.rs
+lib/rustlib/src/rust/library/std/src/sys/windows/locks/condvar.rs
+lib/rustlib/src/rust/library/std/src/sys/windows/locks/mod.rs
+lib/rustlib/src/rust/library/std/src/sys/windows/locks/mutex.rs
+lib/rustlib/src/rust/library/std/src/sys/windows/locks/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/memchr.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/mod.rs
-lib/rustlib/src/rust/library/std/src/sys/windows/mutex.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/net.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/os.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/os/tests.rs
@@ -1043,7 +1066,6 @@



Home | Main Index | Thread Index | Old Index