pkgsrc-WIP-changes archive

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

rust-bin: Update to 1.35.0



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri May 24 14:19:25 2019 -0700
Changeset:	ba7054765dd17ca2660a8aaa336e79a5b9389ce2

Modified Files:
	rust-bin/Makefile
	rust-bin/PLIST.common
	rust-bin/distinfo

Log Message:
rust-bin: Update to 1.35.0

Notable changes:
* Fn* closure traits implemented for Box<dyn Fn*>
* Coercing closures to unsafe fn pointers
* Calling dbg!() with no argument

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba7054765dd17ca2660a8aaa336e79a5b9389ce2

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

diffstat:
 rust-bin/Makefile     |   8 +-
 rust-bin/PLIST.common | 675 ++++++++++++++++++++------------------------------
 rust-bin/distinfo     |  64 ++---
 3 files changed, 299 insertions(+), 448 deletions(-)

diffs:
diff --git a/rust-bin/Makefile b/rust-bin/Makefile
index 2663960a5b..f158509e6c 100644
--- a/rust-bin/Makefile
+++ b/rust-bin/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rust-1.34.1
+DISTNAME=	rust-1.35.0
 PKGNAME=	${DISTNAME:S/rust/rust-bin/}
 CATEGORIES=	lang
 MASTER_SITES=	https://static.rust-lang.org/dist/
@@ -95,8 +95,8 @@ fix-darwin-install-name:
 		    ${DESTDIR}${PREFIX}/bin/${bin};			\
 	done
 .  endfor
-.  for bin in lldb lldb-mi llvm-nm llvm-objcopy llvm-objdump llvm-profdata \
-		llvm-readobj llvm-size llvm-strip rust-lld
+.  for bin in lldb lldb-mi llvm-nm llvm-objcopy llvm-objdump 		\
+		llvm-profdata llvm-readobj llvm-size llvm-strip rust-lld
 	otool -XL ${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/bin/${bin} \
 	    | ${GREP} '@rpath' | while read rpath rest; do		\
 		install_name_tool -change $$rpath			\
@@ -114,6 +114,8 @@ fix-darwin-install-name:
 			    $$f;					\
 		done;							\
 	done
+	install_name_tool -id ${PREFIX}/lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/_lldb.so \
+		${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/_lldb.so
 .  endfor
 .elif ${OPSYS} == "Linux"
 BUILD_DEPENDS+=		patchelf-[0-9]*:../../devel/patchelf
diff --git a/rust-bin/PLIST.common b/rust-bin/PLIST.common
index 3182a41c21..284d378878 100644
--- a/rust-bin/PLIST.common
+++ b/rust-bin/PLIST.common
@@ -22,6 +22,7 @@ ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/bin/lldb
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/bin/lldb-argdumper
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/bin/lldb-mi
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/bin/lldb-server
+lib/rustlib/${RUST_ARCH}/bin/llvm-ar
 lib/rustlib/${RUST_ARCH}/bin/llvm-nm
 lib/rustlib/${RUST_ARCH}/bin/llvm-objcopy
 lib/rustlib/${RUST_ARCH}/bin/llvm-objdump
@@ -32,7 +33,7 @@ lib/rustlib/${RUST_ARCH}/bin/llvm-strip
 lib/rustlib/${RUST_ARCH}/bin/rust-lld
 lib/rustlib/${RUST_ARCH}/codegen-backends/librustc_codegen_llvm-emscripten.so
 lib/rustlib/${RUST_ARCH}/codegen-backends/librustc_codegen_llvm-llvm.so
-${PLIST.nondarwin}lib/rustlib/${RUST_ARCH}/lib/libLLVM-8svn.so
+${PLIST.nondarwin}lib/rustlib/${RUST_ARCH}/lib/libLLVM-8-rust-${PKGVERSION}-stable.so
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/libLLVM.so
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/liblldb.so
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/liblldb.8.0.0-rust-${PKGVERSION}-stable.dylib
@@ -350,6 +351,8 @@ share/doc/rust/html/alloc/macro.vec!.html
 share/doc/rust/html/alloc/macro.vec.html
 share/doc/rust/html/alloc/prelude/index.html
 share/doc/rust/html/alloc/prelude/sidebar-items.js
+share/doc/rust/html/alloc/prelude/v1/index.html
+share/doc/rust/html/alloc/prelude/v1/sidebar-items.js
 share/doc/rust/html/alloc/rc/Rc.t.html
 share/doc/rust/html/alloc/rc/Weak.t.html
 share/doc/rust/html/alloc/rc/index.html
@@ -660,6 +663,7 @@ share/doc/rust/html/book/2018-edition/searcher.js
 share/doc/rust/html/book/2018-edition/searchindex.js
 share/doc/rust/html/book/2018-edition/src/theme/2018-edition.css
 share/doc/rust/html/book/2018-edition/theme/2018-edition.css
+share/doc/rust/html/book/2018-edition/theme/index.hbs
 share/doc/rust/html/book/2018-edition/tomorrow-night.css
 share/doc/rust/html/book/README.html
 share/doc/rust/html/book/SUMMARY.html
@@ -710,9 +714,12 @@ share/doc/rust/html/book/ch06-00-enums.html
 share/doc/rust/html/book/ch06-01-defining-an-enum.html
 share/doc/rust/html/book/ch06-02-match.html
 share/doc/rust/html/book/ch06-03-if-let.html
-share/doc/rust/html/book/ch07-00-packages-crates-and-modules.html
-share/doc/rust/html/book/ch07-01-packages-and-crates-for-making-libraries-and-executables.html
-share/doc/rust/html/book/ch07-02-modules-and-use-to-control-scope-and-privacy.html
+share/doc/rust/html/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html
+share/doc/rust/html/book/ch07-01-packages-and-crates.html
+share/doc/rust/html/book/ch07-02-defining-modules-to-control-scope-and-privacy.html
+share/doc/rust/html/book/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html
+share/doc/rust/html/book/ch07-04-bringing-paths-into-scope-with-the-use-keyword.html
+share/doc/rust/html/book/ch07-05-separating-modules-into-different-files.html
 share/doc/rust/html/book/ch08-00-common-collections.html
 share/doc/rust/html/book/ch08-01-vectors.html
 share/doc/rust/html/book/ch08-02-strings.html
@@ -869,6 +876,7 @@ share/doc/rust/html/book/first-edition/testing.html
 share/doc/rust/html/book/first-edition/the-stack-and-the-heap.html
 share/doc/rust/html/book/first-edition/theme/first-edition.css
 share/doc/rust/html/book/first-edition/theme/header.hbs
+share/doc/rust/html/book/first-edition/theme/index.hbs
 share/doc/rust/html/book/first-edition/tomorrow-night.css
 share/doc/rust/html/book/first-edition/trait-objects.html
 share/doc/rust/html/book/first-edition/traits.html
@@ -1064,6 +1072,7 @@ share/doc/rust/html/book/second-edition/mark.min.js
 share/doc/rust/html/book/second-edition/print.html
 share/doc/rust/html/book/second-edition/searcher.js
 share/doc/rust/html/book/second-edition/searchindex.js
+share/doc/rust/html/book/second-edition/theme/index.hbs
 share/doc/rust/html/book/second-edition/tomorrow-night.css
 share/doc/rust/html/book/strings.html
 share/doc/rust/html/book/structs.html
@@ -1197,13 +1206,8 @@ share/doc/rust/html/core/any/index.html
 share/doc/rust/html/core/any/sidebar-items.js
 share/doc/rust/html/core/any/struct.TypeId.html
 share/doc/rust/html/core/any/trait.Any.html
-share/doc/rust/html/core/arch/aarch64/__DMB.v.html
-share/doc/rust/html/core/arch/aarch64/__DSB.v.html
-share/doc/rust/html/core/arch/aarch64/__ISB.v.html
-share/doc/rust/html/core/arch/aarch64/__NOP.v.html
-share/doc/rust/html/core/arch/aarch64/__SEV.v.html
-share/doc/rust/html/core/arch/aarch64/__WFE.v.html
-share/doc/rust/html/core/arch/aarch64/__WFI.v.html
+share/doc/rust/html/core/arch/aarch64/APSR.t.html
+share/doc/rust/html/core/arch/aarch64/SY.t.html
 share/doc/rust/html/core/arch/aarch64/__breakpoint.v.html
 share/doc/rust/html/core/arch/aarch64/__crc32b.v.html
 share/doc/rust/html/core/arch/aarch64/__crc32cb.v.html
@@ -1213,26 +1217,14 @@ share/doc/rust/html/core/arch/aarch64/__crc32cw.v.html
 share/doc/rust/html/core/arch/aarch64/__crc32d.v.html
 share/doc/rust/html/core/arch/aarch64/__crc32h.v.html
 share/doc/rust/html/core/arch/aarch64/__crc32w.v.html
-share/doc/rust/html/core/arch/aarch64/__disable_fault_irq.v.html
-share/doc/rust/html/core/arch/aarch64/__disable_irq.v.html
-share/doc/rust/html/core/arch/aarch64/__enable_fault_irq.v.html
-share/doc/rust/html/core/arch/aarch64/__enable_irq.v.html
-share/doc/rust/html/core/arch/aarch64/__get_APSR.v.html
-share/doc/rust/html/core/arch/aarch64/__get_BASEPRI.v.html
-share/doc/rust/html/core/arch/aarch64/__get_CONTROL.v.html
-share/doc/rust/html/core/arch/aarch64/__get_FAULTMASK.v.html
-share/doc/rust/html/core/arch/aarch64/__get_IPSR.v.html
-share/doc/rust/html/core/arch/aarch64/__get_MSP.v.html
-share/doc/rust/html/core/arch/aarch64/__get_PRIMASK.v.html
-share/doc/rust/html/core/arch/aarch64/__get_PSP.v.html
-share/doc/rust/html/core/arch/aarch64/__get_xPSR.v.html
-share/doc/rust/html/core/arch/aarch64/__set_BASEPRI.v.html
-share/doc/rust/html/core/arch/aarch64/__set_BASEPRI_MAX.v.html
-share/doc/rust/html/core/arch/aarch64/__set_CONTROL.v.html
-share/doc/rust/html/core/arch/aarch64/__set_FAULTMASK.v.html
-share/doc/rust/html/core/arch/aarch64/__set_MSP.v.html
-share/doc/rust/html/core/arch/aarch64/__set_PRIMASK.v.html
-share/doc/rust/html/core/arch/aarch64/__set_PSP.v.html
+share/doc/rust/html/core/arch/aarch64/__dmb.v.html
+share/doc/rust/html/core/arch/aarch64/__dsb.v.html
+share/doc/rust/html/core/arch/aarch64/__isb.v.html
+share/doc/rust/html/core/arch/aarch64/__nop.v.html
+share/doc/rust/html/core/arch/aarch64/__rsr.v.html
+share/doc/rust/html/core/arch/aarch64/__rsrp.v.html
+share/doc/rust/html/core/arch/aarch64/__wsr.v.html
+share/doc/rust/html/core/arch/aarch64/__wsrp.v.html
 share/doc/rust/html/core/arch/aarch64/_cls_u32.v.html
 share/doc/rust/html/core/arch/aarch64/_cls_u64.v.html
 share/doc/rust/html/core/arch/aarch64/_clz_u64.v.html
@@ -1245,13 +1237,6 @@ share/doc/rust/html/core/arch/aarch64/float32x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/float32x4_t.t.html
 share/doc/rust/html/core/arch/aarch64/float64x1_t.t.html
 share/doc/rust/html/core/arch/aarch64/float64x2_t.t.html
-share/doc/rust/html/core/arch/aarch64/fn.__DMB.html
-share/doc/rust/html/core/arch/aarch64/fn.__DSB.html
-share/doc/rust/html/core/arch/aarch64/fn.__ISB.html
-share/doc/rust/html/core/arch/aarch64/fn.__NOP.html
-share/doc/rust/html/core/arch/aarch64/fn.__SEV.html
-share/doc/rust/html/core/arch/aarch64/fn.__WFE.html
-share/doc/rust/html/core/arch/aarch64/fn.__WFI.html
 share/doc/rust/html/core/arch/aarch64/fn.__breakpoint.html
 share/doc/rust/html/core/arch/aarch64/fn.__crc32b.html
 share/doc/rust/html/core/arch/aarch64/fn.__crc32cb.html
@@ -1261,26 +1246,14 @@ share/doc/rust/html/core/arch/aarch64/fn.__crc32cw.html
 share/doc/rust/html/core/arch/aarch64/fn.__crc32d.html
 share/doc/rust/html/core/arch/aarch64/fn.__crc32h.html
 share/doc/rust/html/core/arch/aarch64/fn.__crc32w.html
-share/doc/rust/html/core/arch/aarch64/fn.__disable_fault_irq.html
-share/doc/rust/html/core/arch/aarch64/fn.__disable_irq.html
-share/doc/rust/html/core/arch/aarch64/fn.__enable_fault_irq.html
-share/doc/rust/html/core/arch/aarch64/fn.__enable_irq.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_APSR.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_BASEPRI.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_CONTROL.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_FAULTMASK.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_IPSR.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_MSP.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_PRIMASK.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_PSP.html
-share/doc/rust/html/core/arch/aarch64/fn.__get_xPSR.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_BASEPRI.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_BASEPRI_MAX.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_CONTROL.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_FAULTMASK.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_MSP.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_PRIMASK.html
-share/doc/rust/html/core/arch/aarch64/fn.__set_PSP.html
+share/doc/rust/html/core/arch/aarch64/fn.__dmb.html
+share/doc/rust/html/core/arch/aarch64/fn.__dsb.html
+share/doc/rust/html/core/arch/aarch64/fn.__isb.html
+share/doc/rust/html/core/arch/aarch64/fn.__nop.html
+share/doc/rust/html/core/arch/aarch64/fn.__rsr.html
+share/doc/rust/html/core/arch/aarch64/fn.__rsrp.html
+share/doc/rust/html/core/arch/aarch64/fn.__wsr.html
+share/doc/rust/html/core/arch/aarch64/fn.__wsrp.html
 share/doc/rust/html/core/arch/aarch64/fn._cls_u32.html
 share/doc/rust/html/core/arch/aarch64/fn._cls_u64.html
 share/doc/rust/html/core/arch/aarch64/fn._clz_u64.html
@@ -1289,30 +1262,6 @@ share/doc/rust/html/core/arch/aarch64/fn._rev_u16.html
 share/doc/rust/html/core/arch/aarch64/fn._rev_u32.html
 share/doc/rust/html/core/arch/aarch64/fn._rev_u64.html
 share/doc/rust/html/core/arch/aarch64/fn.brk.html
-share/doc/rust/html/core/arch/aarch64/fn.qadd.html
-share/doc/rust/html/core/arch/aarch64/fn.qadd16.html
-share/doc/rust/html/core/arch/aarch64/fn.qadd8.html
-share/doc/rust/html/core/arch/aarch64/fn.qasx.html
-share/doc/rust/html/core/arch/aarch64/fn.qsax.html
-share/doc/rust/html/core/arch/aarch64/fn.qsub.html
-share/doc/rust/html/core/arch/aarch64/fn.qsub16.html
-share/doc/rust/html/core/arch/aarch64/fn.qsub8.html
-share/doc/rust/html/core/arch/aarch64/fn.sadd16.html
-share/doc/rust/html/core/arch/aarch64/fn.sadd8.html
-share/doc/rust/html/core/arch/aarch64/fn.sasx.html
-share/doc/rust/html/core/arch/aarch64/fn.sel.html
-share/doc/rust/html/core/arch/aarch64/fn.shadd16.html
-share/doc/rust/html/core/arch/aarch64/fn.shadd8.html
-share/doc/rust/html/core/arch/aarch64/fn.shsub16.html
-share/doc/rust/html/core/arch/aarch64/fn.shsub8.html
-share/doc/rust/html/core/arch/aarch64/fn.smlad.html
-share/doc/rust/html/core/arch/aarch64/fn.smlsd.html
-share/doc/rust/html/core/arch/aarch64/fn.smuad.html
-share/doc/rust/html/core/arch/aarch64/fn.smuadx.html
-share/doc/rust/html/core/arch/aarch64/fn.smusd.html
-share/doc/rust/html/core/arch/aarch64/fn.smusdx.html
-share/doc/rust/html/core/arch/aarch64/fn.usad8.html
-share/doc/rust/html/core/arch/aarch64/fn.usad8a.html
 share/doc/rust/html/core/arch/aarch64/fn.vadd_f32.html
 share/doc/rust/html/core/arch/aarch64/fn.vadd_f64.html
 share/doc/rust/html/core/arch/aarch64/fn.vadd_s16.html
@@ -1512,7 +1461,6 @@ share/doc/rust/html/core/arch/aarch64/fn.vtbx4_p8.html
 share/doc/rust/html/core/arch/aarch64/fn.vtbx4_s8.html
 share/doc/rust/html/core/arch/aarch64/fn.vtbx4_u8.html
 share/doc/rust/html/core/arch/aarch64/index.html
-share/doc/rust/html/core/arch/aarch64/int16x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/int16x4_t.t.html
 share/doc/rust/html/core/arch/aarch64/int16x8_t.t.html
 share/doc/rust/html/core/arch/aarch64/int32x2_t.t.html
@@ -1523,7 +1471,6 @@ share/doc/rust/html/core/arch/aarch64/int8x16_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x16x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x16x3_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x16x4_t.t.html
-share/doc/rust/html/core/arch/aarch64/int8x4_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x8_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x8x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/int8x8x3_t.t.html
@@ -1540,34 +1487,13 @@ share/doc/rust/html/core/arch/aarch64/poly8x8_t.t.html
 share/doc/rust/html/core/arch/aarch64/poly8x8x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/poly8x8x3_t.t.html
 share/doc/rust/html/core/arch/aarch64/poly8x8x4_t.t.html
-share/doc/rust/html/core/arch/aarch64/qadd.v.html
-share/doc/rust/html/core/arch/aarch64/qadd16.v.html
-share/doc/rust/html/core/arch/aarch64/qadd8.v.html
-share/doc/rust/html/core/arch/aarch64/qasx.v.html
-share/doc/rust/html/core/arch/aarch64/qsax.v.html
-share/doc/rust/html/core/arch/aarch64/qsub.v.html
-share/doc/rust/html/core/arch/aarch64/qsub16.v.html
-share/doc/rust/html/core/arch/aarch64/qsub8.v.html
-share/doc/rust/html/core/arch/aarch64/sadd16.v.html
-share/doc/rust/html/core/arch/aarch64/sadd8.v.html
-share/doc/rust/html/core/arch/aarch64/sasx.v.html
-share/doc/rust/html/core/arch/aarch64/sel.v.html
-share/doc/rust/html/core/arch/aarch64/shadd16.v.html
-share/doc/rust/html/core/arch/aarch64/shadd8.v.html
-share/doc/rust/html/core/arch/aarch64/shsub16.v.html
-share/doc/rust/html/core/arch/aarch64/shsub8.v.html
 share/doc/rust/html/core/arch/aarch64/sidebar-items.js
-share/doc/rust/html/core/arch/aarch64/smlad.v.html
-share/doc/rust/html/core/arch/aarch64/smlsd.v.html
-share/doc/rust/html/core/arch/aarch64/smuad.v.html
-share/doc/rust/html/core/arch/aarch64/smuadx.v.html
-share/doc/rust/html/core/arch/aarch64/smusd.v.html
-share/doc/rust/html/core/arch/aarch64/smusdx.v.html
+share/doc/rust/html/core/arch/aarch64/struct.APSR.html
+share/doc/rust/html/core/arch/aarch64/struct.SY.html
 share/doc/rust/html/core/arch/aarch64/struct.float32x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.float32x4_t.html
 share/doc/rust/html/core/arch/aarch64/struct.float64x1_t.html
 share/doc/rust/html/core/arch/aarch64/struct.float64x2_t.html
-share/doc/rust/html/core/arch/aarch64/struct.int16x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int16x4_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int16x8_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int32x2_t.html
@@ -1578,7 +1504,6 @@ share/doc/rust/html/core/arch/aarch64/struct.int8x16_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x16x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x16x3_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x16x4_t.html
-share/doc/rust/html/core/arch/aarch64/struct.int8x4_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x8_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x8x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.int8x8x3_t.html
@@ -1595,7 +1520,6 @@ share/doc/rust/html/core/arch/aarch64/struct.poly8x8_t.html
 share/doc/rust/html/core/arch/aarch64/struct.poly8x8x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.poly8x8x3_t.html
 share/doc/rust/html/core/arch/aarch64/struct.poly8x8x4_t.html
-share/doc/rust/html/core/arch/aarch64/struct.uint16x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint16x4_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint16x8_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint32x2_t.html
@@ -1606,12 +1530,10 @@ share/doc/rust/html/core/arch/aarch64/struct.uint8x16_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x16x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x16x3_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x16x4_t.html
-share/doc/rust/html/core/arch/aarch64/struct.uint8x4_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x8_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x8x2_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x8x3_t.html
 share/doc/rust/html/core/arch/aarch64/struct.uint8x8x4_t.html
-share/doc/rust/html/core/arch/aarch64/uint16x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint16x4_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint16x8_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint32x2_t.t.html
@@ -1622,13 +1544,10 @@ share/doc/rust/html/core/arch/aarch64/uint8x16_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x16x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x16x3_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x16x4_t.t.html
-share/doc/rust/html/core/arch/aarch64/uint8x4_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x8_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x8x2_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x8x3_t.t.html
 share/doc/rust/html/core/arch/aarch64/uint8x8x4_t.t.html
-share/doc/rust/html/core/arch/aarch64/usad8.v.html
-share/doc/rust/html/core/arch/aarch64/usad8a.v.html
 share/doc/rust/html/core/arch/aarch64/vadd_f32.v.html
 share/doc/rust/html/core/arch/aarch64/vadd_f64.v.html
 share/doc/rust/html/core/arch/aarch64/vadd_s16.v.html
@@ -1827,92 +1746,32 @@ share/doc/rust/html/core/arch/aarch64/vtbx3_u8.v.html
 share/doc/rust/html/core/arch/aarch64/vtbx4_p8.v.html
 share/doc/rust/html/core/arch/aarch64/vtbx4_s8.v.html
 share/doc/rust/html/core/arch/aarch64/vtbx4_u8.v.html
-share/doc/rust/html/core/arch/arm/__DMB.v.html
-share/doc/rust/html/core/arch/arm/__DSB.v.html
-share/doc/rust/html/core/arch/arm/__ISB.v.html
-share/doc/rust/html/core/arch/arm/__NOP.v.html
-share/doc/rust/html/core/arch/arm/__SEV.v.html
-share/doc/rust/html/core/arch/arm/__WFE.v.html
-share/doc/rust/html/core/arch/arm/__WFI.v.html
+share/doc/rust/html/core/arch/arm/APSR.t.html
+share/doc/rust/html/core/arch/arm/SY.t.html
 share/doc/rust/html/core/arch/arm/__breakpoint.v.html
-share/doc/rust/html/core/arch/arm/__disable_fault_irq.v.html
-share/doc/rust/html/core/arch/arm/__disable_irq.v.html
-share/doc/rust/html/core/arch/arm/__enable_fault_irq.v.html
-share/doc/rust/html/core/arch/arm/__enable_irq.v.html
-share/doc/rust/html/core/arch/arm/__get_APSR.v.html
-share/doc/rust/html/core/arch/arm/__get_BASEPRI.v.html
-share/doc/rust/html/core/arch/arm/__get_CONTROL.v.html
-share/doc/rust/html/core/arch/arm/__get_FAULTMASK.v.html
-share/doc/rust/html/core/arch/arm/__get_IPSR.v.html
-share/doc/rust/html/core/arch/arm/__get_MSP.v.html
-share/doc/rust/html/core/arch/arm/__get_PRIMASK.v.html
-share/doc/rust/html/core/arch/arm/__get_PSP.v.html
-share/doc/rust/html/core/arch/arm/__get_xPSR.v.html
-share/doc/rust/html/core/arch/arm/__set_BASEPRI.v.html
-share/doc/rust/html/core/arch/arm/__set_BASEPRI_MAX.v.html
-share/doc/rust/html/core/arch/arm/__set_CONTROL.v.html
-share/doc/rust/html/core/arch/arm/__set_FAULTMASK.v.html
-share/doc/rust/html/core/arch/arm/__set_MSP.v.html
-share/doc/rust/html/core/arch/arm/__set_PRIMASK.v.html
-share/doc/rust/html/core/arch/arm/__set_PSP.v.html
+share/doc/rust/html/core/arch/arm/__dmb.v.html
+share/doc/rust/html/core/arch/arm/__dsb.v.html
+share/doc/rust/html/core/arch/arm/__isb.v.html
+share/doc/rust/html/core/arch/arm/__nop.v.html
+share/doc/rust/html/core/arch/arm/__rsr.v.html
+share/doc/rust/html/core/arch/arm/__rsrp.v.html
+share/doc/rust/html/core/arch/arm/__wsr.v.html
+share/doc/rust/html/core/arch/arm/__wsrp.v.html
 share/doc/rust/html/core/arch/arm/_rev_u16.v.html
 share/doc/rust/html/core/arch/arm/_rev_u32.v.html
 share/doc/rust/html/core/arch/arm/float32x2_t.t.html
 share/doc/rust/html/core/arch/arm/float32x4_t.t.html
-share/doc/rust/html/core/arch/arm/fn.__DMB.html
-share/doc/rust/html/core/arch/arm/fn.__DSB.html
-share/doc/rust/html/core/arch/arm/fn.__ISB.html
-share/doc/rust/html/core/arch/arm/fn.__NOP.html
-share/doc/rust/html/core/arch/arm/fn.__SEV.html
-share/doc/rust/html/core/arch/arm/fn.__WFE.html
-share/doc/rust/html/core/arch/arm/fn.__WFI.html
 share/doc/rust/html/core/arch/arm/fn.__breakpoint.html
-share/doc/rust/html/core/arch/arm/fn.__disable_fault_irq.html
-share/doc/rust/html/core/arch/arm/fn.__disable_irq.html
-share/doc/rust/html/core/arch/arm/fn.__enable_fault_irq.html
-share/doc/rust/html/core/arch/arm/fn.__enable_irq.html
-share/doc/rust/html/core/arch/arm/fn.__get_APSR.html
-share/doc/rust/html/core/arch/arm/fn.__get_BASEPRI.html
-share/doc/rust/html/core/arch/arm/fn.__get_CONTROL.html
-share/doc/rust/html/core/arch/arm/fn.__get_FAULTMASK.html
-share/doc/rust/html/core/arch/arm/fn.__get_IPSR.html
-share/doc/rust/html/core/arch/arm/fn.__get_MSP.html
-share/doc/rust/html/core/arch/arm/fn.__get_PRIMASK.html
-share/doc/rust/html/core/arch/arm/fn.__get_PSP.html
-share/doc/rust/html/core/arch/arm/fn.__get_xPSR.html
-share/doc/rust/html/core/arch/arm/fn.__set_BASEPRI.html
-share/doc/rust/html/core/arch/arm/fn.__set_BASEPRI_MAX.html
-share/doc/rust/html/core/arch/arm/fn.__set_CONTROL.html
-share/doc/rust/html/core/arch/arm/fn.__set_FAULTMASK.html
-share/doc/rust/html/core/arch/arm/fn.__set_MSP.html
-share/doc/rust/html/core/arch/arm/fn.__set_PRIMASK.html
-share/doc/rust/html/core/arch/arm/fn.__set_PSP.html
+share/doc/rust/html/core/arch/arm/fn.__dmb.html
+share/doc/rust/html/core/arch/arm/fn.__dsb.html
+share/doc/rust/html/core/arch/arm/fn.__isb.html
+share/doc/rust/html/core/arch/arm/fn.__nop.html
+share/doc/rust/html/core/arch/arm/fn.__rsr.html
+share/doc/rust/html/core/arch/arm/fn.__rsrp.html
+share/doc/rust/html/core/arch/arm/fn.__wsr.html
+share/doc/rust/html/core/arch/arm/fn.__wsrp.html
 share/doc/rust/html/core/arch/arm/fn._rev_u16.html
 share/doc/rust/html/core/arch/arm/fn._rev_u32.html
-share/doc/rust/html/core/arch/arm/fn.qadd.html
-share/doc/rust/html/core/arch/arm/fn.qadd16.html
-share/doc/rust/html/core/arch/arm/fn.qadd8.html
-share/doc/rust/html/core/arch/arm/fn.qasx.html
-share/doc/rust/html/core/arch/arm/fn.qsax.html
-share/doc/rust/html/core/arch/arm/fn.qsub.html
-share/doc/rust/html/core/arch/arm/fn.qsub16.html
-share/doc/rust/html/core/arch/arm/fn.qsub8.html
-share/doc/rust/html/core/arch/arm/fn.sadd16.html
-share/doc/rust/html/core/arch/arm/fn.sadd8.html
-share/doc/rust/html/core/arch/arm/fn.sasx.html
-share/doc/rust/html/core/arch/arm/fn.sel.html
-share/doc/rust/html/core/arch/arm/fn.shadd16.html
-share/doc/rust/html/core/arch/arm/fn.shadd8.html
-share/doc/rust/html/core/arch/arm/fn.shsub16.html
-share/doc/rust/html/core/arch/arm/fn.shsub8.html
-share/doc/rust/html/core/arch/arm/fn.smlad.html
-share/doc/rust/html/core/arch/arm/fn.smlsd.html
-share/doc/rust/html/core/arch/arm/fn.smuad.html
-share/doc/rust/html/core/arch/arm/fn.smuadx.html
-share/doc/rust/html/core/arch/arm/fn.smusd.html
-share/doc/rust/html/core/arch/arm/fn.smusdx.html
-share/doc/rust/html/core/arch/arm/fn.usad8.html
-share/doc/rust/html/core/arch/arm/fn.usad8a.html
 share/doc/rust/html/core/arch/arm/fn.vadd_f32.html
 share/doc/rust/html/core/arch/arm/fn.vadd_s16.html
 share/doc/rust/html/core/arch/arm/fn.vadd_s32.html
@@ -1963,7 +1822,6 @@ share/doc/rust/html/core/arch/arm/fn.vpmin_u32.html
 share/doc/rust/html/core/arch/arm/fn.vpmin_u8.html
 share/doc/rust/html/core/arch/arm/fn.vrsqrte_f32.html
 share/doc/rust/html/core/arch/arm/index.html
-share/doc/rust/html/core/arch/arm/int16x2_t.t.html
 share/doc/rust/html/core/arch/arm/int16x4_t.t.html
 share/doc/rust/html/core/arch/arm/int16x8_t.t.html
 share/doc/rust/html/core/arch/arm/int32x2_t.t.html
@@ -1971,7 +1829,6 @@ share/doc/rust/html/core/arch/arm/int32x4_t.t.html
 share/doc/rust/html/core/arch/arm/int64x1_t.t.html
 share/doc/rust/html/core/arch/arm/int64x2_t.t.html
 share/doc/rust/html/core/arch/arm/int8x16_t.t.html
-share/doc/rust/html/core/arch/arm/int8x4_t.t.html
 share/doc/rust/html/core/arch/arm/int8x8_t.t.html
 share/doc/rust/html/core/arch/arm/int8x8x2_t.t.html
 share/doc/rust/html/core/arch/arm/int8x8x3_t.t.html
@@ -1983,32 +1840,11 @@ share/doc/rust/html/core/arch/arm/poly8x8_t.t.html
 share/doc/rust/html/core/arch/arm/poly8x8x2_t.t.html
 share/doc/rust/html/core/arch/arm/poly8x8x3_t.t.html
 share/doc/rust/html/core/arch/arm/poly8x8x4_t.t.html
-share/doc/rust/html/core/arch/arm/qadd.v.html
-share/doc/rust/html/core/arch/arm/qadd16.v.html
-share/doc/rust/html/core/arch/arm/qadd8.v.html
-share/doc/rust/html/core/arch/arm/qasx.v.html
-share/doc/rust/html/core/arch/arm/qsax.v.html
-share/doc/rust/html/core/arch/arm/qsub.v.html
-share/doc/rust/html/core/arch/arm/qsub16.v.html
-share/doc/rust/html/core/arch/arm/qsub8.v.html
-share/doc/rust/html/core/arch/arm/sadd16.v.html
-share/doc/rust/html/core/arch/arm/sadd8.v.html
-share/doc/rust/html/core/arch/arm/sasx.v.html
-share/doc/rust/html/core/arch/arm/sel.v.html
-share/doc/rust/html/core/arch/arm/shadd16.v.html
-share/doc/rust/html/core/arch/arm/shadd8.v.html
-share/doc/rust/html/core/arch/arm/shsub16.v.html
-share/doc/rust/html/core/arch/arm/shsub8.v.html
 share/doc/rust/html/core/arch/arm/sidebar-items.js
-share/doc/rust/html/core/arch/arm/smlad.v.html
-share/doc/rust/html/core/arch/arm/smlsd.v.html
-share/doc/rust/html/core/arch/arm/smuad.v.html
-share/doc/rust/html/core/arch/arm/smuadx.v.html
-share/doc/rust/html/core/arch/arm/smusd.v.html
-share/doc/rust/html/core/arch/arm/smusdx.v.html
+share/doc/rust/html/core/arch/arm/struct.APSR.html
+share/doc/rust/html/core/arch/arm/struct.SY.html
 share/doc/rust/html/core/arch/arm/struct.float32x2_t.html
 share/doc/rust/html/core/arch/arm/struct.float32x4_t.html
-share/doc/rust/html/core/arch/arm/struct.int16x2_t.html
 share/doc/rust/html/core/arch/arm/struct.int16x4_t.html
 share/doc/rust/html/core/arch/arm/struct.int16x8_t.html
 share/doc/rust/html/core/arch/arm/struct.int32x2_t.html
@@ -2016,7 +1852,6 @@ share/doc/rust/html/core/arch/arm/struct.int32x4_t.html
 share/doc/rust/html/core/arch/arm/struct.int64x1_t.html
 share/doc/rust/html/core/arch/arm/struct.int64x2_t.html
 share/doc/rust/html/core/arch/arm/struct.int8x16_t.html
-share/doc/rust/html/core/arch/arm/struct.int8x4_t.html
 share/doc/rust/html/core/arch/arm/struct.int8x8_t.html
 share/doc/rust/html/core/arch/arm/struct.int8x8x2_t.html
 share/doc/rust/html/core/arch/arm/struct.int8x8x3_t.html
@@ -2028,7 +1863,6 @@ share/doc/rust/html/core/arch/arm/struct.poly8x8_t.html
 share/doc/rust/html/core/arch/arm/struct.poly8x8x2_t.html
 share/doc/rust/html/core/arch/arm/struct.poly8x8x3_t.html
 share/doc/rust/html/core/arch/arm/struct.poly8x8x4_t.html
-share/doc/rust/html/core/arch/arm/struct.uint16x2_t.html
 share/doc/rust/html/core/arch/arm/struct.uint16x4_t.html
 share/doc/rust/html/core/arch/arm/struct.uint16x8_t.html
 share/doc/rust/html/core/arch/arm/struct.uint32x2_t.html
@@ -2036,12 +1870,10 @@ share/doc/rust/html/core/arch/arm/struct.uint32x4_t.html
 share/doc/rust/html/core/arch/arm/struct.uint64x1_t.html
 share/doc/rust/html/core/arch/arm/struct.uint64x2_t.html
 share/doc/rust/html/core/arch/arm/struct.uint8x16_t.html
-share/doc/rust/html/core/arch/arm/struct.uint8x4_t.html
 share/doc/rust/html/core/arch/arm/struct.uint8x8_t.html
 share/doc/rust/html/core/arch/arm/struct.uint8x8x2_t.html
 share/doc/rust/html/core/arch/arm/struct.uint8x8x3_t.html
 share/doc/rust/html/core/arch/arm/struct.uint8x8x4_t.html
-share/doc/rust/html/core/arch/arm/uint16x2_t.t.html
 share/doc/rust/html/core/arch/arm/uint16x4_t.t.html
 share/doc/rust/html/core/arch/arm/uint16x8_t.t.html
 share/doc/rust/html/core/arch/arm/uint32x2_t.t.html
@@ -2049,13 +1881,10 @@ share/doc/rust/html/core/arch/arm/uint32x4_t.t.html
 share/doc/rust/html/core/arch/arm/uint64x1_t.t.html
 share/doc/rust/html/core/arch/arm/uint64x2_t.t.html
 share/doc/rust/html/core/arch/arm/uint8x16_t.t.html
-share/doc/rust/html/core/arch/arm/uint8x4_t.t.html
 share/doc/rust/html/core/arch/arm/uint8x8_t.t.html
 share/doc/rust/html/core/arch/arm/uint8x8x2_t.t.html
 share/doc/rust/html/core/arch/arm/uint8x8x3_t.t.html
 share/doc/rust/html/core/arch/arm/uint8x8x4_t.t.html
-share/doc/rust/html/core/arch/arm/usad8.v.html
-share/doc/rust/html/core/arch/arm/usad8a.v.html
 share/doc/rust/html/core/arch/arm/vadd_f32.v.html
 share/doc/rust/html/core/arch/arm/vadd_s16.v.html
 share/doc/rust/html/core/arch/arm/vadd_s32.v.html
@@ -2122,6 +1951,7 @@ share/doc/rust/html/core/arch/mips64/i8x16.t.html
 share/doc/rust/html/core/arch/mips64/index.html
 share/doc/rust/html/core/arch/mips64/sidebar-items.js
 share/doc/rust/html/core/arch/mips64/struct.i8x16.html
+share/doc/rust/html/core/arch/nvptx/__assert_fail.v.html
 share/doc/rust/html/core/arch/nvptx/_block_dim_x.v.html
 share/doc/rust/html/core/arch/nvptx/_block_dim_y.v.html
 share/doc/rust/html/core/arch/nvptx/_block_dim_z.v.html
@@ -2135,6 +1965,7 @@ share/doc/rust/html/core/arch/nvptx/_syncthreads.v.html
 share/doc/rust/html/core/arch/nvptx/_thread_idx_x.v.html
 share/doc/rust/html/core/arch/nvptx/_thread_idx_y.v.html
 share/doc/rust/html/core/arch/nvptx/_thread_idx_z.v.html
+share/doc/rust/html/core/arch/nvptx/fn.__assert_fail.html
 share/doc/rust/html/core/arch/nvptx/fn._block_dim_x.html
 share/doc/rust/html/core/arch/nvptx/fn._block_dim_y.html
 share/doc/rust/html/core/arch/nvptx/fn._block_dim_z.html
@@ -2148,10 +1979,16 @@ share/doc/rust/html/core/arch/nvptx/fn._syncthreads.html
 share/doc/rust/html/core/arch/nvptx/fn._thread_idx_x.html
 share/doc/rust/html/core/arch/nvptx/fn._thread_idx_y.html
 share/doc/rust/html/core/arch/nvptx/fn._thread_idx_z.html
+share/doc/rust/html/core/arch/nvptx/fn.free.html
+share/doc/rust/html/core/arch/nvptx/fn.malloc.html
 share/doc/rust/html/core/arch/nvptx/fn.trap.html
+share/doc/rust/html/core/arch/nvptx/fn.vprintf.html
+share/doc/rust/html/core/arch/nvptx/free.v.html
 share/doc/rust/html/core/arch/nvptx/index.html
+share/doc/rust/html/core/arch/nvptx/malloc.v.html
 share/doc/rust/html/core/arch/nvptx/sidebar-items.js
 share/doc/rust/html/core/arch/nvptx/trap.v.html
+share/doc/rust/html/core/arch/nvptx/vprintf.v.html
 share/doc/rust/html/core/arch/powerpc/fn.trap.html
 share/doc/rust/html/core/arch/powerpc/fn.vec_xxpermdi.html
 share/doc/rust/html/core/arch/powerpc/index.html
@@ -2590,6 +2427,10 @@ share/doc/rust/html/core/arch/x86/_addcarryx_u32.v.html
 share/doc/rust/html/core/arch/x86/_andn_u32.v.html
 share/doc/rust/html/core/arch/x86/_bextr2_u32.v.html
 share/doc/rust/html/core/arch/x86/_bextr_u32.v.html
+share/doc/rust/html/core/arch/x86/_bittest.v.html
+share/doc/rust/html/core/arch/x86/_bittestandcomplement.v.html
+share/doc/rust/html/core/arch/x86/_bittestandreset.v.html
+share/doc/rust/html/core/arch/x86/_bittestandset.v.html
 share/doc/rust/html/core/arch/x86/_blcfill_u32.v.html
 share/doc/rust/html/core/arch/x86/_blcfill_u64.v.html
 share/doc/rust/html/core/arch/x86/_blci_u32.v.html
@@ -3717,6 +3558,10 @@ share/doc/rust/html/core/arch/x86/fn._addcarryx_u32.html
 share/doc/rust/html/core/arch/x86/fn._andn_u32.html
 share/doc/rust/html/core/arch/x86/fn._bextr2_u32.html
 share/doc/rust/html/core/arch/x86/fn._bextr_u32.html
+share/doc/rust/html/core/arch/x86/fn._bittest.html
+share/doc/rust/html/core/arch/x86/fn._bittestandcomplement.html
+share/doc/rust/html/core/arch/x86/fn._bittestandreset.html
+share/doc/rust/html/core/arch/x86/fn._bittestandset.html
 share/doc/rust/html/core/arch/x86/fn._blcfill_u32.html
 share/doc/rust/html/core/arch/x86/fn._blcfill_u64.html
 share/doc/rust/html/core/arch/x86/fn._blci_u32.html
@@ -4879,6 +4724,14 @@ share/doc/rust/html/core/arch/x86_64/_bextr2_u32.v.html
 share/doc/rust/html/core/arch/x86_64/_bextr2_u64.v.html
 share/doc/rust/html/core/arch/x86_64/_bextr_u32.v.html
 share/doc/rust/html/core/arch/x86_64/_bextr_u64.v.html
+share/doc/rust/html/core/arch/x86_64/_bittest.v.html
+share/doc/rust/html/core/arch/x86_64/_bittest64.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandcomplement.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandcomplement64.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandreset.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandreset64.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandset.v.html
+share/doc/rust/html/core/arch/x86_64/_bittestandset64.v.html
 share/doc/rust/html/core/arch/x86_64/_blcfill_u32.v.html
 share/doc/rust/html/core/arch/x86_64/_blcfill_u64.v.html
 share/doc/rust/html/core/arch/x86_64/_blci_u32.v.html
@@ -6054,6 +5907,14 @@ share/doc/rust/html/core/arch/x86_64/fn._bextr2_u32.html
 share/doc/rust/html/core/arch/x86_64/fn._bextr2_u64.html
 share/doc/rust/html/core/arch/x86_64/fn._bextr_u32.html
 share/doc/rust/html/core/arch/x86_64/fn._bextr_u64.html
+share/doc/rust/html/core/arch/x86_64/fn._bittest.html
+share/doc/rust/html/core/arch/x86_64/fn._bittest64.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandcomplement.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandcomplement64.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandreset.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandreset64.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandset.html
+share/doc/rust/html/core/arch/x86_64/fn._bittestandset64.html
 share/doc/rust/html/core/arch/x86_64/fn._blcfill_u32.html
 share/doc/rust/html/core/arch/x86_64/fn._blcfill_u64.html
 share/doc/rust/html/core/arch/x86_64/fn._blci_u32.html
@@ -7621,6 +7482,26 @@ share/doc/rust/html/core/core_arch/aarch64/v8/fn._cls_u64.html
 share/doc/rust/html/core/core_arch/aarch64/v8/fn._clz_u64.html
 share/doc/rust/html/core/core_arch/aarch64/v8/fn._rbit_u64.html
 share/doc/rust/html/core/core_arch/aarch64/v8/fn._rev_u64.html
+share/doc/rust/html/core/core_arch/acle/barrier/__dmb.v.html
+share/doc/rust/html/core/core_arch/acle/barrier/__dsb.v.html
+share/doc/rust/html/core/core_arch/acle/barrier/__isb.v.html
+share/doc/rust/html/core/core_arch/acle/barrier/cp15/SY.t.html
+share/doc/rust/html/core/core_arch/acle/barrier/cp15/struct.SY.html
+share/doc/rust/html/core/core_arch/acle/barrier/fn.__dmb.html
+share/doc/rust/html/core/core_arch/acle/barrier/fn.__dsb.html
+share/doc/rust/html/core/core_arch/acle/barrier/fn.__isb.html
+share/doc/rust/html/core/core_arch/acle/hints/__nop.v.html
+share/doc/rust/html/core/core_arch/acle/hints/fn.__nop.html
+share/doc/rust/html/core/core_arch/acle/registers/__rsr.v.html
+share/doc/rust/html/core/core_arch/acle/registers/__rsrp.v.html
+share/doc/rust/html/core/core_arch/acle/registers/__wsr.v.html
+share/doc/rust/html/core/core_arch/acle/registers/__wsrp.v.html
+share/doc/rust/html/core/core_arch/acle/registers/aarch32/APSR.t.html
+share/doc/rust/html/core/core_arch/acle/registers/aarch32/struct.APSR.html
+share/doc/rust/html/core/core_arch/acle/registers/fn.__rsr.html
+share/doc/rust/html/core/core_arch/acle/registers/fn.__rsrp.html
+share/doc/rust/html/core/core_arch/acle/registers/fn.__wsr.html
+share/doc/rust/html/core/core_arch/acle/registers/fn.__wsrp.html
 share/doc/rust/html/core/core_arch/arch/aarch64/index.html
 share/doc/rust/html/core/core_arch/arch/arm/index.html
 share/doc/rust/html/core/core_arch/arch/index.html
@@ -7634,116 +7515,6 @@ share/doc/rust/html/core/core_arch/arch/x86/index.html
 share/doc/rust/html/core/core_arch/arch/x86_64/index.html
 share/doc/rust/html/core/core_arch/arm/armclang/__breakpoint.v.html
 share/doc/rust/html/core/core_arch/arm/armclang/fn.__breakpoint.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__DMB.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__DSB.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__ISB.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__NOP.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__SEV.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__WFE.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__WFI.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__disable_irq.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__enable_irq.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_APSR.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_CONTROL.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_IPSR.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_MSP.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_PRIMASK.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_PSP.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__get_xPSR.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__set_CONTROL.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__set_MSP.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__set_PRIMASK.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/__set_PSP.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__DMB.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__DSB.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__ISB.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__NOP.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__SEV.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__WFE.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__WFI.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__disable_irq.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__enable_irq.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_APSR.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_CONTROL.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_IPSR.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_MSP.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_PRIMASK.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_PSP.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__get_xPSR.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__set_CONTROL.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__set_MSP.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__set_PRIMASK.html
-share/doc/rust/html/core/core_arch/arm/cmsis/fn.__set_PSP.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__disable_fault_irq.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__enable_fault_irq.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__get_BASEPRI.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__get_FAULTMASK.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__set_BASEPRI.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__set_BASEPRI_MAX.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/__set_FAULTMASK.v.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__disable_fault_irq.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__enable_fault_irq.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__get_BASEPRI.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__get_FAULTMASK.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__set_BASEPRI.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__set_BASEPRI_MAX.html
-share/doc/rust/html/core/core_arch/arm/cmsis/v7/fn.__set_FAULTMASK.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qadd.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qadd16.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qadd8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qasx.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qsax.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qsub.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qsub16.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.qsub8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.sadd16.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.sadd8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.sasx.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.sel.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.shadd16.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.shadd8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.shsub16.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.shsub8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smlad.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smlsd.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smuad.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smuadx.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smusd.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.smusdx.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.usad8.html
-share/doc/rust/html/core/core_arch/arm/dsp/fn.usad8a.html
-share/doc/rust/html/core/core_arch/arm/dsp/int16x2_t.t.html
-share/doc/rust/html/core/core_arch/arm/dsp/int8x4_t.t.html
-share/doc/rust/html/core/core_arch/arm/dsp/qadd.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qadd16.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qadd8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qasx.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qsax.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qsub.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qsub16.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/qsub8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/sadd16.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/sadd8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/sasx.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/sel.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/shadd16.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/shadd8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/shsub16.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/shsub8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smlad.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smlsd.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smuad.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smuadx.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smusd.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/smusdx.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/struct.int16x2_t.html
-share/doc/rust/html/core/core_arch/arm/dsp/struct.int8x4_t.html
-share/doc/rust/html/core/core_arch/arm/dsp/struct.uint16x2_t.html
-share/doc/rust/html/core/core_arch/arm/dsp/struct.uint8x4_t.html
-share/doc/rust/html/core/core_arch/arm/dsp/uint16x2_t.t.html
-share/doc/rust/html/core/core_arch/arm/dsp/uint8x4_t.t.html
-share/doc/rust/html/core/core_arch/arm/dsp/usad8.v.html
-share/doc/rust/html/core/core_arch/arm/dsp/usad8a.v.html
 share/doc/rust/html/core/core_arch/arm/neon/float32x2_t.t.html
 share/doc/rust/html/core/core_arch/arm/neon/float32x4_t.t.html
 share/doc/rust/html/core/core_arch/arm/neon/fn.vadd_f32.html
@@ -7914,6 +7685,7 @@ share/doc/rust/html/core/core_arch/mips/msa/__msa_add_a_b.v.html
 share/doc/rust/html/core/core_arch/mips/msa/fn.__msa_add_a_b.html
 share/doc/rust/html/core/core_arch/mips/msa/i8x16.t.html
 share/doc/rust/html/core/core_arch/mips/msa/struct.i8x16.html
+share/doc/rust/html/core/core_arch/nvptx/__assert_fail.v.html
 share/doc/rust/html/core/core_arch/nvptx/_block_dim_x.v.html
 share/doc/rust/html/core/core_arch/nvptx/_block_dim_y.v.html
 share/doc/rust/html/core/core_arch/nvptx/_block_dim_z.v.html
@@ -7927,6 +7699,7 @@ share/doc/rust/html/core/core_arch/nvptx/_syncthreads.v.html
 share/doc/rust/html/core/core_arch/nvptx/_thread_idx_x.v.html
 share/doc/rust/html/core/core_arch/nvptx/_thread_idx_y.v.html
 share/doc/rust/html/core/core_arch/nvptx/_thread_idx_z.v.html
+share/doc/rust/html/core/core_arch/nvptx/fn.__assert_fail.html
 share/doc/rust/html/core/core_arch/nvptx/fn._block_dim_x.html
 share/doc/rust/html/core/core_arch/nvptx/fn._block_dim_y.html
 share/doc/rust/html/core/core_arch/nvptx/fn._block_dim_z.html
@@ -7940,8 +7713,14 @@ share/doc/rust/html/core/core_arch/nvptx/fn._syncthreads.html
 share/doc/rust/html/core/core_arch/nvptx/fn._thread_idx_x.html
 share/doc/rust/html/core/core_arch/nvptx/fn._thread_idx_y.html
 share/doc/rust/html/core/core_arch/nvptx/fn._thread_idx_z.html
+share/doc/rust/html/core/core_arch/nvptx/fn.free.html
+share/doc/rust/html/core/core_arch/nvptx/fn.malloc.html
 share/doc/rust/html/core/core_arch/nvptx/fn.trap.html
+share/doc/rust/html/core/core_arch/nvptx/fn.vprintf.html
+share/doc/rust/html/core/core_arch/nvptx/free.v.html
+share/doc/rust/html/core/core_arch/nvptx/malloc.v.html
 share/doc/rust/html/core/core_arch/nvptx/trap.v.html
+share/doc/rust/html/core/core_arch/nvptx/vprintf.v.html
 share/doc/rust/html/core/core_arch/powerpc/fn.trap.html
 share/doc/rust/html/core/core_arch/powerpc/trap.v.html
 share/doc/rust/html/core/core_arch/powerpc/vsx/fn.vec_xxpermdi.html
@@ -9145,6 +8924,14 @@ share/doc/rust/html/core/core_arch/x86/bmi2/fn._pdep_u32.html
 share/doc/rust/html/core/core_arch/x86/bmi2/fn._pext_u32.html
 share/doc/rust/html/core/core_arch/x86/bswap/_bswap.v.html
 share/doc/rust/html/core/core_arch/x86/bswap/fn._bswap.html
+share/doc/rust/html/core/core_arch/x86/bt/_bittest.v.html
+share/doc/rust/html/core/core_arch/x86/bt/_bittestandcomplement.v.html
+share/doc/rust/html/core/core_arch/x86/bt/_bittestandreset.v.html
+share/doc/rust/html/core/core_arch/x86/bt/_bittestandset.v.html
+share/doc/rust/html/core/core_arch/x86/bt/fn._bittest.html
+share/doc/rust/html/core/core_arch/x86/bt/fn._bittestandcomplement.html
+share/doc/rust/html/core/core_arch/x86/bt/fn._bittestandreset.html
+share/doc/rust/html/core/core_arch/x86/bt/fn._bittestandset.html
 share/doc/rust/html/core/core_arch/x86/cpuid/CpuidResult.t.html
 share/doc/rust/html/core/core_arch/x86/cpuid/__cpuid.v.html
 share/doc/rust/html/core/core_arch/x86/cpuid/__cpuid_count.v.html
@@ -10564,6 +10351,14 @@ share/doc/rust/html/core/core_arch/x86_64/bmi2/fn._pdep_u64.html
 share/doc/rust/html/core/core_arch/x86_64/bmi2/fn._pext_u64.html
 share/doc/rust/html/core/core_arch/x86_64/bswap/_bswap64.v.html
 share/doc/rust/html/core/core_arch/x86_64/bswap/fn._bswap64.html
+share/doc/rust/html/core/core_arch/x86_64/bt/_bittest64.v.html
+share/doc/rust/html/core/core_arch/x86_64/bt/_bittestandcomplement64.v.html
+share/doc/rust/html/core/core_arch/x86_64/bt/_bittestandreset64.v.html
+share/doc/rust/html/core/core_arch/x86_64/bt/_bittestandset64.v.html
+share/doc/rust/html/core/core_arch/x86_64/bt/fn._bittest64.html
+share/doc/rust/html/core/core_arch/x86_64/bt/fn._bittestandcomplement64.html
+share/doc/rust/html/core/core_arch/x86_64/bt/fn._bittestandreset64.html
+share/doc/rust/html/core/core_arch/x86_64/bt/fn._bittestandset64.html
 share/doc/rust/html/core/core_arch/x86_64/cmpxchg16b/cmpxchg16b.v.html
 share/doc/rust/html/core/core_arch/x86_64/cmpxchg16b/fn.cmpxchg16b.html
 share/doc/rust/html/core/core_arch/x86_64/fxsr/_fxrstor64.v.html
@@ -10846,6 +10641,8 @@ share/doc/rust/html/core/hash/struct.SipHasher.html
 share/doc/rust/html/core/hash/trait.BuildHasher.html
 share/doc/rust/html/core/hash/trait.Hash.html
 share/doc/rust/html/core/hash/trait.Hasher.html
+share/doc/rust/html/core/hint/black_box.v.html
+share/doc/rust/html/core/hint/fn.black_box.html
 share/doc/rust/html/core/hint/fn.spin_loop.html
 share/doc/rust/html/core/hint/fn.unreachable_unchecked.html
 share/doc/rust/html/core/hint/index.html
@@ -11513,6 +11310,8 @@ share/doc/rust/html/core/macro.panic!.html
 share/doc/rust/html/core/macro.panic.html
 share/doc/rust/html/core/macro.stringify!.html
 share/doc/rust/html/core/macro.stringify.html
+share/doc/rust/html/core/macro.todo!.html
+share/doc/rust/html/core/macro.todo.html
 share/doc/rust/html/core/macro.try!.html
 share/doc/rust/html/core/macro.try.html
 share/doc/rust/html/core/macro.unimplemented!.html
@@ -12029,27 +11828,27 @@ share/doc/rust/html/core/str/trait.FromStr.html
 share/doc/rust/html/core/str/utf8_char_width.v.html
 share/doc/rust/html/core/stringify.m.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_BOOL_INIT.v.html
-share/doc/rust/html/core/sync/atomic/ATOMIC_I128_INIT.v.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/ATOMIC_I128_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_I16_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_I32_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_I64_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_I8_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_ISIZE_INIT.v.html
-share/doc/rust/html/core/sync/atomic/ATOMIC_U128_INIT.v.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/ATOMIC_U128_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_U16_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_U32_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_U64_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_U8_INIT.v.html
 share/doc/rust/html/core/sync/atomic/ATOMIC_USIZE_INIT.v.html
 share/doc/rust/html/core/sync/atomic/AtomicBool.t.html
-share/doc/rust/html/core/sync/atomic/AtomicI128.t.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/AtomicI128.t.html
 share/doc/rust/html/core/sync/atomic/AtomicI16.t.html
 share/doc/rust/html/core/sync/atomic/AtomicI32.t.html
 share/doc/rust/html/core/sync/atomic/AtomicI64.t.html
 share/doc/rust/html/core/sync/atomic/AtomicI8.t.html
 share/doc/rust/html/core/sync/atomic/AtomicIsize.t.html
 share/doc/rust/html/core/sync/atomic/AtomicPtr.t.html
-share/doc/rust/html/core/sync/atomic/AtomicU128.t.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/AtomicU128.t.html
 share/doc/rust/html/core/sync/atomic/AtomicU16.t.html
 share/doc/rust/html/core/sync/atomic/AtomicU32.t.html
 share/doc/rust/html/core/sync/atomic/AtomicU64.t.html
@@ -12058,13 +11857,13 @@ share/doc/rust/html/core/sync/atomic/AtomicUsize.t.html
 share/doc/rust/html/core/sync/atomic/Ordering.t.html
 share/doc/rust/html/core/sync/atomic/compiler_fence.v.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_BOOL_INIT.html
-share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I128_INIT.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I128_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I16_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I32_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I64_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_I8_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_ISIZE_INIT.html
-share/doc/rust/html/core/sync/atomic/constant.ATOMIC_U128_INIT.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/constant.ATOMIC_U128_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_U16_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_U32_INIT.html
 share/doc/rust/html/core/sync/atomic/constant.ATOMIC_U64_INIT.html
@@ -12079,14 +11878,14 @@ share/doc/rust/html/core/sync/atomic/index.html
 share/doc/rust/html/core/sync/atomic/sidebar-items.js
 share/doc/rust/html/core/sync/atomic/spin_loop_hint.v.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicBool.html
-share/doc/rust/html/core/sync/atomic/struct.AtomicI128.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/struct.AtomicI128.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicI16.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicI32.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicI64.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicI8.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicIsize.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicPtr.html
-share/doc/rust/html/core/sync/atomic/struct.AtomicU128.html
+${PLIST.darwin}share/doc/rust/html/core/sync/atomic/struct.AtomicU128.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicU16.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicU32.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicU64.html
@@ -12094,6 +11893,7 @@ share/doc/rust/html/core/sync/atomic/struct.AtomicU8.html
 share/doc/rust/html/core/sync/atomic/struct.AtomicUsize.html
 share/doc/rust/html/core/sync/index.html
 share/doc/rust/html/core/sync/sidebar-items.js
+share/doc/rust/html/core/task/Context.t.html
 share/doc/rust/html/core/task/Poll.t.html
 share/doc/rust/html/core/task/RawWaker.t.html
 share/doc/rust/html/core/task/RawWakerVTable.t.html
@@ -12103,12 +11903,15 @@ share/doc/rust/html/core/task/index.html
 share/doc/rust/html/core/task/poll/Poll.t.html
 share/doc/rust/html/core/task/poll/enum.Poll.html
 share/doc/rust/html/core/task/sidebar-items.js
+share/doc/rust/html/core/task/struct.Context.html
 share/doc/rust/html/core/task/struct.RawWaker.html
 share/doc/rust/html/core/task/struct.RawWakerVTable.html
 share/doc/rust/html/core/task/struct.Waker.html
+share/doc/rust/html/core/task/wake/Context.t.html
 share/doc/rust/html/core/task/wake/RawWaker.t.html
 share/doc/rust/html/core/task/wake/RawWakerVTable.t.html
 share/doc/rust/html/core/task/wake/Waker.t.html
+share/doc/rust/html/core/task/wake/struct.Context.html
 share/doc/rust/html/core/task/wake/struct.RawWaker.html
 share/doc/rust/html/core/task/wake/struct.RawWakerVTable.html
 share/doc/rust/html/core/task/wake/struct.Waker.html
@@ -12116,6 +11919,7 @@ share/doc/rust/html/core/time/Duration.t.html
 share/doc/rust/html/core/time/index.html
 share/doc/rust/html/core/time/sidebar-items.js
 share/doc/rust/html/core/time/struct.Duration.html
+share/doc/rust/html/core/todo.m.html
 share/doc/rust/html/core/try.m.html
 share/doc/rust/html/core/u128/MAX.v.html
 share/doc/rust/html/core/u128/MIN.v.html
@@ -12192,17 +11996,21 @@ share/doc/rust/html/core/write.m.html
 share/doc/rust/html/core/writeln.m.html
 share/doc/rust/html/dark${PKGVERSION}.css
 share/doc/rust/html/down-arrow${PKGVERSION}.svg
-share/doc/rust/html/edition-guide/_FontAwesome/css/font-awesome.css
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/FontAwesome.ttf
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/fontawesome-webfont.eot
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/fontawesome-webfont.svg
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/fontawesome-webfont.ttf
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/fontawesome-webfont.woff
-share/doc/rust/html/edition-guide/_FontAwesome/fonts/fontawesome-webfont.woff2
+share/doc/rust/html/edition-guide/.nojekyll
+share/doc/rust/html/edition-guide/FontAwesome/css/font-awesome.css
+share/doc/rust/html/edition-guide/FontAwesome/fonts/FontAwesome.ttf
+share/doc/rust/html/edition-guide/FontAwesome/fonts/fontawesome-webfont.eot
+share/doc/rust/html/edition-guide/FontAwesome/fonts/fontawesome-webfont.svg
+share/doc/rust/html/edition-guide/FontAwesome/fonts/fontawesome-webfont.ttf
+share/doc/rust/html/edition-guide/FontAwesome/fonts/fontawesome-webfont.woff
+share/doc/rust/html/edition-guide/FontAwesome/fonts/fontawesome-webfont.woff2
 share/doc/rust/html/edition-guide/ayu-highlight.css
-share/doc/rust/html/edition-guide/book.css
 share/doc/rust/html/edition-guide/book.js
 share/doc/rust/html/edition-guide/clipboard.min.js
+share/doc/rust/html/edition-guide/css/chrome.css
+share/doc/rust/html/edition-guide/css/general.css
+share/doc/rust/html/edition-guide/css/print.css
+share/doc/rust/html/edition-guide/css/variables.css
 share/doc/rust/html/edition-guide/editions/creating-a-new-project.html
 share/doc/rust/html/edition-guide/editions/index.html
 share/doc/rust/html/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
@@ -12240,6 +12048,7 @@ share/doc/rust/html/edition-guide/rust-2018/documentation/new-editions-of-the-bo
 share/doc/rust/html/edition-guide/rust-2018/documentation/std-os-has-documentation-for-all-platforms.html
 share/doc/rust/html/edition-guide/rust-2018/documentation/the-rust-bookshelf.html
 share/doc/rust/html/edition-guide/rust-2018/documentation/the-rustonomicon.html
+share/doc/rust/html/edition-guide/rust-2018/edition-changes.html
 share/doc/rust/html/edition-guide/rust-2018/error-handling-and-panics/aborting-on-panic.html
 share/doc/rust/html/edition-guide/rust-2018/error-handling-and-panics/controlling-panics-with-std-panic.html
 share/doc/rust/html/edition-guide/rust-2018/error-handling-and-panics/index.html
@@ -12287,6 +12096,7 @@ share/doc/rust/html/edition-guide/rust-2018/trait-system/more-container-types-su
 share/doc/rust/html/edition-guide/rust-2018/trait-system/no-anon-params.html
 share/doc/rust/html/edition-guide/searcher.js
 share/doc/rust/html/edition-guide/searchindex.js
+share/doc/rust/html/edition-guide/searchindex.json
 share/doc/rust/html/edition-guide/tomorrow-night.css
 share/doc/rust/html/embedded-book/.nojekyll
 share/doc/rust/html/embedded-book/FontAwesome/css/font-awesome.css
@@ -12458,6 +12268,8 @@ share/doc/rust/html/implementors/core/ops/deref/trait.Deref.js
 share/doc/rust/html/implementors/core/ops/deref/trait.DerefMut.js
 share/doc/rust/html/implementors/core/ops/deref/trait.Receiver.js
 share/doc/rust/html/implementors/core/ops/drop/trait.Drop.js
+share/doc/rust/html/implementors/core/ops/function/trait.Fn.js
+share/doc/rust/html/implementors/core/ops/function/trait.FnMut.js
 share/doc/rust/html/implementors/core/ops/function/trait.FnOnce.js
 share/doc/rust/html/implementors/core/ops/generator/trait.Generator.js
 share/doc/rust/html/implementors/core/ops/index/trait.Index.js
@@ -12509,6 +12321,7 @@ share/doc/rust/html/implementors/proc_macro/trait.MultiSpan.js
 share/doc/rust/html/implementors/std/alloc/trait.Alloc.js
 share/doc/rust/html/implementors/std/alloc/trait.GlobalAlloc.js
 share/doc/rust/html/implementors/std/any/trait.Any.js
+share/doc/rust/html/implementors/std/array/trait.FixedSizeArray.js
 share/doc/rust/html/implementors/std/ascii/trait.AsciiExt.js
 share/doc/rust/html/implementors/std/borrow/trait.Borrow.js
 share/doc/rust/html/implementors/std/borrow/trait.BorrowMut.js
@@ -12597,7 +12410,7 @@ share/doc/rust/html/implementors/std/ops/trait.Sub.js
 share/doc/rust/html/implementors/std/ops/trait.SubAssign.js
 share/doc/rust/html/implementors/std/ops/trait.Try.js
 share/doc/rust/html/implementors/std/os/linux/fs/trait.MetadataExt.js
-share/doc/rust/html/implementors/std/os/macos/fs/trait.MetadataExt.js
+${PLIST.darwin}share/doc/rust/html/implementors/std/os/macos/fs/trait.MetadataExt.js
 share/doc/rust/html/implementors/std/os/unix/ffi/trait.OsStrExt.js
 share/doc/rust/html/implementors/std/os/unix/ffi/trait.OsStringExt.js
 share/doc/rust/html/implementors/std/os/unix/fs/trait.DirBuilderExt.js
@@ -12787,7 +12600,15 @@ share/doc/rust/html/reference/_FontAwesome/fonts/fontawesome-webfont.svg
 share/doc/rust/html/reference/_FontAwesome/fonts/fontawesome-webfont.ttf
 share/doc/rust/html/reference/_FontAwesome/fonts/fontawesome-webfont.woff
 share/doc/rust/html/reference/_FontAwesome/fonts/fontawesome-webfont.woff2
+share/doc/rust/html/reference/abi.html
+share/doc/rust/html/reference/appendices.html
+share/doc/rust/html/reference/attributes-redirect.html
 share/doc/rust/html/reference/attributes.html
+share/doc/rust/html/reference/attributes/codegen.html
+share/doc/rust/html/reference/attributes/derive.html
+share/doc/rust/html/reference/attributes/diagnostics.html
+share/doc/rust/html/reference/attributes/limits.html
+share/doc/rust/html/reference/attributes/testing.html
 share/doc/rust/html/reference/ayu-highlight.css
 share/doc/rust/html/reference/behavior-considered-undefined.html
 share/doc/rust/html/reference/behavior-not-considered-unsafe.html
@@ -12830,7 +12651,6 @@ share/doc/rust/html/reference/influences.html
 share/doc/rust/html/reference/input-format.html
 share/doc/rust/html/reference/interior-mutability.html
 share/doc/rust/html/reference/introduction.html
-share/doc/rust/html/reference/items-and-attributes.html
 share/doc/rust/html/reference/items.html
 share/doc/rust/html/reference/items/associated-items.html
 share/doc/rust/html/reference/items/constant-items.html
@@ -12851,6 +12671,7 @@ share/doc/rust/html/reference/keywords.html
 share/doc/rust/html/reference/lexical-structure.html
 share/doc/rust/html/reference/lifetime-elision.html
 share/doc/rust/html/reference/linkage.html
+share/doc/rust/html/reference/macro-ambiguity.html
 share/doc/rust/html/reference/macros-by-example.html
 share/doc/rust/html/reference/macros.html
 share/doc/rust/html/reference/mark.min.js
@@ -12862,6 +12683,7 @@ share/doc/rust/html/reference/paths.html
 share/doc/rust/html/reference/patterns.html
 share/doc/rust/html/reference/print.html
 share/doc/rust/html/reference/procedural-macros.html
+share/doc/rust/html/reference/runtime.html
 share/doc/rust/html/reference/searcher.js
 share/doc/rust/html/reference/searchindex.js
 share/doc/rust/html/reference/special-types-and-traits.html
@@ -12897,7 +12719,6 @@ share/doc/rust/html/reference/types/textual.html
 share/doc/rust/html/reference/types/trait-object.html
 share/doc/rust/html/reference/types/tuple.html
 share/doc/rust/html/reference/types/union.html
-share/doc/rust/html/reference/undocumented.html
 share/doc/rust/html/reference/unsafe-blocks.html
 share/doc/rust/html/reference/unsafe-functions.html
 share/doc/rust/html/reference/unsafety.html
@@ -13054,6 +12875,7 @@ share/doc/rust/html/rust-by-example/scope/lifetime/lifetime_coercion.html
 share/doc/rust/html/rust-by-example/scope/lifetime/methods.html
 share/doc/rust/html/rust-by-example/scope/lifetime/static_lifetime.html
 share/doc/rust/html/rust-by-example/scope/lifetime/struct.html
+share/doc/rust/html/rust-by-example/scope/lifetime/trait.html
 share/doc/rust/html/rust-by-example/scope/move.html
 share/doc/rust/html/rust-by-example/scope/move/mut.html
 share/doc/rust/html/rust-by-example/scope/raii.html
@@ -13199,7 +13021,8 @@ share/doc/rust/html/src/alloc/collections/vec_deque.rs.html
 share/doc/rust/html/src/alloc/fmt.rs.html
 share/doc/rust/html/src/alloc/lib.rs.html
 share/doc/rust/html/src/alloc/macros.rs.html
-share/doc/rust/html/src/alloc/prelude.rs.html
+share/doc/rust/html/src/alloc/prelude/mod.rs.html
+share/doc/rust/html/src/alloc/prelude/v1.rs.html
 share/doc/rust/html/src/alloc/raw_vec.rs.html
 share/doc/rust/html/src/alloc/rc.rs.html
 share/doc/rust/html/src/alloc/slice.rs.html
@@ -13328,9 +13151,14 @@ share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/aarch64/crypto.rs.h
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/aarch64/mod.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/aarch64/neon.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/aarch64/v8.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/barrier/cp15.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/barrier/mod.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/ex.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/hints.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/mod.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/registers/aarch32.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/acle/registers/mod.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/armclang.rs.html
-share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/cmsis.rs.html
-share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/dsp.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/mod.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/neon.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/arm/v6.rs.html
@@ -13358,6 +13186,7 @@ share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/avx512ifma.rs.h
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/bmi1.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/bmi2.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/bswap.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/bt.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/cpuid.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/eflags.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86/fma.rs.html
@@ -13385,6 +13214,7 @@ share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/avx2.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/bmi.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/bmi2.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/bswap.rs.html
+share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/bt.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/cmpxchg16b.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/fxsr.rs.html
 share/doc/rust/html/src/core/up/stdsimd/crates/core_arch/src/x86_64/mod.rs.html
@@ -13444,9 +13274,9 @@ share/doc/rust/html/src/std/num.rs.html
 share/doc/rust/html/src/std/os/linux/fs.rs.html
 share/doc/rust/html/src/std/os/linux/mod.rs.html
 share/doc/rust/html/src/std/os/linux/raw.rs.html
-share/doc/rust/html/src/std/os/macos/fs.rs.html
-share/doc/rust/html/src/std/os/macos/mod.rs.html
-share/doc/rust/html/src/std/os/macos/raw.rs.html
+${PLIST.darwin}share/doc/rust/html/src/std/os/macos/fs.rs.html
+${PLIST.darwin}share/doc/rust/html/src/std/os/macos/mod.rs.html
+${PLIST.darwin}share/doc/rust/html/src/std/os/macos/raw.rs.html
 share/doc/rust/html/src/std/os/mod.rs.html
 share/doc/rust/html/src/std/os/raw/mod.rs.html
 share/doc/rust/html/src/std/panic.rs.html
@@ -13501,7 +13331,6 @@ share/doc/rust/html/src/std/sys/unix/mod.rs.html
 share/doc/rust/html/src/std/sys/unix/mutex.rs.html
 share/doc/rust/html/src/std/sys/unix/net.rs.html
 share/doc/rust/html/src/std/sys/unix/os.rs.html
-share/doc/rust/html/src/std/sys/unix/os_str.rs.html
 share/doc/rust/html/src/std/sys/unix/path.rs.html
 share/doc/rust/html/src/std/sys/unix/pipe.rs.html
 share/doc/rust/html/src/std/sys/unix/process/mod.rs.html
@@ -13529,12 +13358,14 @@ share/doc/rust/html/src/std/sys_common/at_exit_imp.rs.html
 share/doc/rust/html/src/std/sys_common/backtrace.rs.html
 share/doc/rust/html/src/std/sys_common/bytestring.rs.html
 share/doc/rust/html/src/std/sys_common/condvar.rs.html
+share/doc/rust/html/src/std/sys_common/fs.rs.html
 share/doc/rust/html/src/std/sys_common/gnu/libbacktrace.rs.html
 share/doc/rust/html/src/std/sys_common/gnu/mod.rs.html
 share/doc/rust/html/src/std/sys_common/io.rs.html
 share/doc/rust/html/src/std/sys_common/mod.rs.html
 share/doc/rust/html/src/std/sys_common/mutex.rs.html
 share/doc/rust/html/src/std/sys_common/net.rs.html
+share/doc/rust/html/src/std/sys_common/os_str_bytes.rs.html
 share/doc/rust/html/src/std/sys_common/poison.rs.html
 share/doc/rust/html/src/std/sys_common/process.rs.html
 share/doc/rust/html/src/std/sys_common/remutex.rs.html
@@ -13602,6 +13433,12 @@ share/doc/rust/html/std/any/sidebar-items.js
 share/doc/rust/html/std/any/struct.TypeId.html
 share/doc/rust/html/std/any/trait.Any.html
 share/doc/rust/html/std/array.t.html
+share/doc/rust/html/std/array/FixedSizeArray.t.html
+share/doc/rust/html/std/array/TryFromSliceError.t.html
+share/doc/rust/html/std/array/index.html
+share/doc/rust/html/std/array/sidebar-items.js
+share/doc/rust/html/std/array/struct.TryFromSliceError.html
+share/doc/rust/html/std/array/trait.FixedSizeArray.html
 share/doc/rust/html/std/as.k.html
 share/doc/rust/html/std/ascii/AsciiExt.t.html
 share/doc/rust/html/std/ascii/EscapeDefault.t.html
@@ -14301,14 +14138,14 @@ share/doc/rust/html/std/fs/symlink_metadata.v.html
 share/doc/rust/html/std/fs/write.v.html
 share/doc/rust/html/std/future/Future.t.html
 share/doc/rust/html/std/future/fn.from_generator.html
-share/doc/rust/html/std/future/fn.get_task_waker.html
-share/doc/rust/html/std/future/fn.poll_with_tls_waker.html
-share/doc/rust/html/std/future/fn.set_task_waker.html
+share/doc/rust/html/std/future/fn.get_task_context.html
+share/doc/rust/html/std/future/fn.poll_with_tls_context.html
+share/doc/rust/html/std/future/fn.set_task_context.html
 share/doc/rust/html/std/future/from_generator.v.html
-share/doc/rust/html/std/future/get_task_waker.v.html
+share/doc/rust/html/std/future/get_task_context.v.html
 share/doc/rust/html/std/future/index.html
-share/doc/rust/html/std/future/poll_with_tls_waker.v.html
-share/doc/rust/html/std/future/set_task_waker.v.html
+share/doc/rust/html/std/future/poll_with_tls_context.v.html
+share/doc/rust/html/std/future/set_task_context.v.html
 share/doc/rust/html/std/future/sidebar-items.js
 share/doc/rust/html/std/future/trait.Future.html
 share/doc/rust/html/std/hash/BuildHasher.t.html
@@ -14323,6 +14160,8 @@ share/doc/rust/html/std/hash/struct.SipHasher.html
 share/doc/rust/html/std/hash/trait.BuildHasher.html
 share/doc/rust/html/std/hash/trait.Hash.html
 share/doc/rust/html/std/hash/trait.Hasher.html
+share/doc/rust/html/std/hint/black_box.v.html
+share/doc/rust/html/std/hint/fn.black_box.html
 share/doc/rust/html/std/hint/fn.spin_loop.html
 share/doc/rust/html/std/hint/fn.unreachable_unchecked.html
 share/doc/rust/html/std/hint/index.html
@@ -15087,6 +14926,8 @@ share/doc/rust/html/std/macro.stringify!.html
 share/doc/rust/html/std/macro.stringify.html
 share/doc/rust/html/std/macro.thread_local!.html
 share/doc/rust/html/std/macro.thread_local.html
+share/doc/rust/html/std/macro.todo!.html
+share/doc/rust/html/std/macro.todo.html
 share/doc/rust/html/std/macro.try!.html
 share/doc/rust/html/std/macro.try.html
 share/doc/rust/html/std/macro.unimplemented!.html
@@ -15397,34 +15238,34 @@ share/doc/rust/html/std/os/linux/raw/type.off_t.html
 share/doc/rust/html/std/os/linux/raw/type.pthread_t.html
 share/doc/rust/html/std/os/linux/raw/type.time_t.html
 share/doc/rust/html/std/os/linux/sidebar-items.js
-share/doc/rust/html/std/os/macos/fs/MetadataExt.t.html
-share/doc/rust/html/std/os/macos/fs/index.html
-share/doc/rust/html/std/os/macos/fs/sidebar-items.js
-share/doc/rust/html/std/os/macos/fs/trait.MetadataExt.html
-share/doc/rust/html/std/os/macos/index.html
-share/doc/rust/html/std/os/macos/raw/blkcnt_t.t.html
-share/doc/rust/html/std/os/macos/raw/blksize_t.t.html
-share/doc/rust/html/std/os/macos/raw/dev_t.t.html
-share/doc/rust/html/std/os/macos/raw/index.html
-share/doc/rust/html/std/os/macos/raw/ino_t.t.html
-share/doc/rust/html/std/os/macos/raw/mode_t.t.html
-share/doc/rust/html/std/os/macos/raw/nlink_t.t.html
-share/doc/rust/html/std/os/macos/raw/off_t.t.html
-share/doc/rust/html/std/os/macos/raw/pthread_t.t.html
-share/doc/rust/html/std/os/macos/raw/sidebar-items.js
-share/doc/rust/html/std/os/macos/raw/stat.t.html
-share/doc/rust/html/std/os/macos/raw/struct.stat.html
-share/doc/rust/html/std/os/macos/raw/time_t.t.html
-share/doc/rust/html/std/os/macos/raw/type.blkcnt_t.html
-share/doc/rust/html/std/os/macos/raw/type.blksize_t.html
-share/doc/rust/html/std/os/macos/raw/type.dev_t.html
-share/doc/rust/html/std/os/macos/raw/type.ino_t.html
-share/doc/rust/html/std/os/macos/raw/type.mode_t.html
-share/doc/rust/html/std/os/macos/raw/type.nlink_t.html
-share/doc/rust/html/std/os/macos/raw/type.off_t.html
-share/doc/rust/html/std/os/macos/raw/type.pthread_t.html
-share/doc/rust/html/std/os/macos/raw/type.time_t.html
-share/doc/rust/html/std/os/macos/sidebar-items.js
+${PLIST.darwin}share/doc/rust/html/std/os/macos/fs/MetadataExt.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/fs/index.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/fs/sidebar-items.js
+${PLIST.darwin}share/doc/rust/html/std/os/macos/fs/trait.MetadataExt.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/index.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/blkcnt_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/blksize_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/dev_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/index.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/ino_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/mode_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/nlink_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/off_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/pthread_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/sidebar-items.js
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/stat.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/struct.stat.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/time_t.t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.blkcnt_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.blksize_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.dev_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.ino_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.mode_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.nlink_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.off_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.pthread_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/raw/type.time_t.html
+${PLIST.darwin}share/doc/rust/html/std/os/macos/sidebar-items.js
 share/doc/rust/html/std/os/raw/c_char.t.html
 share/doc/rust/html/std/os/raw/c_double.t.html
 share/doc/rust/html/std/os/raw/c_float.t.html
@@ -15966,27 +15807,27 @@ share/doc/rust/html/std/sync/TryLockResult.t.html
 share/doc/rust/html/std/sync/WaitTimeoutResult.t.html
 share/doc/rust/html/std/sync/Weak.t.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_BOOL_INIT.v.html
-share/doc/rust/html/std/sync/atomic/ATOMIC_I128_INIT.v.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/ATOMIC_I128_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_I16_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_I32_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_I64_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_I8_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_ISIZE_INIT.v.html
-share/doc/rust/html/std/sync/atomic/ATOMIC_U128_INIT.v.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/ATOMIC_U128_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_U16_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_U32_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_U64_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_U8_INIT.v.html
 share/doc/rust/html/std/sync/atomic/ATOMIC_USIZE_INIT.v.html
 share/doc/rust/html/std/sync/atomic/AtomicBool.t.html
-share/doc/rust/html/std/sync/atomic/AtomicI128.t.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/AtomicI128.t.html
 share/doc/rust/html/std/sync/atomic/AtomicI16.t.html
 share/doc/rust/html/std/sync/atomic/AtomicI32.t.html
 share/doc/rust/html/std/sync/atomic/AtomicI64.t.html
 share/doc/rust/html/std/sync/atomic/AtomicI8.t.html
 share/doc/rust/html/std/sync/atomic/AtomicIsize.t.html
 share/doc/rust/html/std/sync/atomic/AtomicPtr.t.html
-share/doc/rust/html/std/sync/atomic/AtomicU128.t.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/AtomicU128.t.html
 share/doc/rust/html/std/sync/atomic/AtomicU16.t.html
 share/doc/rust/html/std/sync/atomic/AtomicU32.t.html
 share/doc/rust/html/std/sync/atomic/AtomicU64.t.html
@@ -15995,13 +15836,13 @@ share/doc/rust/html/std/sync/atomic/AtomicUsize.t.html
 share/doc/rust/html/std/sync/atomic/Ordering.t.html
 share/doc/rust/html/std/sync/atomic/compiler_fence.v.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_BOOL_INIT.html
-share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I128_INIT.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I128_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I16_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I32_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I64_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_I8_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_ISIZE_INIT.html
-share/doc/rust/html/std/sync/atomic/constant.ATOMIC_U128_INIT.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/constant.ATOMIC_U128_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_U16_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_U32_INIT.html
 share/doc/rust/html/std/sync/atomic/constant.ATOMIC_U64_INIT.html
@@ -16016,14 +15857,14 @@ share/doc/rust/html/std/sync/atomic/index.html
 share/doc/rust/html/std/sync/atomic/sidebar-items.js
 share/doc/rust/html/std/sync/atomic/spin_loop_hint.v.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicBool.html
-share/doc/rust/html/std/sync/atomic/struct.AtomicI128.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/struct.AtomicI128.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicI16.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicI32.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicI64.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicI8.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicIsize.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicPtr.html
-share/doc/rust/html/std/sync/atomic/struct.AtomicU128.html
+${PLIST.darwin}share/doc/rust/html/std/sync/atomic/struct.AtomicU128.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicU16.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicU32.html
 share/doc/rust/html/std/sync/atomic/struct.AtomicU64.html
@@ -16109,11 +15950,7 @@ share/doc/rust/html/std/sync/struct.WaitTimeoutResult.html
 share/doc/rust/html/std/sync/struct.Weak.html
 share/doc/rust/html/std/sync/type.LockResult.html
 share/doc/rust/html/std/sync/type.TryLockResult.html
-share/doc/rust/html/std/sys/unix/ext/ffi/OsStrExt.t.html
-share/doc/rust/html/std/sys/unix/ext/ffi/OsStringExt.t.html
 share/doc/rust/html/std/sys/unix/ext/ffi/index.html
-share/doc/rust/html/std/sys/unix/ext/ffi/trait.OsStrExt.html
-share/doc/rust/html/std/sys/unix/ext/ffi/trait.OsStringExt.html
 share/doc/rust/html/std/sys/unix/ext/fs/DirBuilderExt.t.html
 share/doc/rust/html/std/sys/unix/ext/fs/DirEntryExt.t.html
 share/doc/rust/html/std/sys/unix/ext/fs/FileExt.t.html
@@ -16220,6 +16057,10 @@ share/doc/rust/html/std/sys/windows_ext/raw/index.html
 share/doc/rust/html/std/sys/windows_ext/raw/type.HANDLE.html
 share/doc/rust/html/std/sys/windows_ext/raw/type.SOCKET.html
 share/doc/rust/html/std/sys/windows_ext/thread/index.html
+share/doc/rust/html/std/sys_common/os_str_bytes/OsStrExt.t.html
+share/doc/rust/html/std/sys_common/os_str_bytes/OsStringExt.t.html
+share/doc/rust/html/std/sys_common/os_str_bytes/trait.OsStrExt.html
+share/doc/rust/html/std/sys_common/os_str_bytes/trait.OsStringExt.html
 share/doc/rust/html/std/sys_common/poison/LockResult.t.html
 share/doc/rust/html/std/sys_common/poison/PoisonError.t.html
 share/doc/rust/html/std/sys_common/poison/TryLockError.t.html
@@ -16230,6 +16071,7 @@ share/doc/rust/html/std/sys_common/poison/type.LockResult.html
 share/doc/rust/html/std/sys_common/poison/type.TryLockResult.html
 share/doc/rust/html/std/sys_common/wtf8/EncodeWide.t.html
 share/doc/rust/html/std/sys_common/wtf8/struct.EncodeWide.html
+share/doc/rust/html/std/task/Context.t.html
 share/doc/rust/html/std/task/Poll.t.html
 share/doc/rust/html/std/task/RawWaker.t.html
 share/doc/rust/html/std/task/RawWakerVTable.t.html
@@ -16237,6 +16079,7 @@ share/doc/rust/html/std/task/Waker.t.html
 share/doc/rust/html/std/task/enum.Poll.html
 share/doc/rust/html/std/task/index.html
 share/doc/rust/html/std/task/sidebar-items.js
+share/doc/rust/html/std/task/struct.Context.html
 share/doc/rust/html/std/task/struct.RawWaker.html
 share/doc/rust/html/std/task/struct.RawWakerVTable.html
 share/doc/rust/html/std/task/struct.Waker.html
@@ -16291,6 +16134,7 @@ share/doc/rust/html/std/time/struct.Duration.html
 share/doc/rust/html/std/time/struct.Instant.html
 share/doc/rust/html/std/time/struct.SystemTime.html
 share/doc/rust/html/std/time/struct.SystemTimeError.html
+share/doc/rust/html/std/todo.m.html
 share/doc/rust/html/std/try.m.html
 share/doc/rust/html/std/tuple.t.html
 share/doc/rust/html/std/u128.t.html
@@ -16488,6 +16332,7 @@ share/doc/rust/html/unstable-book/language-features/avx512-target-feature.html
 share/doc/rust/html/unstable-book/language-features/bind-by-move-pattern-guards.html
 share/doc/rust/html/unstable-book/language-features/box-patterns.html
 share/doc/rust/html/unstable-book/language-features/box-syntax.html
+share/doc/rust/html/unstable-book/language-features/c-variadic.html
 share/doc/rust/html/unstable-book/language-features/cfg-target-has-atomic.html
 share/doc/rust/html/unstable-book/language-features/cfg-target-thread-local.html
 share/doc/rust/html/unstable-book/language-features/cmpxchg16b-target-feature.html
@@ -16605,6 +16450,7 @@ share/doc/rust/html/unstable-book/library-features/align-offset.html
 share/doc/rust/html/unstable-book/library-features/alloc-error-hook.html
 share/doc/rust/html/unstable-book/library-features/alloc-internals.html
 share/doc/rust/html/unstable-book/library-features/alloc-layout-extra.html
+share/doc/rust/html/unstable-book/library-features/alloc-prelude.html
 share/doc/rust/html/unstable-book/library-features/alloc.html
 share/doc/rust/html/unstable-book/library-features/allocator-api.html
 share/doc/rust/html/unstable-book/library-features/array-error-internals.html
@@ -16615,17 +16461,18 @@ share/doc/rust/html/unstable-book/library-features/box-into-pin.html
 share/doc/rust/html/unstable-book/library-features/box-into-raw-non-null.html
 share/doc/rust/html/unstable-book/library-features/bufreader-buffer.html
 share/doc/rust/html/unstable-book/library-features/bufreader-seek-relative.html
-share/doc/rust/html/unstable-book/library-features/c-variadic.html
 share/doc/rust/html/unstable-book/library-features/c-void-variant.html
 share/doc/rust/html/unstable-book/library-features/cell-update.html
 share/doc/rust/html/unstable-book/library-features/char-error-internals.html
 share/doc/rust/html/unstable-book/library-features/checked-duration-since.html
+share/doc/rust/html/unstable-book/library-features/clamp.html
 share/doc/rust/html/unstable-book/library-features/coerce-unsized.html
 share/doc/rust/html/unstable-book/library-features/compiler-builtins-lib.html
 share/doc/rust/html/unstable-book/library-features/concat-idents-macro.html
 share/doc/rust/html/unstable-book/library-features/const-cstr-unchecked.html
 share/doc/rust/html/unstable-book/library-features/const-int-conversion.html
 share/doc/rust/html/unstable-book/library-features/const-needs-drop.html
+share/doc/rust/html/unstable-book/library-features/const-ptr-nonnull.html
 share/doc/rust/html/unstable-book/library-features/const-saturating-int-methods.html
 share/doc/rust/html/unstable-book/library-features/const-slice-len.html
 share/doc/rust/html/unstable-book/library-features/const-str-as-bytes.html
@@ -16633,9 +16480,7 @@ share/doc/rust/html/unstable-book/library-features/const-str-len.html
 share/doc/rust/html/unstable-book/library-features/const-string-new.html
 share/doc/rust/html/unstable-book/library-features/const-type-id.html
 share/doc/rust/html/unstable-book/library-features/const-vec-new.html
-share/doc/rust/html/unstable-book/library-features/copied.html
 share/doc/rust/html/unstable-book/library-features/copy-within.html
-share/doc/rust/html/unstable-book/library-features/copysign.html
 share/doc/rust/html/unstable-book/library-features/core-intrinsics.html
 share/doc/rust/html/unstable-book/library-features/core-panic-info.html
 share/doc/rust/html/unstable-book/library-features/core-panic.html
@@ -16650,6 +16495,7 @@ share/doc/rust/html/unstable-book/library-features/drain-filter.html
 share/doc/rust/html/unstable-book/library-features/duration-constants.html
 share/doc/rust/html/unstable-book/library-features/duration-float.html
 share/doc/rust/html/unstable-book/library-features/error-iter.html
+share/doc/rust/html/unstable-book/library-features/error-type-id.html
 share/doc/rust/html/unstable-book/library-features/euclidean-division.html
 share/doc/rust/html/unstable-book/library-features/exact-size-is-empty.html
 share/doc/rust/html/unstable-book/library-features/extra-log-consts.html
@@ -16709,19 +16555,15 @@ share/doc/rust/html/unstable-book/library-features/proc-macro-span.html
 share/doc/rust/html/unstable-book/library-features/process-exitcode-placeholder.html
 share/doc/rust/html/unstable-book/library-features/process-internals.html
 share/doc/rust/html/unstable-book/library-features/profiler-runtime-lib.html
-share/doc/rust/html/unstable-book/library-features/ptr-hash.html
 share/doc/rust/html/unstable-book/library-features/ptr-internals.html
 share/doc/rust/html/unstable-book/library-features/ptr-offset-from.html
 share/doc/rust/html/unstable-book/library-features/ptr-wrapping-offset-from.html
-share/doc/rust/html/unstable-book/library-features/range-contains.html
 share/doc/rust/html/unstable-book/library-features/range-is-empty.html
 share/doc/rust/html/unstable-book/library-features/raw-vec-internals.html
 share/doc/rust/html/unstable-book/library-features/raw.html
 share/doc/rust/html/unstable-book/library-features/rc-into-raw-non-null.html
 share/doc/rust/html/unstable-book/library-features/read-initializer.html
 share/doc/rust/html/unstable-book/library-features/receiver-trait.html
-share/doc/rust/html/unstable-book/library-features/refcell-map-split.html
-share/doc/rust/html/unstable-book/library-features/refcell-replace-swap.html
 share/doc/rust/html/unstable-book/library-features/renamed-spin-loop.html
 share/doc/rust/html/unstable-book/library-features/repeat-generic-slice.html
 share/doc/rust/html/unstable-book/library-features/result-map-or-else.html
@@ -16729,12 +16571,15 @@ share/doc/rust/html/unstable-book/library-features/reverse-bits.html
 share/doc/rust/html/unstable-book/library-features/rt.html
 share/doc/rust/html/unstable-book/library-features/rustc-private.html
 share/doc/rust/html/unstable-book/library-features/sanitizer-runtime-lib.html
+share/doc/rust/html/unstable-book/library-features/seek-convenience.html
 share/doc/rust/html/unstable-book/library-features/set-stdio.html
 share/doc/rust/html/unstable-book/library-features/sgx-platform.html
 share/doc/rust/html/unstable-book/library-features/shrink-to.html
 share/doc/rust/html/unstable-book/library-features/slice-concat-ext.html
 share/doc/rust/html/unstable-book/library-features/slice-index-methods.html
 share/doc/rust/html/unstable-book/library-features/slice-internals.html
+share/doc/rust/html/unstable-book/library-features/slice-iter-mut-as-slice.html
+share/doc/rust/html/unstable-book/library-features/slice-partition-at-index.html
 share/doc/rust/html/unstable-book/library-features/slice-partition-dedup.html
 share/doc/rust/html/unstable-book/library-features/sort-internals.html
 share/doc/rust/html/unstable-book/library-features/std-internals.html
@@ -16746,19 +16591,23 @@ share/doc/rust/html/unstable-book/library-features/termination-trait-lib.html
 share/doc/rust/html/unstable-book/library-features/test.html
 share/doc/rust/html/unstable-book/library-features/thread-local-internals.html
 share/doc/rust/html/unstable-book/library-features/thread-spawn-unchecked.html
+share/doc/rust/html/unstable-book/library-features/todo-macro.html
 share/doc/rust/html/unstable-book/library-features/toowned-clone-into.html
 share/doc/rust/html/unstable-book/library-features/trusted-len.html
 share/doc/rust/html/unstable-book/library-features/try-reserve.html
 share/doc/rust/html/unstable-book/library-features/try-trait.html
+share/doc/rust/html/unstable-book/library-features/udp-peer-addr.html
 share/doc/rust/html/unstable-book/library-features/unicode-internals.html
 share/doc/rust/html/unstable-book/library-features/unicode-version.html
 share/doc/rust/html/unstable-book/library-features/unsize.html
 share/doc/rust/html/unstable-book/library-features/update-panic-count.html
+share/doc/rust/html/unstable-book/library-features/vec-drain-as-slice.html
 share/doc/rust/html/unstable-book/library-features/vec-remove-item.html
 share/doc/rust/html/unstable-book/library-features/vec-resize-default.html
 share/doc/rust/html/unstable-book/library-features/vecdeque-rotate.html
 share/doc/rust/html/unstable-book/library-features/wait-timeout-until.html
 share/doc/rust/html/unstable-book/library-features/wait-until.html
+share/doc/rust/html/unstable-book/library-features/wasi-ext.html
 share/doc/rust/html/unstable-book/library-features/weak-counts.html
 share/doc/rust/html/unstable-book/library-features/weak-ptr-eq.html
 share/doc/rust/html/unstable-book/library-features/windows-c.html
diff --git a/rust-bin/distinfo b/rust-bin/distinfo
index cd513558fd..2209103cdb 100644
--- a/rust-bin/distinfo
+++ b/rust-bin/distinfo
@@ -1,35 +1,35 @@
 $NetBSD$
 
-SHA1 (rust-1.34.1-aarch64-unknown-linux-gnu.tar.gz) = aac2dfd954f12d18667eab69db3f9dbdcdcc8fa2
-RMD160 (rust-1.34.1-aarch64-unknown-linux-gnu.tar.gz) = 65d38ccf7ba7d46610823041baeed1bdb79580c9
-SHA512 (rust-1.34.1-aarch64-unknown-linux-gnu.tar.gz) = 67ee65ba473b450eaa79776f6131ea66c01087e651de9f8ece6a2df072c1c63657dd1ab92aa984c9c00c83b36958f90c9e7a011e1ff28cc989767c45b201cbfe
-Size (rust-1.34.1-aarch64-unknown-linux-gnu.tar.gz) = 187739811 bytes
-SHA1 (rust-1.34.1-i686-apple-darwin.tar.gz) = 206b66d801c099f2fb57ea58b202c2a7d499a503
-RMD160 (rust-1.34.1-i686-apple-darwin.tar.gz) = d01ac827ae2464dc7eeb6d83dbced27e992eeeb3
-SHA512 (rust-1.34.1-i686-apple-darwin.tar.gz) = fe909b322fc1263fb32d228680931e7da267f19f7d5f957df7ebf7c4b37a57aa24e33b79f45e8d9f95a20b0913b1fcba383577cc21aab43ac89fbd6b8022a9e7
-Size (rust-1.34.1-i686-apple-darwin.tar.gz) = 243397269 bytes
-SHA1 (rust-1.34.1-i686-unknown-linux-gnu.tar.gz) = 289d71c4eca56bbcd16854f2d6e88026a666c5aa
-RMD160 (rust-1.34.1-i686-unknown-linux-gnu.tar.gz) = 17e4ad9b1423bde8c7daac382c58fb0f56e0bf3a
-SHA512 (rust-1.34.1-i686-unknown-linux-gnu.tar.gz) = 23d6dd7017a9886c98afeae1814c7a4cc888136e229dbbf15cf5d5f6a591676737625853e78a1bd97bd812e3e728e97df6df05c66af78393d3472b09f9b44845
-Size (rust-1.34.1-i686-unknown-linux-gnu.tar.gz) = 272528996 bytes
-SHA1 (rust-1.34.1-powerpc64le-unknown-linux-gnu.tar.gz) = aa8257cc679e3478356071144b9e733d2f6d110e
-RMD160 (rust-1.34.1-powerpc64le-unknown-linux-gnu.tar.gz) = 77e48c9cda8138b2e48ce70d7540c0d1f4f786c3
-SHA512 (rust-1.34.1-powerpc64le-unknown-linux-gnu.tar.gz) = 35927be3a490eb0ac7dc0e440977e7d160a6451fc813d9adefa6860c0c4a11b66f006c0b1450bb6b82b7c7b5e9e77c3efd216d22379e2d0b7fb05c6cce74915a
-Size (rust-1.34.1-powerpc64le-unknown-linux-gnu.tar.gz) = 204454680 bytes
-SHA1 (rust-1.34.1-x86_64-apple-darwin.tar.gz) = 8417cd818be05e9d3937fb0a35a3b066b82417b9
-RMD160 (rust-1.34.1-x86_64-apple-darwin.tar.gz) = 1900e09d975e77553d32c2cf79ecf13d41fa9400
-SHA512 (rust-1.34.1-x86_64-apple-darwin.tar.gz) = cb5329bd912bf2b48311eeb739d25b44d628fbfa55e652272b0113ab805163b64bb483ee46432d0c7d1a90f5a9588e99828f725a38dfa990982dd8ea841496cd
-Size (rust-1.34.1-x86_64-apple-darwin.tar.gz) = 248369409 bytes
-SHA1 (rust-1.34.1-x86_64-unknown-freebsd.tar.gz) = f3f44eb8253b93957780063c95982797eb504efd
-RMD160 (rust-1.34.1-x86_64-unknown-freebsd.tar.gz) = 596ad212b3f9dcb74b7bd2b3ef202650f9bd5eed
-SHA512 (rust-1.34.1-x86_64-unknown-freebsd.tar.gz) = 46800d0cac635d30e852fa825c96090a125996df74838fd8c4e634c7f5f47044aff22926e7628cc96b701f148a78695d780e3fa26f6b838a6f64c913eb4ad830
-Size (rust-1.34.1-x86_64-unknown-freebsd.tar.gz) = 176482835 bytes
-SHA1 (rust-1.34.1-x86_64-unknown-linux-gnu.tar.gz) = c37f9e80db4819e9335912ca929e92977949c6e9
-RMD160 (rust-1.34.1-x86_64-unknown-linux-gnu.tar.gz) = 6f52aa3c40b90b2e3a21efb72351d4be4b39bb03
-SHA512 (rust-1.34.1-x86_64-unknown-linux-gnu.tar.gz) = a5d2db06fcc70ef3a6d38aeeba85b3c5eef8db992ca19e11f849ce9f1d0d79677373484a5ec991bbfe123d8f13697e185c07bae34d04bcc536cd25012b206fae
-Size (rust-1.34.1-x86_64-unknown-linux-gnu.tar.gz) = 255896015 bytes
-SHA1 (rust-1.34.1-x86_64-unknown-netbsd.tar.gz) = 620f18dfe484d14ecf37ab481a2eef2983230dc0
-RMD160 (rust-1.34.1-x86_64-unknown-netbsd.tar.gz) = a680f18daf440fe2dc14bebdf0e1cd62294abca4
-SHA512 (rust-1.34.1-x86_64-unknown-netbsd.tar.gz) = 08e62428616cdc9bd6e3df3400fa4a1bd3fc4c13c934b7e38d23e311907c7588cb3e28549e678a18dc18c2551b89a392451ba7dad5f711efb82662bd4e004760
-Size (rust-1.34.1-x86_64-unknown-netbsd.tar.gz) = 178243340 bytes
+SHA1 (rust-1.35.0-aarch64-unknown-linux-gnu.tar.gz) = 6066fb979c555c8e3c6bf5e7b6df51edaa7bf874
+RMD160 (rust-1.35.0-aarch64-unknown-linux-gnu.tar.gz) = e771f90ea2d1c538b8ae7953f9aec3180c81d22f
+SHA512 (rust-1.35.0-aarch64-unknown-linux-gnu.tar.gz) = d6e38e007b66eb07364e3ce65037557f74d067bb693d653772ea2c685f580da1066eb2cf511791524adce626dc37e52be98d6c2c8781c4d70e5cb7e203ece8d7
+Size (rust-1.35.0-aarch64-unknown-linux-gnu.tar.gz) = 205238370 bytes
+SHA1 (rust-1.35.0-i686-apple-darwin.tar.gz) = 99bc0c46e534664cb56d27dad3ec508f148c5be5
+RMD160 (rust-1.35.0-i686-apple-darwin.tar.gz) = 22afdeb22175c3eeea858501b102949e59d87b9b
+SHA512 (rust-1.35.0-i686-apple-darwin.tar.gz) = dc91f1c5aaea5905741ab623c1386f420d3557aa2b0cf6db59f41fe1138f0ae94cc62ed5f3e99980837cc61ad6048aaa774ea52485a2d9585016093cb8d18576
+Size (rust-1.35.0-i686-apple-darwin.tar.gz) = 250540952 bytes
+SHA1 (rust-1.35.0-i686-unknown-linux-gnu.tar.gz) = a0172ee6e1214cad665d62642119a365b32a2e6c
+RMD160 (rust-1.35.0-i686-unknown-linux-gnu.tar.gz) = 771010f7094c95724d9e02cdcd4d2ecf645c9fd9
+SHA512 (rust-1.35.0-i686-unknown-linux-gnu.tar.gz) = d22b6b3a16fddb93a45331c056064f915f0b8e3edccbb1dda0b456bd6ae8aae30c54f2f4cc99dddba09b5725ac540e2f7c0219cf368ba72c348048cdcc0c0b44
+Size (rust-1.35.0-i686-unknown-linux-gnu.tar.gz) = 281128916 bytes
+SHA1 (rust-1.35.0-powerpc64le-unknown-linux-gnu.tar.gz) = d49ca7c201755924c88f2cb7f93759e641af3d5d
+RMD160 (rust-1.35.0-powerpc64le-unknown-linux-gnu.tar.gz) = c9c6519a810a1b157d8f9ee4c79609762db47ed3
+SHA512 (rust-1.35.0-powerpc64le-unknown-linux-gnu.tar.gz) = f9cd9aeb24b0599609337a1cf02240ed4d2a67a31f39ab1b5915b2a73318f4e4d8114e3268d47823589f9b5a77c2736ff7b16a7e4826e76dc61338518f685842
+Size (rust-1.35.0-powerpc64le-unknown-linux-gnu.tar.gz) = 221928525 bytes
+SHA1 (rust-1.35.0-x86_64-apple-darwin.tar.gz) = 288439cc7902b29b50b30f520c8bf0f03479930f
+RMD160 (rust-1.35.0-x86_64-apple-darwin.tar.gz) = 14cf3f951bc114e7ad70a2bd840a780123ca4859
+SHA512 (rust-1.35.0-x86_64-apple-darwin.tar.gz) = 6695c1b58965297044738bfc6054773d50aef96dc9917509f8afb8e5e7463e880a8dbe56e26a7036d10fe0ea96412258b4f8aa64d6ca34389d941315d497e8e5
+Size (rust-1.35.0-x86_64-apple-darwin.tar.gz) = 256051779 bytes
+SHA1 (rust-1.35.0-x86_64-unknown-freebsd.tar.gz) = fb82c3c3033be80444e177d8f56fa820ea45b999
+RMD160 (rust-1.35.0-x86_64-unknown-freebsd.tar.gz) = 861650a376525b45f0a71742991fe26497a9f2ae
+SHA512 (rust-1.35.0-x86_64-unknown-freebsd.tar.gz) = 6857ad11cc763bcef2fdfc1b1ff5b35874ee2a9ac0c8ef19f47188e0aaf77fb8cd4d3c376875a211a3bebdef9260bdb5f04f7a55340db55c1d2e44f0fa0db3b3
+Size (rust-1.35.0-x86_64-unknown-freebsd.tar.gz) = 198024276 bytes
+SHA1 (rust-1.35.0-x86_64-unknown-linux-gnu.tar.gz) = b0f80de94e4c9bab78437f582e020ccf9fb70f79
+RMD160 (rust-1.35.0-x86_64-unknown-linux-gnu.tar.gz) = 65ee1903f46cb5589d26eba315b41ba5b8214b72
+SHA512 (rust-1.35.0-x86_64-unknown-linux-gnu.tar.gz) = f346f2ccb7845844e281c0f146d0bc542efa71f524831b9ed7a119c4a78f36b65c9a1bf79f385d0e5b4aabc0789746fa2f95d3d64a55ca71201c3f69e1789b94
+Size (rust-1.35.0-x86_64-unknown-linux-gnu.tar.gz) = 264606504 bytes
+SHA1 (rust-1.35.0-x86_64-unknown-netbsd.tar.gz) = b687870052ff74717649684e8e583ef76fa39b27
+RMD160 (rust-1.35.0-x86_64-unknown-netbsd.tar.gz) = 89328898645b77e183f121171086169c2781dda2
+SHA512 (rust-1.35.0-x86_64-unknown-netbsd.tar.gz) = d57c531ed620c4362a1263da2954911d81fb30d699f0a32fcc50e81e448d6a02406ae2cdcfbe6c7fc8d2d271ce5c860c3837890d034f647665571e85986d8041
+Size (rust-1.35.0-x86_64-unknown-netbsd.tar.gz) = 202729151 bytes
 SHA1 (patch-install.sh) = 4dc4edcbda3c9d2b60ea51b5f83cadd5992ba786



Home | Main Index | Thread Index | Old Index