about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-13/+45
2021-09-21Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytmthe8472-9/+6
2021-09-21Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrumthe8472-4/+6
2021-09-21Use ZST for fmt unsafetyCameron Steffen-13/+45
2021-09-19Auto merge of #89031 - the8472:outline-once-cell-init-closure, r=Mark-Simulacrumbors-1/+10
2021-09-18EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -...klensy-4/+6
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-9/+6
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-0/+16
2021-09-17Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obkYuki Okushi-4/+8
2021-09-17Don't inline OnceCell initialization closuresThe8472-1/+10
2021-09-16Rollup merge of #88928 - lefth:master, r=Mark-SimulacrumManish Goregaokar-3/+4
2021-09-15Rollup merge of #88915 - joshlf:patch-4, r=kennytmManish Goregaokar-0/+4
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-0/+16
2021-09-15Const DerefDeadbeef-4/+8
2021-09-14Document the closure arguments for `reduce`.Dan Zwell-3/+4
2021-09-13`Wrapping<T>` has the same layout and ABI as `T`Joshua Liebow-Feeser-0/+4
2021-09-13Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnayGuillaume Gomez-1/+2
2021-09-12Fix linkcheck issuesJoshua Nelson-4/+4
2021-09-12Add primitive documentation to libcoreJoshua Nelson-8/+1320
2021-09-11Rollup merge of #87904 - kpreid:unsize, r=jyn514Jubilee-11/+9
2021-09-11Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]`Waffle Lapkin-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+2
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-69/+4
2021-09-08Rollup merge of #88712 - jhpratt:fix-int_rounding-docs, r=joshtriplettJack Huey-1/+2
2021-09-08Rollup merge of #88648 - kpreid:option, r=Mark-SimulacrumJack Huey-8/+8
2021-09-08Rollup merge of #88594 - steffahn:more_symbolic_doc_aliases, r=joshtriplettJack Huey-0/+1
2021-09-07Make `UnsafeCell::get_mut` constWaffle-1/+2
2021-09-07Fix docs for `uX::checked_next_multiple_of`Jacob Pratt-1/+2
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+6
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-24/+18
2021-09-05Auto merge of #88469 - patrick-gu:master, r=dtolnaybors-11/+13
2021-09-04Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ...Kevin Reid-2/+2
2021-09-04Add sentence punctuation and links in `Option` docs.Kevin Reid-5/+5
2021-09-04“Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc.Kevin Reid-1/+1
2021-09-03Fix accidentally deleted partpatrick-gu-1/+1
2021-09-03Add a missing backtickpatrick-gu-1/+1
2021-09-03Remove excessive linkingpatrick-gu-36/+34
2021-09-03Rollup merge of #88610 - m-ou-se:array-into-iter-docs, r=AmanieuMara Bos-2/+7
2021-09-03Rollup merge of #88579 - ast-ral:master, r=m-ou-seMara Bos-4/+0
2021-09-03Rollup merge of #88202 - azdavis:master, r=jyn514Mara Bos-0/+12
2021-09-03Update outdated docs of array::IntoIter::new.Mara Bos-2/+7
2021-09-02Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplettMara Bos-0/+271
2021-09-02Rollup merge of #88560 - klensy:formatter-pad-shrink, r=m-ou-seMara Bos-12/+17
2021-09-02Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytmMara Bos-10/+4
2021-09-02Add "!" doc alias for `std::ops::Not`Frank Steffahn-0/+1
2021-09-02Implement #88581Jacob Pratt-0/+271
2021-09-01remove redundant / misplaced sentence from docsast-ral-4/+0
2021-09-02Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-sebors-1/+1
2021-09-01fix clippy lintsklensy-3/+3
2021-09-01`fmt::Formatter::pad`: don't call chars().count() more than one timeklensy-9/+14