pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-src



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Sep  2 10:46:21 UTC 2022

Modified Files:
        pkgsrc/lang/rust-src: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/rust-src/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/rust-src/PLIST \
    pkgsrc/lang/rust-src/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust-src/Makefile
diff -u pkgsrc/lang/rust-src/Makefile:1.6 pkgsrc/lang/rust-src/Makefile:1.7
--- pkgsrc/lang/rust-src/Makefile:1.6   Thu Jun 30 11:18:34 2022
+++ pkgsrc/lang/rust-src/Makefile       Fri Sep  2 10:46:21 2022
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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
 

Index: pkgsrc/lang/rust-src/PLIST
diff -u pkgsrc/lang/rust-src/PLIST:1.5 pkgsrc/lang/rust-src/PLIST:1.6
--- pkgsrc/lang/rust-src/PLIST:1.5      Wed May 25 21:54:43 2022
+++ pkgsrc/lang/rust-src/PLIST  Fri Sep  2 10:46:21 2022
@@ -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/a
 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/c
 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/t
 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
 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/s
 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/cm
 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/ha
 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/ma
 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-si
 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-si
 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
 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/
 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/
 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/
 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
 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
 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
 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
 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
 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
 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 @@ lib/rustlib/src/rust/library/std/src/sys
 lib/rustlib/src/rust/library/std/src/sys/windows/process.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/process/tests.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/rand.rs
-lib/rustlib/src/rust/library/std/src/sys/windows/rwlock.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/stack_overflow.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/stack_overflow_uwp.rs
 lib/rustlib/src/rust/library/std/src/sys/windows/stdio.rs
@@ -1262,60 +1284,6 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/sse42.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86_64/xsave.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/tests/cpu-detection.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/Cargo.toml
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/.all-contributorsrc
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/.github/workflows/ci.yml
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/Arm_logo_blue_RGB.svg
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/CONTRIBUTING.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/Arm_logo_blue_RGB.svg
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/CONTRIBUTIONS
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/TRADEMARK_NOTICE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/main/acle.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/Arm_logo_blue_RGB.svg
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/CONTRIBUTIONS
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/TRADEMARK_NOTICE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/morello/morello.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/Arm_logo_blue_RGB.svg
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/CONTRIBUTIONS
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/TRADEMARK_NOTICE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/mve.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/mve_intrinsics/mve.template.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/Arm_logo_blue_RGB.svg
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/CONTRIBUTIONS
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/README.md
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/TRADEMARK_NOTICE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/advsimd.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/neon_intrinsics/advsimd.template.rst
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/LICENSE
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/check-rst-syntax.sh
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/gen-intrinsics-specs.py
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/generate-intrinsics-specs.sh
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/generate-pdfs.sh
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/advsimd.csv
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/advsimd_classification.csv
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/mve.csv
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/mve_classification.csv
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/requirements.txt
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/rst2pdf-acle-intrinsics.style
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/rst2pdf-acle.style
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/missing_aarch64.txt
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/missing_arm.txt
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/argument.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/intrinsic.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/main.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/types.rs
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/values.rs
 lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/Cargo.toml
 lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/lib.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/Cargo.toml
@@ -1367,15 +1335,6 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/disassembly.rs
 lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/lib.rs
 lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/wasm.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/Cargo.toml
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/arm-intrinsics.html
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/build.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/mips-msa.h
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/src/lib.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/arm.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/mips.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/tests/x86-intel.rs
-lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify/x86-intel.xml
 lib/rustlib/src/rust/library/stdarch/examples/Cargo.toml
 lib/rustlib/src/rust/library/stdarch/examples/connect5.rs
 lib/rustlib/src/rust/library/stdarch/examples/hex.rs
Index: pkgsrc/lang/rust-src/distinfo
diff -u pkgsrc/lang/rust-src/distinfo:1.5 pkgsrc/lang/rust-src/distinfo:1.6
--- pkgsrc/lang/rust-src/distinfo:1.5   Wed May 25 21:54:43 2022
+++ pkgsrc/lang/rust-src/distinfo       Fri Sep  2 10:46:21 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/05/25 21:54:43 he Exp $
+$NetBSD: distinfo,v 1.6 2022/09/02 10:46:21 he Exp $
 
-BLAKE2s (rust-src-1.60.0.tar.gz) = 24062c4b293264f414ca6c854e4aec3f71cc2531f82b57649ac9832d787fb631
-SHA512 (rust-src-1.60.0.tar.gz) = 4761eedea74178bcfb0e08ffacbf82c6b0b4137ed03330c3775f21078870174b42a9b991f6e5a8820af3b36588e1c25e99883c2791db687bb476a8fc9bae77d8
-Size (rust-src-1.60.0.tar.gz) = 4230838 bytes
+BLAKE2s (rust-src-1.62.1.tar.xz) = f23f98d735e71f51337064aba4cebf6e7807607cc45bfc8c708ebab3f5e361b1
+SHA512 (rust-src-1.62.1.tar.xz) = 26851423e7eeee6478ae2573dc0ced15ff60580cda9f2c940b3c85feffeeb9714191bbfc1374800feaff465bc0ee7a96261afe1ea8fe4600dc17e1f573b0ba68
+Size (rust-src-1.62.1.tar.xz) = 2389992 bytes



Home | Main Index | Thread Index | Old Index