about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-10-02Rollup merge of #102405 - hkBst:patch-3, r=Mark-SimulacrumMatthias Krüger-3/+0
2022-10-01Change feature name to is_some_andCameron Steffen-6/+6
2022-10-01Change is_some_and to take by valueCameron Steffen-12/+21
2022-10-01Mark Cell::replace() as #[inline]Nikita Popov-0/+1
2022-09-30Tell LLVM that `partition_point` returns a valid fencepostScott McMurray-3/+12
2022-09-30Auto merge of #102520 - matthiaskrgr:rollup-7nreat0, r=matthiaskrgrbors-26/+40
2022-09-30Add back ConstFnMutClosure::new, fix formattingonestacked-47/+48
2022-09-30Fixed Documentation for wrap_mut_2_imponestacked-1/+1
2022-09-30Added more const_closure functionality.onestacked-49/+62
2022-09-29Fix integer overflow in `format!("{:.0?}", Duration::MAX)`beetrees-10/+29
2022-09-29Rollup merge of #102452 - granolocks:grammar-tweak, r=thomccDylan DPC-1/+1
2022-09-29Rollup merge of #102435 - GuillaumeGomez:improve-iterator-reduce-example, r=t...Dylan DPC-14/+5
2022-09-29Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcmDylan DPC-0/+154
2022-09-29Stabilize const_char_convertest31-6/+5
2022-09-29Split out from_u32_unchecked from const_char_convertest31-3/+3
2022-09-29Stabilize `nonnull_slice_from_raw_parts`Yuki Okushi-8/+5
2022-09-29fix minor ungrammatical sentenceGabe Koss-1/+1
2022-09-29Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplettYuki Okushi-46/+52
2022-09-29Add `is_empty()` method to `core::ffi::CStr`.John Millikin-0/+28
2022-09-29Improve example of Iterator::reduceGuillaume Gomez-14/+5
2022-09-29nonzero_negation_ops: `inline(always)` -> `inline`.John Millikin-1/+1
2022-09-29nonzero_negation_ops: Set `issue = "102443"`.John Millikin-5/+5
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-0/+38
2022-09-28Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`beetrees-46/+52
2022-09-28Update result.rsMarijn Schouten-3/+0
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-0/+1
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-1/+1
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-37/+24
2022-09-27Address feedbackmejrs-1/+1
2022-09-27Wrapper suggestionsmejrs-0/+1
2022-09-27Stabilize bench_black_boxUrgau-1/+1
2022-09-27doc: rewrite doc for uint::{carrying_add,borrowing_sub}Trevor Spiteri-31/+49
2022-09-27core: Mark all safe intrinsics with #[rustc_safe_intrinsic]Arthur Cohen-0/+38
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+65
2022-09-27Add negation methods for signed non-zero integers.John Millikin-0/+154
2022-09-26Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,...bors-12/+4
2022-09-26Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomccMichael Howell-1/+1
2022-09-26Rollup merge of #102322 - sigaloid:master, r=GuillaumeGomezMichael Howell-0/+7
2022-09-26Rollup merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-defaul...Michael Howell-12/+4
2022-09-26Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...Scott McMurray-114/+35
2022-09-26rustdoc: Update doc comment for splitn_mut to include mutable in the descriptionyancy-1/+1
2022-09-26Document that Display entails ToStringMatthew Esposito-0/+7
2022-09-26Improve code example for Option::unwrap_or_defaultGuillaume Gomez-12/+4
2022-09-26remove cfg(bootstrap)Pietro Albini-175/+5
2022-09-26replace stabilization placeholdersPietro Albini-5/+5
2022-09-26Rollup merge of #102263 - GuillaumeGomez:iterator-rposition-example, r=thomccfee1-dead-3/+3
2022-09-25Rollup merge of #102259 - gimbles:patch-1, r=joshtriplettfee1-dead-0/+1
2022-09-25Rollup merge of #102245 - ink-feather-org:const_cmp_by, r=fee1-deadfee1-dead-6/+49
2022-09-25Rollup merge of #102200 - ink-feather-org:const_default_impls, r=fee1-deadfee1-dead-2/+4
2022-09-25Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-deadfee1-dead-2/+5