summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-03-22Expose str::SplitInclusiveMark Rousskov-1/+1
2021-02-06Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnayMara Bos-4/+35
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-5/+2
2021-02-05Bump peekable_next_if to rust 1.51.0David Tolnay-2/+2
2021-02-05Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-SimulacrumMara Bos-4/+4
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-1/+4
2021-02-04Update LayoutError/LayoutErr stability attributesJacob Hughes-4/+4
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-2/+4
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-7/+8
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-3/+1
2021-02-04Improve documentation of Iterator::{fold, reduce}.Mara Bos-5/+16
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-4/+4
2021-02-03make Allocator object-safeRustyYato-1/+4
2021-02-03Update panic!() documentation about non-string panics.Mara Bos-7/+8
2021-02-03Revert stabilizing integer::BITS.Mara Bos-2/+4
2021-02-03Rollup merge of #81573 - ehuss:cell-links, r=jackh726Guillaume Gomez-20/+24
2021-02-03Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726Guillaume Gomez-1/+1
2021-02-02Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkovJack Huey-1/+1
2021-02-02Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-SimulacrumJack Huey-0/+1
2021-02-02Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkovbors-2/+4
2021-02-02Bump rustfmt versionMark Rousskov-2/+4
2021-02-02Rollup merge of #81599 - sdroege:fuse-trusted-len, r=m-ou-seJonas Schievink-1/+14
2021-02-01Fix bug with assert!() calling the wrong edition of panic!().Mara Bos-1/+1
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-1/+51
2021-02-01Implement `TrustedLen` for `iter::Fuse<I: TrustedLen>`Sebastian Dröge-1/+9
2021-02-01Add SAFETY comment for the `TrustedRandomAccess` impl of `iter::Fuse`Sebastian Dröge-0/+5
2021-01-31Update comment about leakingrodrimati1992-1/+1
2021-01-31stabilize int_bits_constAshley Mannix-4/+2
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+1
2021-01-31Update maybe_uninit.rsrodrimati1992-1/+1
2021-01-31Removed trailing whitespacerodrimati1992-7/+7
2021-01-31Document how `MaybeUninit<Struct>` can be initialized.rodrimati1992-4/+35
2021-01-31Rollup merge of #81562 - the8472:improve-inplaceiterable-docs, r=sfacklerJonas Schievink-3/+5
2021-01-31Rollup merge of #81484 - Kogia-sima:perf/optimize-udiv_1e19, r=nagisaJonas Schievink-19/+36
2021-01-31Rollup merge of #81198 - dtolnay:partialeq, r=m-ou-seJonas Schievink-6/+10
2021-01-31Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-seJonas Schievink-3/+2
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-8/+19
2021-01-31Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-seJonas Schievink-0/+8
2021-01-30Add some links to the cell docs.Eric Huss-20/+24
2021-01-30Bump as_mut_str_for_str stable version.Mara Bos-1/+1
2021-01-30Clarify that guarantees extend to other advancing iterator methods.The8472-3/+5
2021-01-30Rollup merge of #81409 - gilescope:chars_count, r=joshtriplettYuki Okushi-6/+1
2021-01-30Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-seYuki Okushi-3/+3
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-13/+10
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+239
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-13/+10
2021-01-29Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviperYuki Okushi-2/+14
2021-01-29Optimize udiv_1e19() functionKogia-sima-19/+36
2021-01-28Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasperYuki Okushi-0/+3
2021-01-26Same instructions, but simpler.Giles Cope-1/+1