summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-06-14Revert "implement TrustedRandomAccess for Take iterator adapter"The8472-22/+1
2021-06-11Remove unsound TrustedRandomAccess implementationsFrank Steffahn-52/+2
2021-06-10Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-152/+192
2021-06-10Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-06-10Revert effects of PRs 81167 and 83091.Felix S. Klock II-12/+6
2021-05-22join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-05-22Use atomics in join_orders_after_tls_destructors testMohsen Zohrevandi-34/+88
2021-05-22Ensure TLS destructors run before thread joins in SGXMohsen Zohrevandi-11/+119
2021-05-22Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-3/+3
2021-05-22from review: more robust testthe8472-2/+2
2021-05-22add regression testThe8472-0/+12
2021-05-22remove InPlaceIterable marker from Peekable due to unsoundnessThe8472-6/+1
2021-05-04Revert "Add debug_assert_matches macro."Mark Rousskov-38/+2
2021-05-04Revert "Add assert_matches!(expr, pat)."Mark Rousskov-103/+25
2021-04-30Auto merge of #84716 - joshtriplett:chroot, r=dtolnaybors-0/+33
2021-04-30Auto merge of #84522 - CDirkx:cmath, r=yaahcbors-118/+34
2021-04-30Add std::os::unix::fs::chroot to change the root directory of the current pro...Josh Triplett-0/+33
2021-04-29Rollup merge of #84706 - joshtriplett:reduce-aliases, r=m-ou-seJack Huey-1/+0
2021-04-29Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplettJack Huey-2/+11
2021-04-29Rollup merge of #84683 - Ben-Lichtman:grammar, r=jonas-schievinkJack Huey-4/+4
2021-04-29Rollup merge of #84590 - est31:array_into_iter, r=nikomatsakisJack Huey-2/+47
2021-04-29Drop alias `reduce` for `fold` - we have a `reduce` functionJosh Triplett-1/+0
2021-04-29Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obkbors-1/+2
2021-04-29Link between std::env::{var, var_os} and std::env::{vars, vars_os}r00ster91-2/+11
2021-04-29Ignore doctests in bootstrapest31-1/+2
2021-04-29don't let const_fn feature flag affect impl-block-level trait boundsRalf Jung-1/+2
2021-04-28Rollup merge of #84663 - CDirkx:dropguard, r=Mark-SimulacrumJack Huey-24/+4
2021-04-28Minor grammar tweaks for readabilityBen-Lichtman-4/+4
2021-04-28Auto merge of #84615 - a1phyr:clone_from_pathbuf_osstring, r=Mark-Simulacrumbors-3/+39
2021-04-28Auto merge of #84650 - a1phyr:simplify_mutex_into_inner, r=m-ou-sebors-19/+2
2021-04-28Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` insteadChristiaan Dirkx-24/+4
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-0/+2
2021-04-28Reuse `unix::cmath`Christiaan Dirkx-118/+34
2021-04-28Simplify `Mutex::into_inner`Benoît du Garreau-19/+2
2021-04-28Rollup merge of #84642 - Amanieu:vec_extend_from_within, r=dtolnayYuki Okushi-5/+1
2021-04-28Rollup merge of #84624 - r00ster91:patch-5, r=JohnTitorYuki Okushi-1/+1
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-5/+1
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-0/+1
2021-04-28Add a paragraph with possible alternatives on older editionsest31-0/+42
2021-04-27Make sentence in env::args_os' docs plain and simpler00ster-1/+1
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+1
2021-04-27Rollup merge of #84563 - jclulow:backtrace-upgrade, r=Mark-SimulacrumDylan DPC-0/+0
2021-04-27Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-SimulacrumDylan DPC-92/+3
2021-04-27Override `clone_from` method for PathBuf and OsStringBenoît du Garreau-3/+39
2021-04-27Reorder the parameter descriptions of map_or and map_or_elseDan Zwell-9/+9
2021-04-26Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-sebors-5/+407
2021-04-26Auto merge of #84600 - m-ou-se:rollup-mf5m2z8, r=m-ou-sebors-23/+35
2021-04-26Rollup merge of #84551 - r00ster91:patch-4, r=yaahcMara Bos-8/+16
2021-04-26Rollup merge of #84523 - m-ou-se:stabilize-ordering-helpers, r=m-ou-seMara Bos-12/+12
2021-04-26Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-seMara Bos-3/+7