..
alloc
Fix a bunch of typos
2021-12-14 16:40:43 +01:00
array
Fix a typo in documentation of array::IntoIter::new_unchecked
2022-02-23 21:10:04 +03:00
async_iter
Move {core,std}::stream::Stream to {core,std}::async_iter::AsyncIterator.
2022-02-03 21:03:06 +08:00
char
fix
2022-02-17 22:14:54 -08:00
convert
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-17 06:29:57 +01:00
ffi
merge the char signess list of archs with freebsd as it is the same
2022-03-02 12:12:28 +00:00
fmt
Remove needless borrows from core::fmt
2022-02-25 16:06:23 +00:00
future
Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez
2022-02-21 19:36:46 +01:00
hash
change PhantomData type for BuildHasherDefault
2022-01-07 00:39:48 +01:00
iter
Doc: Fix use of quote instead of backstick in Adapter::map.
2022-03-03 11:25:01 +01:00
macros
Switch bootstrap cfgs
2022-02-25 08:00:52 -05:00
mem
Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg
2022-03-04 11:34:51 +01:00
num
Stabilise inherent_ascii_escape (FCP in #77174 )
2022-02-12 13:21:59 -05:00
ops
Rollup merge of #94283 - hellow554:stable_flow_control, r=Dylan-DPC
2022-02-24 07:48:08 +01:00
panic
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
2022-02-18 16:23:32 +01:00
prelude
update cfg(bootstrap)s
2022-01-28 15:01:07 +01:00
ptr
For MIRI, cfg out the swap logic from 94212
2022-02-26 18:57:15 -08:00
slice
only disable SIMD for doctests in Miri (not for the stdlib build itself)
2022-03-03 15:11:06 -05:00
str
Add {floor,ceil}_char_boundary methods to str
2022-02-07 13:34:08 -05:00
sync
Add Atomic*::from_mut_slice
2022-02-25 15:30:29 -08:00
task
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-17 06:29:57 +01:00
unicode
Regenerate tables for Unicode 14.0.0
2021-10-06 17:49:33 -07:00
any.rs
Reverts #92135 because perf regression
2021-12-26 16:02:33 +03:00
ascii.rs
Add #[must_use] to remaining core functions
2021-10-30 18:21:29 -04:00
bool.rs
Constify bool::then{,_some}
2021-12-15 00:11:23 +08:00
borrow.rs
Make Borrow and BorrowMut impls const
2021-12-04 21:57:39 +09:00
cell.rs
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-17 06:29:57 +01:00
clone.rs
Update Copy/Clone documentation WRT arrays
2021-11-08 13:11:59 -05:00
cmp.rs
Edit docs introduction for std::cmp::PartialOrd
2022-01-28 00:46:04 -06:00
default.rs
Add #[must_use] to remaining core functions
2021-10-30 18:21:29 -04:00
hint.rs
Add is_riscv_feature_detected!; modify impl of hint::spin_loop
2022-01-05 15:44:52 +08:00
internal_macros.rs
Add a copy of cfg_if to core's internal_macros.rs
2022-03-01 16:24:10 -08:00
intrinsics.rs
Switch bootstrap cfgs
2022-02-25 08:00:52 -05:00
lazy.rs
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-17 06:29:57 +01:00
lib.rs
only disable SIMD for doctests in Miri (not for the stdlib build itself)
2022-03-03 15:11:06 -05:00
marker.rs
Update Copy/Clone documentation WRT arrays
2021-11-08 13:11:59 -05:00
option.rs
Option::and_then basic example: show failure
2022-02-12 12:23:38 +08:00
panic.rs
Fix invalid special casing of the unreachable! macro
2022-01-31 17:09:31 +01:00
panicking.rs
Re-add track_caller to panic_no_unwind in bootstrap
2022-02-25 08:00:53 -05:00
pin.rs
Rollup merge of #94128 - mqy:master, r=Dylan-DPC
2022-02-23 12:26:40 +01:00
primitive.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
primitive_docs.rs
Fix annotation of code blocks
2022-02-01 21:44:53 +00:00
result.rs
Add note on Windows path behaviour
2022-02-12 12:52:42 +08:00
time.rs
Improve Duration::try_from_secs_f32/64 accuracy by directly processing exponent and mantissa
2022-01-26 18:14:25 +03:00
tuple.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
unit.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00