about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-09-22PR fixupAman Arora-1/+1
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-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+1
2021-09-20Mark unsafe NonZero*::unchecked_(add|mul) as constIago-lito-2/+2
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-16Make Duration's Debug format pad to widthMichiel De Muynck-30/+78
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-15Fix formattingAlbin Hedman-1/+3
2021-09-15Add tracking issueAlbin Hedman-6/+6
2021-09-15Updated for new const trait bounds syntaxAlbin Hedman-2/+2
2021-09-15Constly impl TryV2 and Residual for OptionAlbin Hedman-2/+4
2021-09-15Constly impl TryV2 and FromResidual for ResultAlbin Hedman-2/+4
2021-09-15Constify identify conversionsAlbin Hedman-2/+5
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-11manually inline functionThe8472-4/+4
2021-09-11optimization continuation byte validation of strings containing multibyte charsThe8472-6/+4
2021-09-11optimize utf8_is_cont_byte() to speed up str.chars().count()The8472-1/+1
2021-09-11Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]`Waffle Lapkin-1/+1
2021-09-09Added psadbw support for u8::abs_diff.Orson Peters-3/+9
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+2
2021-09-09Added abs_diff for integer types.Orson Peters-0/+61
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-07Improve docs for int_logFalk Hüffner-25/+24
2021-09-07Fix docs for `uX::checked_next_multiple_of`Jacob Pratt-1/+2
2021-09-06String.split_terminator: Add an example when using a slice of charsSylvestre Ledru-0/+6
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