pkgsrc-WIP-changes archive

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

rust-bin: Update to 1.32.0



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Tue Jan 29 02:49:26 2019 -0800
Changeset:	d474c9e8b113181de83e3bc66ee9237b699786b9

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

Log Message:
rust-bin: Update to 1.32.0

Notable changes:

* dbg macro
* jemalloc is removed by default
* Uniform paths
* New literal matcher

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

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

diffstat:
 rust-bin/Makefile     |  16 ++++--
 rust-bin/PLIST.common | 136 +++++++++++++++++++++++++++++++++++++++++++-------
 rust-bin/distinfo     |  64 ++++++++++++------------
 3 files changed, 163 insertions(+), 53 deletions(-)

diffs:
diff --git a/rust-bin/Makefile b/rust-bin/Makefile
index 90de6cc89b..a9b4d055cd 100644
--- a/rust-bin/Makefile
+++ b/rust-bin/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rust-1.31.1
+DISTNAME=	rust-1.32.0
 PKGNAME=	${DISTNAME:S/rust/rust-bin/}
 CATEGORIES=	lang
 MASTER_SITES=	https://static.rust-lang.org/dist/
@@ -113,12 +113,20 @@ BUILD_DEPENDS+=		patchelf-[0-9]*:../../devel/patchelf
 post-install: fix-relative-rpath
 fix-relative-rpath:
 .  for bin in clippy-driver rls rustc rustdoc
-	${PREFIX}/bin/patchelf --set-rpath ${PREFIX}/lib ${DESTDIR}${PREFIX}/bin/${bin}
+	${PREFIX}/bin/patchelf --set-rpath \
+		${PREFIX}/lib ${DESTDIR}${PREFIX}/bin/${bin}
 .  endfor
-.  for lib in lib lib/rustlib/${RUST_ARCH}/lib lib/rustlib/${RUST_ARCH}/codegen-backends
+.  for bin in llvm-nm llvm-objcopy llvm-objdump llvm-profdata \
+		llvm-readobj llvm-size llvm-strip rust-lld
+	${PREFIX}/bin/patchelf --set-rpath \
+		${PREFIX}/lib/rustlib/${RUST_ARCH}/lib \
+		${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/bin/${bin}
+.  endfor
+.  for lib in lib lib/rustlib/${RUST_ARCH}/lib \
+		lib/rustlib/${RUST_ARCH}/codegen-backends
 	for f in ${DESTDIR}${PREFIX}/${lib}/lib*.so; do			\
 		[ ! -f $$f ] && continue;				\
-		${PREFIX}/bin/patchelf --set-rpath ${PREFIX}/lib $$f;			\
+		${PREFIX}/bin/patchelf --set-rpath ${PREFIX}/lib $$f;	\
 	done
 .  endfor
 .endif
diff --git a/rust-bin/PLIST.common b/rust-bin/PLIST.common
index 0102e06c0b..aab60734f6 100644
--- a/rust-bin/PLIST.common
+++ b/rust-bin/PLIST.common
@@ -31,8 +31,8 @@ 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.darwin}lib/rustlib/${RUST_ARCH}/lib/libLLVM.so
-${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/liblldb.so.8.0.0
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/liblldb.so
+${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/liblldb.so.8.0.0
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/__init__.py
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/_lldb.so
 ${PLIST.darwin}lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/diagnose/__init__.py
@@ -1103,6 +1103,7 @@ share/doc/rust/html/cargo/_FontAwesome/fonts/fontawesome-webfont.svg
 share/doc/rust/html/cargo/_FontAwesome/fonts/fontawesome-webfont.ttf
 share/doc/rust/html/cargo/_FontAwesome/fonts/fontawesome-webfont.woff
 share/doc/rust/html/cargo/_FontAwesome/fonts/fontawesome-webfont.woff2
+share/doc/rust/html/cargo/appendix/glossary.html
 share/doc/rust/html/cargo/ayu-highlight.css
 share/doc/rust/html/cargo/book.css
 share/doc/rust/html/cargo/book.js
@@ -9968,10 +9969,12 @@ share/doc/rust/html/core/f64/consts/index.html
 share/doc/rust/html/core/f64/consts/sidebar-items.js
 share/doc/rust/html/core/f64/index.html
 share/doc/rust/html/core/f64/sidebar-items.js
+share/doc/rust/html/core/ffi/VaList.t.html
 share/doc/rust/html/core/ffi/c_void.t.html
 share/doc/rust/html/core/ffi/enum.c_void.html
 share/doc/rust/html/core/ffi/index.html
 share/doc/rust/html/core/ffi/sidebar-items.js
+share/doc/rust/html/core/ffi/struct.VaList.html
 share/doc/rust/html/core/file.m.html
 share/doc/rust/html/core/fmt/Alignment.t.html
 share/doc/rust/html/core/fmt/Arguments.t.html
@@ -10334,6 +10337,7 @@ share/doc/rust/html/core/intrinsics/fn.floorf64.html
 share/doc/rust/html/core/intrinsics/fn.fmaf32.html
 share/doc/rust/html/core/intrinsics/fn.fmaf64.html
 share/doc/rust/html/core/intrinsics/fn.fmul_fast.html
+share/doc/rust/html/core/intrinsics/fn.forget.html
 share/doc/rust/html/core/intrinsics/fn.frem_fast.html
 share/doc/rust/html/core/intrinsics/fn.fsub_fast.html
 share/doc/rust/html/core/intrinsics/fn.init.html
@@ -10367,6 +10371,8 @@ share/doc/rust/html/core/intrinsics/fn.prefetch_write_data.html
 share/doc/rust/html/core/intrinsics/fn.prefetch_write_instruction.html
 share/doc/rust/html/core/intrinsics/fn.rintf32.html
 share/doc/rust/html/core/intrinsics/fn.rintf64.html
+share/doc/rust/html/core/intrinsics/fn.rotate_left.html
+share/doc/rust/html/core/intrinsics/fn.rotate_right.html
 share/doc/rust/html/core/intrinsics/fn.roundf32.html
 share/doc/rust/html/core/intrinsics/fn.roundf64.html
 share/doc/rust/html/core/intrinsics/fn.rustc_peek.html
@@ -10398,6 +10404,7 @@ share/doc/rust/html/core/intrinsics/fn.volatile_load.html
 share/doc/rust/html/core/intrinsics/fn.volatile_set_memory.html
 share/doc/rust/html/core/intrinsics/fn.volatile_store.html
 share/doc/rust/html/core/intrinsics/fn.write_bytes.html
+share/doc/rust/html/core/intrinsics/forget.v.html
 share/doc/rust/html/core/intrinsics/frem_fast.v.html
 share/doc/rust/html/core/intrinsics/fsub_fast.v.html
 share/doc/rust/html/core/intrinsics/index.html
@@ -10432,6 +10439,8 @@ share/doc/rust/html/core/intrinsics/prefetch_write_data.v.html
 share/doc/rust/html/core/intrinsics/prefetch_write_instruction.v.html
 share/doc/rust/html/core/intrinsics/rintf32.v.html
 share/doc/rust/html/core/intrinsics/rintf64.v.html
+share/doc/rust/html/core/intrinsics/rotate_left.v.html
+share/doc/rust/html/core/intrinsics/rotate_right.v.html
 share/doc/rust/html/core/intrinsics/roundf32.v.html
 share/doc/rust/html/core/intrinsics/roundf64.v.html
 share/doc/rust/html/core/intrinsics/rustc_peek.v.html
@@ -10500,16 +10509,20 @@ share/doc/rust/html/core/iter/Skip.t.html
 share/doc/rust/html/core/iter/SkipWhile.t.html
 share/doc/rust/html/core/iter/Step.t.html
 share/doc/rust/html/core/iter/StepBy.t.html
+share/doc/rust/html/core/iter/Successors.t.html
 share/doc/rust/html/core/iter/Sum.t.html
 share/doc/rust/html/core/iter/Take.t.html
 share/doc/rust/html/core/iter/TakeWhile.t.html
 share/doc/rust/html/core/iter/TrustedLen.t.html
+share/doc/rust/html/core/iter/Unfold.t.html
 share/doc/rust/html/core/iter/Zip.t.html
 share/doc/rust/html/core/iter/empty.v.html
 share/doc/rust/html/core/iter/fn.empty.html
 share/doc/rust/html/core/iter/fn.once.html
 share/doc/rust/html/core/iter/fn.repeat.html
 share/doc/rust/html/core/iter/fn.repeat_with.html
+share/doc/rust/html/core/iter/fn.successors.html
+share/doc/rust/html/core/iter/fn.unfold.html
 share/doc/rust/html/core/iter/index.html
 share/doc/rust/html/core/iter/iterator/Iterator.t.html
 share/doc/rust/html/core/iter/iterator/trait.Iterator.html
@@ -10523,11 +10536,15 @@ share/doc/rust/html/core/iter/sources/Empty.t.html
 share/doc/rust/html/core/iter/sources/Once.t.html
 share/doc/rust/html/core/iter/sources/Repeat.t.html
 share/doc/rust/html/core/iter/sources/RepeatWith.t.html
+share/doc/rust/html/core/iter/sources/Successors.t.html
+share/doc/rust/html/core/iter/sources/Unfold.t.html
 share/doc/rust/html/core/iter/sources/empty.v.html
 share/doc/rust/html/core/iter/sources/fn.empty.html
 share/doc/rust/html/core/iter/sources/fn.once.html
 share/doc/rust/html/core/iter/sources/fn.repeat.html
 share/doc/rust/html/core/iter/sources/fn.repeat_with.html
+share/doc/rust/html/core/iter/sources/fn.successors.html
+share/doc/rust/html/core/iter/sources/fn.unfold.html
 share/doc/rust/html/core/iter/sources/once.v.html
 share/doc/rust/html/core/iter/sources/repeat.v.html
 share/doc/rust/html/core/iter/sources/repeat_with.v.html
@@ -10535,6 +10552,10 @@ share/doc/rust/html/core/iter/sources/struct.Empty.html
 share/doc/rust/html/core/iter/sources/struct.Once.html
 share/doc/rust/html/core/iter/sources/struct.Repeat.html
 share/doc/rust/html/core/iter/sources/struct.RepeatWith.html
+share/doc/rust/html/core/iter/sources/struct.Successors.html
+share/doc/rust/html/core/iter/sources/struct.Unfold.html
+share/doc/rust/html/core/iter/sources/successors.v.html
+share/doc/rust/html/core/iter/sources/unfold.v.html
 share/doc/rust/html/core/iter/struct.Chain.html
 share/doc/rust/html/core/iter/struct.Cloned.html
 share/doc/rust/html/core/iter/struct.Cycle.html
@@ -10556,9 +10577,12 @@ share/doc/rust/html/core/iter/struct.Scan.html
 share/doc/rust/html/core/iter/struct.Skip.html
 share/doc/rust/html/core/iter/struct.SkipWhile.html
 share/doc/rust/html/core/iter/struct.StepBy.html
+share/doc/rust/html/core/iter/struct.Successors.html
 share/doc/rust/html/core/iter/struct.Take.html
 share/doc/rust/html/core/iter/struct.TakeWhile.html
+share/doc/rust/html/core/iter/struct.Unfold.html
 share/doc/rust/html/core/iter/struct.Zip.html
+share/doc/rust/html/core/iter/successors.v.html
 share/doc/rust/html/core/iter/trait.DoubleEndedIterator.html
 share/doc/rust/html/core/iter/trait.ExactSizeIterator.html
 share/doc/rust/html/core/iter/trait.Extend.html
@@ -10588,6 +10612,7 @@ share/doc/rust/html/core/iter/traits/trait.IntoIterator.html
 share/doc/rust/html/core/iter/traits/trait.Product.html
 share/doc/rust/html/core/iter/traits/trait.Sum.html
 share/doc/rust/html/core/iter/traits/trait.TrustedLen.html
+share/doc/rust/html/core/iter/unfold.v.html
 share/doc/rust/html/core/line.m.html
 share/doc/rust/html/core/macro.assert!.html
 share/doc/rust/html/core/macro.assert.html
@@ -10673,6 +10698,7 @@ share/doc/rust/html/core/mem/fn.align_of_val.html
 share/doc/rust/html/core/mem/fn.discriminant.html
 share/doc/rust/html/core/mem/fn.drop.html
 share/doc/rust/html/core/mem/fn.forget.html
+share/doc/rust/html/core/mem/fn.forget_unsized.html
 share/doc/rust/html/core/mem/fn.min_align_of.html
 share/doc/rust/html/core/mem/fn.min_align_of_val.html
 share/doc/rust/html/core/mem/fn.needs_drop.html
@@ -10684,6 +10710,7 @@ share/doc/rust/html/core/mem/fn.transmute_copy.html
 share/doc/rust/html/core/mem/fn.uninitialized.html
 share/doc/rust/html/core/mem/fn.zeroed.html
 share/doc/rust/html/core/mem/forget.v.html
+share/doc/rust/html/core/mem/forget_unsized.v.html
 share/doc/rust/html/core/mem/index.html
 share/doc/rust/html/core/mem/min_align_of.v.html
 share/doc/rust/html/core/mem/min_align_of_val.v.html
@@ -10701,6 +10728,7 @@ share/doc/rust/html/core/mem/union.MaybeUninit.html
 share/doc/rust/html/core/mem/zeroed.v.html
 share/doc/rust/html/core/module_path.m.html
 share/doc/rust/html/core/num/FpCategory.t.html
+share/doc/rust/html/core/num/IntErrorKind.t.html
 share/doc/rust/html/core/num/NonZeroU128.t.html
 share/doc/rust/html/core/num/NonZeroU16.t.html
 share/doc/rust/html/core/num/NonZeroU32.t.html
@@ -10714,6 +10742,7 @@ share/doc/rust/html/core/num/Wrapping.t.html
 share/doc/rust/html/core/num/dec2flt/ParseFloatError.t.html
 share/doc/rust/html/core/num/dec2flt/struct.ParseFloatError.html
 share/doc/rust/html/core/num/enum.FpCategory.html
+share/doc/rust/html/core/num/enum.IntErrorKind.html
 share/doc/rust/html/core/num/index.html
 share/doc/rust/html/core/num/sidebar-items.js
 share/doc/rust/html/core/num/struct.NonZeroU128.html
@@ -10738,6 +10767,7 @@ share/doc/rust/html/core/ops/Bound.t.html
 share/doc/rust/html/core/ops/CoerceUnsized.t.html
 share/doc/rust/html/core/ops/Deref.t.html
 share/doc/rust/html/core/ops/DerefMut.t.html
+share/doc/rust/html/core/ops/DispatchFromDyn.t.html
 share/doc/rust/html/core/ops/Div.t.html
 share/doc/rust/html/core/ops/DivAssign.t.html
 share/doc/rust/html/core/ops/Drop.t.html
@@ -10869,6 +10899,7 @@ share/doc/rust/html/core/ops/trait.BitXorAssign.html
 share/doc/rust/html/core/ops/trait.CoerceUnsized.html
 share/doc/rust/html/core/ops/trait.Deref.html
 share/doc/rust/html/core/ops/trait.DerefMut.html
+share/doc/rust/html/core/ops/trait.DispatchFromDyn.html
 share/doc/rust/html/core/ops/trait.Div.html
 share/doc/rust/html/core/ops/trait.DivAssign.html
 share/doc/rust/html/core/ops/trait.Drop.html
@@ -10895,7 +10926,9 @@ share/doc/rust/html/core/ops/trait.Try.html
 share/doc/rust/html/core/ops/try/Try.t.html
 share/doc/rust/html/core/ops/try/trait.Try.html
 share/doc/rust/html/core/ops/unsize/CoerceUnsized.t.html
+share/doc/rust/html/core/ops/unsize/DispatchFromDyn.t.html
 share/doc/rust/html/core/ops/unsize/trait.CoerceUnsized.html
+share/doc/rust/html/core/ops/unsize/trait.DispatchFromDyn.html
 share/doc/rust/html/core/option/IntoIter.t.html
 share/doc/rust/html/core/option/Iter.t.html
 share/doc/rust/html/core/option/IterMut.t.html
@@ -11119,23 +11152,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
+${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
+${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
+${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
+${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
@@ -11144,11 +11181,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
+${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
+${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
@@ -11163,12 +11202,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
+${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
+${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
@@ -11483,6 +11524,7 @@ share/doc/rust/html/implementors/core/ops/trait.BitXorAssign.js
 share/doc/rust/html/implementors/core/ops/trait.CoerceUnsized.js
 share/doc/rust/html/implementors/core/ops/trait.Deref.js
 share/doc/rust/html/implementors/core/ops/trait.DerefMut.js
+share/doc/rust/html/implementors/core/ops/trait.DispatchFromDyn.js
 share/doc/rust/html/implementors/core/ops/trait.Div.js
 share/doc/rust/html/implementors/core/ops/trait.DivAssign.js
 share/doc/rust/html/implementors/core/ops/trait.Drop.js
@@ -11507,6 +11549,7 @@ share/doc/rust/html/implementors/core/ops/trait.Sub.js
 share/doc/rust/html/implementors/core/ops/trait.SubAssign.js
 share/doc/rust/html/implementors/core/ops/trait.Try.js
 share/doc/rust/html/implementors/core/ops/unsize/trait.CoerceUnsized.js
+share/doc/rust/html/implementors/core/ops/unsize/trait.DispatchFromDyn.js
 share/doc/rust/html/implementors/core/pin/trait.Unpin.js
 share/doc/rust/html/implementors/core/slice/trait.SliceIndex.js
 share/doc/rust/html/implementors/core/str/pattern/trait.DoubleEndedSearcher.js
@@ -11580,6 +11623,7 @@ share/doc/rust/html/implementors/std/ops/trait.BitXorAssign.js
 share/doc/rust/html/implementors/std/ops/trait.CoerceUnsized.js
 share/doc/rust/html/implementors/std/ops/trait.Deref.js
 share/doc/rust/html/implementors/std/ops/trait.DerefMut.js
+share/doc/rust/html/implementors/std/ops/trait.DispatchFromDyn.js
 share/doc/rust/html/implementors/std/ops/trait.Div.js
 share/doc/rust/html/implementors/std/ops/trait.DivAssign.js
 share/doc/rust/html/implementors/std/ops/trait.Drop.js
@@ -12186,6 +12230,8 @@ share/doc/rust/html/search-index.js
 share/doc/rust/html/settings.css
 share/doc/rust/html/settings.html
 share/doc/rust/html/settings.js
+share/doc/rust/html/source-files.js
+share/doc/rust/html/source-script.js
 share/doc/rust/html/src/alloc/alloc.rs.html
 share/doc/rust/html/src/alloc/borrow.rs.html
 share/doc/rust/html/src/alloc/boxed.rs.html
@@ -12382,10 +12428,17 @@ share/doc/rust/html/src/core/up/stdsimd/coresimd/x86_64/sse2.rs.html
 share/doc/rust/html/src/core/up/stdsimd/coresimd/x86_64/sse41.rs.html
 share/doc/rust/html/src/core/up/stdsimd/coresimd/x86_64/sse42.rs.html
 share/doc/rust/html/src/core/up/stdsimd/coresimd/x86_64/xsave.rs.html
+share/doc/rust/html/src/proc_macro/bridge/buffer.rs.html
+share/doc/rust/html/src/proc_macro/bridge/client.rs.html
+share/doc/rust/html/src/proc_macro/bridge/closure.rs.html
+share/doc/rust/html/src/proc_macro/bridge/handle.rs.html
+share/doc/rust/html/src/proc_macro/bridge/mod.rs.html
+share/doc/rust/html/src/proc_macro/bridge/rpc.rs.html
+share/doc/rust/html/src/proc_macro/bridge/scoped_cell.rs.html
+share/doc/rust/html/src/proc_macro/bridge/server.rs.html
 share/doc/rust/html/src/proc_macro/diagnostic.rs.html
 share/doc/rust/html/src/proc_macro/lib.rs.html
 share/doc/rust/html/src/proc_macro/quote.rs.html
-share/doc/rust/html/src/proc_macro/rustc.rs.html
 share/doc/rust/html/src/std/alloc.rs.html
 share/doc/rust/html/src/std/ascii.rs.html
 share/doc/rust/html/src/std/collections/hash/map.rs.html
@@ -12452,6 +12505,7 @@ share/doc/rust/html/src/std/sync/mutex.rs.html
 share/doc/rust/html/src/std/sync/once.rs.html
 share/doc/rust/html/src/std/sync/rwlock.rs.html
 share/doc/rust/html/src/std/sys/mod.rs.html
+share/doc/rust/html/src/std/sys/unix/alloc.rs.html
 share/doc/rust/html/src/std/sys/unix/args.rs.html
 share/doc/rust/html/src/std/sys/unix/backtrace/mod.rs.html
 share/doc/rust/html/src/std/sys/unix/backtrace/printing/dladdr.rs.html
@@ -12500,6 +12554,7 @@ share/doc/rust/html/src/std/sys/windows/ext/mod.rs.html
 share/doc/rust/html/src/std/sys/windows/ext/process.rs.html
 share/doc/rust/html/src/std/sys/windows/ext/raw.rs.html
 share/doc/rust/html/src/std/sys/windows/ext/thread.rs.html
+share/doc/rust/html/src/std/sys_common/alloc.rs.html
 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
@@ -12780,10 +12835,16 @@ share/doc/rust/html/std/collections/hash/map/IterMut.t.html
 share/doc/rust/html/std/collections/hash/map/Keys.t.html
 share/doc/rust/html/std/collections/hash/map/OccupiedEntry.t.html
 share/doc/rust/html/std/collections/hash/map/RandomState.t.html
+share/doc/rust/html/std/collections/hash/map/RawEntryBuilder.t.html
+share/doc/rust/html/std/collections/hash/map/RawEntryBuilderMut.t.html
+share/doc/rust/html/std/collections/hash/map/RawEntryMut.t.html
+share/doc/rust/html/std/collections/hash/map/RawOccupiedEntryMut.t.html
+share/doc/rust/html/std/collections/hash/map/RawVacantEntryMut.t.html
 share/doc/rust/html/std/collections/hash/map/VacantEntry.t.html
 share/doc/rust/html/std/collections/hash/map/Values.t.html
 share/doc/rust/html/std/collections/hash/map/ValuesMut.t.html
 share/doc/rust/html/std/collections/hash/map/enum.Entry.html
+share/doc/rust/html/std/collections/hash/map/enum.RawEntryMut.html
 share/doc/rust/html/std/collections/hash/map/struct.DefaultHasher.html
 share/doc/rust/html/std/collections/hash/map/struct.Drain.html
 share/doc/rust/html/std/collections/hash/map/struct.HashMap.html
@@ -12793,6 +12854,10 @@ share/doc/rust/html/std/collections/hash/map/struct.IterMut.html
 share/doc/rust/html/std/collections/hash/map/struct.Keys.html
 share/doc/rust/html/std/collections/hash/map/struct.OccupiedEntry.html
 share/doc/rust/html/std/collections/hash/map/struct.RandomState.html
+share/doc/rust/html/std/collections/hash/map/struct.RawEntryBuilder.html
+share/doc/rust/html/std/collections/hash/map/struct.RawEntryBuilderMut.html
+share/doc/rust/html/std/collections/hash/map/struct.RawOccupiedEntryMut.html
+share/doc/rust/html/std/collections/hash/map/struct.RawVacantEntryMut.html
 share/doc/rust/html/std/collections/hash/map/struct.VacantEntry.html
 share/doc/rust/html/std/collections/hash/map/struct.Values.html
 share/doc/rust/html/std/collections/hash/map/struct.ValuesMut.html
@@ -12822,10 +12887,16 @@ share/doc/rust/html/std/collections/hash_map/IterMut.t.html
 share/doc/rust/html/std/collections/hash_map/Keys.t.html
 share/doc/rust/html/std/collections/hash_map/OccupiedEntry.t.html
 share/doc/rust/html/std/collections/hash_map/RandomState.t.html
+share/doc/rust/html/std/collections/hash_map/RawEntryBuilder.t.html
+share/doc/rust/html/std/collections/hash_map/RawEntryBuilderMut.t.html
+share/doc/rust/html/std/collections/hash_map/RawEntryMut.t.html
+share/doc/rust/html/std/collections/hash_map/RawOccupiedEntryMut.t.html
+share/doc/rust/html/std/collections/hash_map/RawVacantEntryMut.t.html
 share/doc/rust/html/std/collections/hash_map/VacantEntry.t.html
 share/doc/rust/html/std/collections/hash_map/Values.t.html
 share/doc/rust/html/std/collections/hash_map/ValuesMut.t.html
 share/doc/rust/html/std/collections/hash_map/enum.Entry.html
+share/doc/rust/html/std/collections/hash_map/enum.RawEntryMut.html
 share/doc/rust/html/std/collections/hash_map/index.html
 share/doc/rust/html/std/collections/hash_map/sidebar-items.js
 share/doc/rust/html/std/collections/hash_map/struct.DefaultHasher.html
@@ -12837,6 +12908,10 @@ share/doc/rust/html/std/collections/hash_map/struct.IterMut.html
 share/doc/rust/html/std/collections/hash_map/struct.Keys.html
 share/doc/rust/html/std/collections/hash_map/struct.OccupiedEntry.html
 share/doc/rust/html/std/collections/hash_map/struct.RandomState.html
+share/doc/rust/html/std/collections/hash_map/struct.RawEntryBuilder.html
+share/doc/rust/html/std/collections/hash_map/struct.RawEntryBuilderMut.html
+share/doc/rust/html/std/collections/hash_map/struct.RawOccupiedEntryMut.html
+share/doc/rust/html/std/collections/hash_map/struct.RawVacantEntryMut.html
 share/doc/rust/html/std/collections/hash_map/struct.VacantEntry.html
 share/doc/rust/html/std/collections/hash_map/struct.Values.html
 share/doc/rust/html/std/collections/hash_map/struct.ValuesMut.html
@@ -13139,6 +13214,7 @@ share/doc/rust/html/std/ffi/IntoStringError.t.html
 share/doc/rust/html/std/ffi/NulError.t.html
 share/doc/rust/html/std/ffi/OsStr.t.html
 share/doc/rust/html/std/ffi/OsString.t.html
+share/doc/rust/html/std/ffi/VaList.t.html
 share/doc/rust/html/std/ffi/c_str/CStr.t.html
 share/doc/rust/html/std/ffi/c_str/CString.t.html
 share/doc/rust/html/std/ffi/c_str/FromBytesWithNulError.t.html
@@ -13164,6 +13240,7 @@ share/doc/rust/html/std/ffi/struct.IntoStringError.html
 share/doc/rust/html/std/ffi/struct.NulError.html
 share/doc/rust/html/std/ffi/struct.OsStr.html
 share/doc/rust/html/std/ffi/struct.OsString.html
+share/doc/rust/html/std/ffi/struct.VaList.html
 share/doc/rust/html/std/file.m.html
 share/doc/rust/html/std/fmt/Alignment.t.html
 share/doc/rust/html/std/fmt/Arguments.t.html
@@ -13589,6 +13666,7 @@ share/doc/rust/html/std/intrinsics/fn.floorf64.html
 share/doc/rust/html/std/intrinsics/fn.fmaf32.html
 share/doc/rust/html/std/intrinsics/fn.fmaf64.html
 share/doc/rust/html/std/intrinsics/fn.fmul_fast.html
+share/doc/rust/html/std/intrinsics/fn.forget.html
 share/doc/rust/html/std/intrinsics/fn.frem_fast.html
 share/doc/rust/html/std/intrinsics/fn.fsub_fast.html
 share/doc/rust/html/std/intrinsics/fn.init.html
@@ -13622,6 +13700,8 @@ share/doc/rust/html/std/intrinsics/fn.prefetch_write_data.html
 share/doc/rust/html/std/intrinsics/fn.prefetch_write_instruction.html
 share/doc/rust/html/std/intrinsics/fn.rintf32.html
 share/doc/rust/html/std/intrinsics/fn.rintf64.html
+share/doc/rust/html/std/intrinsics/fn.rotate_left.html
+share/doc/rust/html/std/intrinsics/fn.rotate_right.html
 share/doc/rust/html/std/intrinsics/fn.roundf32.html
 share/doc/rust/html/std/intrinsics/fn.roundf64.html
 share/doc/rust/html/std/intrinsics/fn.rustc_peek.html
@@ -13653,6 +13733,7 @@ share/doc/rust/html/std/intrinsics/fn.volatile_load.html
 share/doc/rust/html/std/intrinsics/fn.volatile_set_memory.html
 share/doc/rust/html/std/intrinsics/fn.volatile_store.html
 share/doc/rust/html/std/intrinsics/fn.write_bytes.html
+share/doc/rust/html/std/intrinsics/forget.v.html
 share/doc/rust/html/std/intrinsics/frem_fast.v.html
 share/doc/rust/html/std/intrinsics/fsub_fast.v.html
 share/doc/rust/html/std/intrinsics/index.html
@@ -13687,6 +13768,8 @@ share/doc/rust/html/std/intrinsics/prefetch_write_data.v.html
 share/doc/rust/html/std/intrinsics/prefetch_write_instruction.v.html
 share/doc/rust/html/std/intrinsics/rintf32.v.html
 share/doc/rust/html/std/intrinsics/rintf64.v.html
+share/doc/rust/html/std/intrinsics/rotate_left.v.html
+share/doc/rust/html/std/intrinsics/rotate_right.v.html
 share/doc/rust/html/std/intrinsics/roundf32.v.html
 share/doc/rust/html/std/intrinsics/roundf64.v.html
 share/doc/rust/html/std/intrinsics/rustc_peek.v.html
@@ -13885,16 +13968,20 @@ share/doc/rust/html/std/iter/Skip.t.html
 share/doc/rust/html/std/iter/SkipWhile.t.html
 share/doc/rust/html/std/iter/Step.t.html
 share/doc/rust/html/std/iter/StepBy.t.html
+share/doc/rust/html/std/iter/Successors.t.html
 share/doc/rust/html/std/iter/Sum.t.html
 share/doc/rust/html/std/iter/Take.t.html
 share/doc/rust/html/std/iter/TakeWhile.t.html
 share/doc/rust/html/std/iter/TrustedLen.t.html
+share/doc/rust/html/std/iter/Unfold.t.html
 share/doc/rust/html/std/iter/Zip.t.html
 share/doc/rust/html/std/iter/empty.v.html
 share/doc/rust/html/std/iter/fn.empty.html
 share/doc/rust/html/std/iter/fn.once.html
 share/doc/rust/html/std/iter/fn.repeat.html
 share/doc/rust/html/std/iter/fn.repeat_with.html
+share/doc/rust/html/std/iter/fn.successors.html
+share/doc/rust/html/std/iter/fn.unfold.html
 share/doc/rust/html/std/iter/index.html
 share/doc/rust/html/std/iter/once.v.html
 share/doc/rust/html/std/iter/repeat.v.html
@@ -13921,9 +14008,12 @@ share/doc/rust/html/std/iter/struct.Scan.html
 share/doc/rust/html/std/iter/struct.Skip.html
 share/doc/rust/html/std/iter/struct.SkipWhile.html
 share/doc/rust/html/std/iter/struct.StepBy.html
+share/doc/rust/html/std/iter/struct.Successors.html
 share/doc/rust/html/std/iter/struct.Take.html
 share/doc/rust/html/std/iter/struct.TakeWhile.html
+share/doc/rust/html/std/iter/struct.Unfold.html
 share/doc/rust/html/std/iter/struct.Zip.html
+share/doc/rust/html/std/iter/successors.v.html
 share/doc/rust/html/std/iter/trait.DoubleEndedIterator.html
 share/doc/rust/html/std/iter/trait.ExactSizeIterator.html
 share/doc/rust/html/std/iter/trait.Extend.html
@@ -13935,6 +14025,7 @@ share/doc/rust/html/std/iter/trait.Product.html
 share/doc/rust/html/std/iter/trait.Step.html
 share/doc/rust/html/std/iter/trait.Sum.html
 share/doc/rust/html/std/iter/trait.TrustedLen.html
+share/doc/rust/html/std/iter/unfold.v.html
 share/doc/rust/html/std/keyword.as.html
 share/doc/rust/html/std/keyword.const.html
 share/doc/rust/html/std/keyword.crate.html
@@ -14068,6 +14159,7 @@ share/doc/rust/html/std/mem/fn.align_of_val.html
 share/doc/rust/html/std/mem/fn.discriminant.html
 share/doc/rust/html/std/mem/fn.drop.html
 share/doc/rust/html/std/mem/fn.forget.html
+share/doc/rust/html/std/mem/fn.forget_unsized.html
 share/doc/rust/html/std/mem/fn.min_align_of.html
 share/doc/rust/html/std/mem/fn.min_align_of_val.html
 share/doc/rust/html/std/mem/fn.needs_drop.html
@@ -14080,6 +14172,7 @@ share/doc/rust/html/std/mem/fn.transmute_copy.html
 share/doc/rust/html/std/mem/fn.uninitialized.html
 share/doc/rust/html/std/mem/fn.zeroed.html
 share/doc/rust/html/std/mem/forget.v.html
+share/doc/rust/html/std/mem/forget_unsized.v.html
 share/doc/rust/html/std/mem/index.html
 share/doc/rust/html/std/mem/min_align_of.v.html
 share/doc/rust/html/std/mem/min_align_of_val.v.html
@@ -14190,6 +14283,7 @@ share/doc/rust/html/std/ops/Bound.t.html
 share/doc/rust/html/std/ops/CoerceUnsized.t.html
 share/doc/rust/html/std/ops/Deref.t.html
 share/doc/rust/html/std/ops/DerefMut.t.html
+share/doc/rust/html/std/ops/DispatchFromDyn.t.html
 share/doc/rust/html/std/ops/Div.t.html
 share/doc/rust/html/std/ops/DivAssign.t.html
 share/doc/rust/html/std/ops/Drop.t.html
@@ -14241,6 +14335,7 @@ share/doc/rust/html/std/ops/trait.BitXorAssign.html
 share/doc/rust/html/std/ops/trait.CoerceUnsized.html
 share/doc/rust/html/std/ops/trait.Deref.html
 share/doc/rust/html/std/ops/trait.DerefMut.html
+share/doc/rust/html/std/ops/trait.DispatchFromDyn.html
 share/doc/rust/html/std/ops/trait.Div.html
 share/doc/rust/html/std/ops/trait.DivAssign.html
 share/doc/rust/html/std/ops/trait.Drop.html
@@ -14872,23 +14967,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
+${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
+${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
+${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
+${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
@@ -14897,11 +14996,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
+${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
+${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
@@ -14916,12 +15017,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
+${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
+${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
@@ -15269,6 +15372,7 @@ share/doc/rust/html/test/NamePadding.t.html
 share/doc/rust/html/test/OptRes.t.html
 share/doc/rust/html/test/Options.t.html
 share/doc/rust/html/test/OutputFormat.t.html
+share/doc/rust/html/test/RunIgnored.t.html
 share/doc/rust/html/test/ShouldPanic.t.html
 share/doc/rust/html/test/TDynBenchFn.t.html
 share/doc/rust/html/test/TestDesc.t.html
@@ -15292,6 +15396,7 @@ share/doc/rust/html/test/enum.BenchMode.html
 share/doc/rust/html/test/enum.ColorConfig.html
 share/doc/rust/html/test/enum.NamePadding.html
 share/doc/rust/html/test/enum.OutputFormat.html
+share/doc/rust/html/test/enum.RunIgnored.html
 share/doc/rust/html/test/enum.ShouldPanic.html
 share/doc/rust/html/test/enum.TestEvent.html
 share/doc/rust/html/test/enum.TestFn.html
@@ -15420,6 +15525,7 @@ share/doc/rust/html/unstable-book/language-features/exclusive-range-pattern.html
 share/doc/rust/html/unstable-book/language-features/exhaustive-integer-patterns.html
 share/doc/rust/html/unstable-book/language-features/exhaustive-patterns.html
 share/doc/rust/html/unstable-book/language-features/existential-type.html
+share/doc/rust/html/unstable-book/language-features/extern-crate-self.html
 share/doc/rust/html/unstable-book/language-features/extern-in-paths.html
 share/doc/rust/html/unstable-book/language-features/extern-types.html
 share/doc/rust/html/unstable-book/language-features/external-doc.html
@@ -15441,9 +15547,8 @@ share/doc/rust/html/unstable-book/language-features/link-args.html
 share/doc/rust/html/unstable-book/language-features/link-cfg.html
 share/doc/rust/html/unstable-book/language-features/link-llvm-intrinsics.html
 share/doc/rust/html/unstable-book/language-features/linkage.html
+share/doc/rust/html/unstable-book/language-features/lint-reasons.html
 share/doc/rust/html/unstable-book/language-features/log-syntax.html
-share/doc/rust/html/unstable-book/language-features/macro-at-most-once-rep.html
-share/doc/rust/html/unstable-book/language-features/macro-literal-matcher.html
 share/doc/rust/html/unstable-book/language-features/macros-in-extern.html
 share/doc/rust/html/unstable-book/language-features/main.html
 share/doc/rust/html/unstable-book/language-features/marker-trait-attr.html
@@ -15462,7 +15567,6 @@ share/doc/rust/html/unstable-book/language-features/omit-gdb-pretty-printer-sect
 share/doc/rust/html/unstable-book/language-features/on-unimplemented.html
 share/doc/rust/html/unstable-book/language-features/optin-builtin-traits.html
 share/doc/rust/html/unstable-book/language-features/overlapping-marker-traits.html
-share/doc/rust/html/unstable-book/language-features/panic-implementation.html
 share/doc/rust/html/unstable-book/language-features/panic-runtime.html
 share/doc/rust/html/unstable-book/language-features/platform-intrinsics.html
 share/doc/rust/html/unstable-book/language-features/plugin-registrar.html
@@ -15479,8 +15583,6 @@ share/doc/rust/html/unstable-book/language-features/rustc-attrs.html
 share/doc/rust/html/unstable-book/language-features/rustc-const-unstable.html
 share/doc/rust/html/unstable-book/language-features/rustc-diagnostic-macros.html
 share/doc/rust/html/unstable-book/language-features/sanitizer-runtime.html
-share/doc/rust/html/unstable-book/language-features/self-in-typedefs.html
-share/doc/rust/html/unstable-book/language-features/self-struct-ctor.html
 share/doc/rust/html/unstable-book/language-features/simd-ffi.html
 share/doc/rust/html/unstable-book/language-features/slice-patterns.html
 share/doc/rust/html/unstable-book/language-features/specialization.html
@@ -15501,7 +15603,6 @@ share/doc/rust/html/unstable-book/language-features/type-ascription.html
 share/doc/rust/html/unstable-book/language-features/unboxed-closures.html
 share/doc/rust/html/unstable-book/language-features/underscore-const-names.html
 share/doc/rust/html/unstable-book/language-features/underscore-imports.html
-share/doc/rust/html/unstable-book/language-features/uniform-paths.html
 share/doc/rust/html/unstable-book/language-features/unrestricted-attribute-tokens.html
 share/doc/rust/html/unstable-book/language-features/unsized-locals.html
 share/doc/rust/html/unstable-book/language-features/unsized-tuple-coercion.html
@@ -15512,8 +15613,7 @@ share/doc/rust/html/unstable-book/library-features.html
 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-jemalloc.html
-share/doc/rust/html/unstable-book/library-features/alloc-system.html
+share/doc/rust/html/unstable-book/library-features/alloc-layout-extra.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
@@ -15523,13 +15623,13 @@ share/doc/rust/html/unstable-book/library-features/await-macro.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/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-convert-id.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-int-ops.html
@@ -15538,12 +15638,9 @@ share/doc/rust/html/unstable-book/library-features/const-int-rotate.html
 share/doc/rust/html/unstable-book/library-features/const-int-sign.html
 share/doc/rust/html/unstable-book/library-features/const-int-wrapping.html
 share/doc/rust/html/unstable-book/library-features/const-ip.html
-share/doc/rust/html/unstable-book/library-features/const-manually-drop-new.html
 share/doc/rust/html/unstable-book/library-features/const-needs-drop.html
-share/doc/rust/html/unstable-book/library-features/const-slice-as-ptr.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
-share/doc/rust/html/unstable-book/library-features/const-str-as-ptr.html
 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
@@ -15556,15 +15653,14 @@ share/doc/rust/html/unstable-book/library-features/core-panic-info.html
 share/doc/rust/html/unstable-book/library-features/core-panic.html
 share/doc/rust/html/unstable-book/library-features/core-private-bignum.html
 share/doc/rust/html/unstable-book/library-features/core-private-diy-float.html
-share/doc/rust/html/unstable-book/library-features/dbg-macro.html
 share/doc/rust/html/unstable-book/library-features/deadline-api.html
 share/doc/rust/html/unstable-book/library-features/dec2flt.html
 share/doc/rust/html/unstable-book/library-features/derive-clone-copy.html
 share/doc/rust/html/unstable-book/library-features/derive-eq.html
+share/doc/rust/html/unstable-book/library-features/dispatch-from-dyn.html
 share/doc/rust/html/unstable-book/library-features/drain-filter.html
 share/doc/rust/html/unstable-book/library-features/duration-as-u128.html
 share/doc/rust/html/unstable-book/library-features/duration-float.html
-share/doc/rust/html/unstable-book/library-features/duration-getters.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
@@ -15576,20 +15672,24 @@ share/doc/rust/html/unstable-book/library-features/flt2dec.html
 share/doc/rust/html/unstable-book/library-features/fmt-internals.html
 share/doc/rust/html/unstable-book/library-features/fn-traits.html
 share/doc/rust/html/unstable-book/library-features/fnbox.html
+share/doc/rust/html/unstable-book/library-features/forget-unsized.html
 share/doc/rust/html/unstable-book/library-features/futures-api.html
 share/doc/rust/html/unstable-book/library-features/gen-future.html
 share/doc/rust/html/unstable-book/library-features/generator-trait.html
 share/doc/rust/html/unstable-book/library-features/get-type-id.html
+share/doc/rust/html/unstable-book/library-features/hash-raw-entry.html
 share/doc/rust/html/unstable-book/library-features/hashmap-internals.html
 share/doc/rust/html/unstable-book/library-features/inner-deref.html
 share/doc/rust/html/unstable-book/library-features/int-error-internals.html
-share/doc/rust/html/unstable-book/library-features/int-to-from-bytes.html
+share/doc/rust/html/unstable-book/library-features/int-error-matching.html
 share/doc/rust/html/unstable-book/library-features/integer-atomics.html
 share/doc/rust/html/unstable-book/library-features/ip.html
+share/doc/rust/html/unstable-book/library-features/iter-unfold.html
 share/doc/rust/html/unstable-book/library-features/libstd-io-internals.html
 share/doc/rust/html/unstable-book/library-features/libstd-sys-internals.html
 share/doc/rust/html/unstable-book/library-features/libstd-thread-internals.html
 share/doc/rust/html/unstable-book/library-features/linked-list-extras.html
+share/doc/rust/html/unstable-book/library-features/manually-drop-take.html
 share/doc/rust/html/unstable-book/library-features/map-entry-replace.html
 share/doc/rust/html/unstable-book/library-features/map-get-key-value.html
 share/doc/rust/html/unstable-book/library-features/maybe-uninit.html
@@ -15651,6 +15751,8 @@ share/doc/rust/html/unstable-book/library-features/str-internals.html
 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/time-checked-add.html
 share/doc/rust/html/unstable-book/library-features/toowned-clone-into.html
 share/doc/rust/html/unstable-book/library-features/transpose-result.html
 share/doc/rust/html/unstable-book/library-features/trusted-len.html
diff --git a/rust-bin/distinfo b/rust-bin/distinfo
index 6388a4b10c..2114535ef7 100644
--- a/rust-bin/distinfo
+++ b/rust-bin/distinfo
@@ -1,35 +1,35 @@
 $NetBSD$
 
-SHA1 (rust-1.31.1-aarch64-unknown-linux-gnu.tar.gz) = af513dd5000a695554ebf31baeda4b7f83096828
-RMD160 (rust-1.31.1-aarch64-unknown-linux-gnu.tar.gz) = 134857e7ede841ff7ae7a4bf686223fcb9e634d3
-SHA512 (rust-1.31.1-aarch64-unknown-linux-gnu.tar.gz) = f789591d95f7262c9b3ba2ca48164dfd7deec23e565489a0c2e7b45895e5ce5f731cd31bf524271fdb63025d044d9d7a2b99450dde8553ef7917e955004e7a17
-Size (rust-1.31.1-aarch64-unknown-linux-gnu.tar.gz) = 185077754 bytes
-SHA1 (rust-1.31.1-i686-apple-darwin.tar.gz) = 736a750a93d9aff058c492b15b7b3794d5af5378
-RMD160 (rust-1.31.1-i686-apple-darwin.tar.gz) = 30bd8f352b1a3880965177f15bc24ec693f1aac7
-SHA512 (rust-1.31.1-i686-apple-darwin.tar.gz) = 7c3eff5a266d416de1fd0e258c481ca31aeb160f00fdc7b42e2bc167f89ded99a93d2d90cfad1eaa5cb4061be0ca470b816c3debd1322c2be8be67200819508d
-Size (rust-1.31.1-i686-apple-darwin.tar.gz) = 210365110 bytes
-SHA1 (rust-1.31.1-i686-unknown-linux-gnu.tar.gz) = 7c541dff034b661fc7481c032eeca1f555dbeafa
-RMD160 (rust-1.31.1-i686-unknown-linux-gnu.tar.gz) = 51642145a07650bbd26f309ec3f69c612177811f
-SHA512 (rust-1.31.1-i686-unknown-linux-gnu.tar.gz) = 8dc2cf82f3e2bab237169696ef18c194845a7c5cae2c6ace03f734d296435ebc5295fb25c1de2d57c0d16b4fed40e015f9298710ca1b6037b2d50b79dca6ed3e
-Size (rust-1.31.1-i686-unknown-linux-gnu.tar.gz) = 239021825 bytes
-SHA1 (rust-1.31.1-powerpc64le-unknown-linux-gnu.tar.gz) = a99c896c6a100faf5f175b23d7545a2aa7745f32
-RMD160 (rust-1.31.1-powerpc64le-unknown-linux-gnu.tar.gz) = 7398714bba15445ba56f5db239ecbb4104a1ac73
-SHA512 (rust-1.31.1-powerpc64le-unknown-linux-gnu.tar.gz) = 0dd17d833211d75e91ac21e658965428072ac46d0772df3fab179fd3a4f80a33afce8f5400faa1af630f06c18ef7e5061251c3f30e7c1642db0c1a3de68c68d9
-Size (rust-1.31.1-powerpc64le-unknown-linux-gnu.tar.gz) = 199125623 bytes
-SHA1 (rust-1.31.1-x86_64-apple-darwin.tar.gz) = fabc4be533738609b70d5ba045a62ded7452a2c7
-RMD160 (rust-1.31.1-x86_64-apple-darwin.tar.gz) = 88633cd8e6914d09ce6a7df21dc6b951d9c1b301
-SHA512 (rust-1.31.1-x86_64-apple-darwin.tar.gz) = cc5bbdb15575364d035e88cdbcc6d20e2ab631c49162e63054cc996f1afd145ef88c6f7f47f31c9f4453c702a2e681ed46cd66ba3982bb06f766633af91aacab
-Size (rust-1.31.1-x86_64-apple-darwin.tar.gz) = 215547679 bytes
-SHA1 (rust-1.31.1-x86_64-unknown-freebsd.tar.gz) = 8d940ba8781174cb68a7e48d2e7673095cd2c5b4
-RMD160 (rust-1.31.1-x86_64-unknown-freebsd.tar.gz) = be00a33406bc4504adb321849e31143d3ceb94f8
-SHA512 (rust-1.31.1-x86_64-unknown-freebsd.tar.gz) = c74dbeaf71ec9d3a9e6cd7d4752688f4b8598207f3bebb28d1b3775f7a8a5a155f6b7575636b5c9c85db78b8573a66c93f5a435b22139dbf203f4ae0c6da3b35
-Size (rust-1.31.1-x86_64-unknown-freebsd.tar.gz) = 176310189 bytes
-SHA1 (rust-1.31.1-x86_64-unknown-linux-gnu.tar.gz) = 6726f6e566b3af58f43ea65cf8f9a7c05210dc7a
-RMD160 (rust-1.31.1-x86_64-unknown-linux-gnu.tar.gz) = 6c8d37b4e174984fbdc3e4966ba36bf848f958e4
-SHA512 (rust-1.31.1-x86_64-unknown-linux-gnu.tar.gz) = 918eb9599498da0778261e4f6da1c00ca144a70425d5b44747ffe2b5b46dd5ec3340ef00b90836688002ac7eb19ce1cbbaa2729e640425d0dd00a64e4f890b5e
-Size (rust-1.31.1-x86_64-unknown-linux-gnu.tar.gz) = 241968693 bytes
-SHA1 (rust-1.31.1-x86_64-unknown-netbsd.tar.gz) = dabac07fa32d672d2e42cc740e79591e06c510ab
-RMD160 (rust-1.31.1-x86_64-unknown-netbsd.tar.gz) = 725e6f1b0218d4a568aadfc655d713875d78b6f7
-SHA512 (rust-1.31.1-x86_64-unknown-netbsd.tar.gz) = 68f1114e5573a18e860a79792797caea17e7c8d4e073a9a89f589f54614eb03137d17bdd7103e7bab84a7af2e7b7d6ee2adfb9f8cda699dfce34b45a9c920903
-Size (rust-1.31.1-x86_64-unknown-netbsd.tar.gz) = 178634165 bytes
+SHA1 (rust-1.32.0-aarch64-unknown-linux-gnu.tar.gz) = 03225727dd1b0242cecd5b04d532e6487b2641d5
+RMD160 (rust-1.32.0-aarch64-unknown-linux-gnu.tar.gz) = 7e9079254035d2762e128dd565c7dc8ff6b43ce2
+SHA512 (rust-1.32.0-aarch64-unknown-linux-gnu.tar.gz) = 34937b3b7b5b3b32675ee912727967351335a11db74fbfa428635180622366c88819dddc1c4af3d9cc1e542563091e27bf633576d1d049bd53068042d1f0fa2d
+Size (rust-1.32.0-aarch64-unknown-linux-gnu.tar.gz) = 179698402 bytes
+SHA1 (rust-1.32.0-i686-apple-darwin.tar.gz) = 53b4b0c4a05a4fb3fa5f601151df166dd488f911
+RMD160 (rust-1.32.0-i686-apple-darwin.tar.gz) = 91949e77519a8a1b0330d69faf06817a6d8ba856
+SHA512 (rust-1.32.0-i686-apple-darwin.tar.gz) = d29c1f9b4506352273644ae401f47a0b91dde1af72a4f0c422d9ced96663fccf830954eaddd9910425b354e76441e8dbfd4bb7561c240985fdbbd24524951ada
+Size (rust-1.32.0-i686-apple-darwin.tar.gz) = 212695328 bytes
+SHA1 (rust-1.32.0-i686-unknown-linux-gnu.tar.gz) = ebc25d35f9797c031e0156b6b576b3323d34a6fb
+RMD160 (rust-1.32.0-i686-unknown-linux-gnu.tar.gz) = cdd81e4f8773a0854c25e1ec142d27cc0658e8c5
+SHA512 (rust-1.32.0-i686-unknown-linux-gnu.tar.gz) = d3bbfeec83a6bd58011e7e8facc805e7b6d0dd5d81cd457afa372852a3a895847dc095b16ba7a011526813c33e84e7c68e73c143a970f7072bc67c26a83c6fb0
+Size (rust-1.32.0-i686-unknown-linux-gnu.tar.gz) = 239403108 bytes
+SHA1 (rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.gz) = dcf6d244918df72ca682ae99c07da96c29cf1082
+RMD160 (rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.gz) = ea07be26eda4aaef41cb9761413ddd013df818ea
+SHA512 (rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.gz) = 31678c62556e32e3270debccfb802eac0d7167f97c7d7c54e75f17854d875c49a120a9d695bc18be2d1bf6318094a7563f54710006e4236f46c542b69dc111af
+Size (rust-1.32.0-powerpc64le-unknown-linux-gnu.tar.gz) = 194630206 bytes
+SHA1 (rust-1.32.0-x86_64-apple-darwin.tar.gz) = 7df72b1248d7de97713c13379eb656fae3d14bec
+RMD160 (rust-1.32.0-x86_64-apple-darwin.tar.gz) = f53ae7b47835010081069da4989ac3c01ac23798
+SHA512 (rust-1.32.0-x86_64-apple-darwin.tar.gz) = 4847b2b5edcd38772750b00c7aec7a5c2cab0d54a5085c7f1e60b96b9800dbcf5aaf2c7a02e9f5579acc757535dc5b1358f8d7c025b8cbec9a4faf958189569c
+Size (rust-1.32.0-x86_64-apple-darwin.tar.gz) = 217590063 bytes
+SHA1 (rust-1.32.0-x86_64-unknown-freebsd.tar.gz) = 989458118d774283fe58e5bbfbf118492d388cea
+RMD160 (rust-1.32.0-x86_64-unknown-freebsd.tar.gz) = c473bb82244d21839b9b54608a0acbec50c34994
+SHA512 (rust-1.32.0-x86_64-unknown-freebsd.tar.gz) = 2026d290253f2ba29975b237c06c96e6c25f4a7ee39e6160b517063a6323410bd5ce89162074ec4027549ce4e7983bc784ebad8a233def04aaf828885b83a9be
+Size (rust-1.32.0-x86_64-unknown-freebsd.tar.gz) = 172728598 bytes
+SHA1 (rust-1.32.0-x86_64-unknown-linux-gnu.tar.gz) = 4d8ab00402dd9526cda1a4c395786297a9ea4ad3
+RMD160 (rust-1.32.0-x86_64-unknown-linux-gnu.tar.gz) = 581d43586e35c8923e052e838043ea1aa77b5060
+SHA512 (rust-1.32.0-x86_64-unknown-linux-gnu.tar.gz) = 9f3ccf043946de6ffae3973d88f893c0021166e4037b011a677e8090c76189a28ee022ab40cc41f2d2f9aa389cda45d2743c5fa1f567ec0f8823dcd73ead5166
+Size (rust-1.32.0-x86_64-unknown-linux-gnu.tar.gz) = 241937484 bytes
+SHA1 (rust-1.32.0-x86_64-unknown-netbsd.tar.gz) = f71178f3c412c2e27684ef722b4f5cf760694b71
+RMD160 (rust-1.32.0-x86_64-unknown-netbsd.tar.gz) = 5dc0d80194dcb6c82f8e0be1bd623b8b2e1a6a9f
+SHA512 (rust-1.32.0-x86_64-unknown-netbsd.tar.gz) = 2a72c8feb23572c8a41071b409661d018fb6a08a54520304805bd43f96ebda2de778791a229633f0156124231b3208ba04d0f544bb4757673f6c72d2ed8d4e9c
+Size (rust-1.32.0-x86_64-unknown-netbsd.tar.gz) = 174448988 bytes
 SHA1 (patch-install.sh) = 4dc4edcbda3c9d2b60ea51b5f83cadd5992ba786


Home | Main Index | Thread Index | Old Index