about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-06-14Master is 1.55 now :(Scott McMurray-3/+3
2021-06-14Mention nested unzip in its documentationSebastian Widua-0/+8
2021-06-14Stabilize {std, core}::prelude::rust_*.Mara Bos-8/+8
2021-06-14Auto merge of #86273 - JohnTitor:stabilize-maybe-uninit-ref, r=RalfJungbors-12/+2
2021-06-14Use `try_from_secs_*` in `Duration::from_secs_*` functions.mbartlett21-30/+6
2021-06-14Add functions `Duration::try_from_secs_{f32, f64}`mbartlett21-0/+128
2021-06-14Improve maybe_uninit_extra docsest31-13/+67
2021-06-14Auto merge of #85758 - petertodd:2021-revert-manuallydrop-clone-from, r=m-ou-sebors-14/+1
2021-06-14stabilize `int_error_matching`Ethan Brierley-22/+9
2021-06-14Stabilize `maybe_uninit_ref`Yuki Okushi-12/+2
2021-06-12Merge branch 'master' of https://github.com/rust-lang/rustSebastian Widua-232/+858
2021-06-12updates based on feedbackTaylor Yu-40/+83
2021-06-12Auto merge of #82703 - iago-lito:nonzero_add_mul_pow, r=m-ou-sebors-1/+572
2021-06-12Stop relying on #[feature(try_trait)] in doctests.Iago-lito-45/+45
2021-06-11add modify-in-place methods to option overviewTaylor Yu-0/+29
2021-06-11more transformation methods in option overviewTaylor Yu-0/+6
2021-06-11updates based on reviewsTaylor Yu-21/+23
2021-06-11Stabilize `str::from_utf8_unchecked` as `const`Jacob Pratt-1/+1
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-0/+1
2021-06-10fix typo in option docTaylor Yu-1/+1
2021-06-10method overviews for option and resultTaylor Yu-0/+240
2021-06-10fix wording in option docTaylor Yu-2/+2
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-0/+1
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-15/+10
2021-06-10Further simplification of to_digitGiles Cope-15/+10
2021-06-10Updates `Clone` docs for `Copy` comparison.qwerty01-1/+1
2021-06-10Rollup merge of #86111 - spookyvision:master, r=JohnTitorYuki Okushi-1/+1
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-164/+198
2021-06-09Fix diverging doc regarding signedness.Iago-lito-18/+44
2021-06-09Explicit what `check` means on concerned method.Iago-lito-9/+20
2021-06-09NonZero saturating_pow.Iago-lito-0/+29
2021-06-09NonZero checked_pow.Iago-lito-0/+33
2021-06-09NonZero unchecked_mul.Iago-lito-0/+28
2021-06-09NonZero saturating_mul.Iago-lito-0/+30
2021-06-09NonZero checked_mul.Iago-lito-0/+58
2021-06-09NonZero unsigned_abs.Iago-lito-0/+33
2021-06-09NonZero wrapping_abs.Iago-lito-0/+33
2021-06-09NonZero saturating_abs.Iago-lito-0/+34
2021-06-09NonZero overflowing_abs.Iago-lito-0/+34
2021-06-09NonZero checked_abs.Iago-lito-0/+33
2021-06-09NonZero abs.Iago-lito-0/+45
2021-06-09NonZero checked_next_power_of_two.Iago-lito-0/+36
2021-06-09NonZero unchecked_add.Iago-lito-0/+28
2021-06-09NonZero saturating_add.Iago-lito-0/+29
2021-06-09NonZero checked_add.Iago-lito-0/+51
2021-06-09Auto merge of #85975 - the8472:revert-take-tra, r=scottmcmbors-22/+1
2021-06-09Update library/core/src/iter/traits/iterator.rsAnatol Ulrich-1/+1
2021-06-08Mention the Borrow guarantee on the Hash implementations for Array and VecScott McMurray-0/+17
2021-06-08Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-seYuki Okushi-1/+1
2021-06-08Rollup merge of #85985 - Lionelf329:master, r=joshtriplettYuki Okushi-9/+15