about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-05-25Add tracking issue for edition-specific preludes.Mara Bos-6/+6
2021-05-25Remove num_as_ne_bytes featureHoe Hao Cheng-118/+0
2021-05-25fix matches! and assert_matches! on edition 2021Lukas Markeffsky-3/+4
2021-05-25Remove arrays/IntoIterator message from Iterator trait.Mara Bos-5/+0
2021-05-25Rollup merge of #85644 - tialaramex:master, r=dtolnayGuillaume Gomez-1/+1
2021-05-25Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrumbors-15/+9
2021-05-24Demote ControlFlow::{from|into}_try to pub(crate)Scott McMurray-8/+7
2021-05-24Better English for documenting when to use unimplemented!()Nick Lamb-1/+1
2021-05-24document PartialEq, PartialOrd, Ord requirements more explicitlyRalf Jung-23/+53
2021-05-24Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebankbors-2/+27
2021-05-24remove cfg(bootstrap)Pietro Albini-15/+9
2021-05-24Auto merge of #85601 - klensy:padint-example-fix, r=dtolnaybors-1/+2
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-8/+44
2021-05-23Don't reborrow self when computing the dest pointer in <[T]>::copy_withinGiacomo Stevanato-1/+5
2021-05-23Update std::array module doc headerbstrie-3/+1
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-2/+27
2021-05-23fix pad_integral exampleklensy-1/+2
2021-05-21Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahcbors-0/+8
2021-05-20Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJungbors-3/+11
2021-05-20Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcmbors-11/+29
2021-05-20Rollup merge of #85464 - steffahn:fix_ub_in_ptr_swap_docs, r=dtolnayRalf Jung-3/+5
2021-05-20Rollup merge of #85315 - satylogin:master, r=yaahcRalf Jung-0/+6
2021-05-19Auto merge of #85340 - the8472:no-inplaceiterable-on-peekable, r=yaahcbors-4/+1
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-0/+8
2021-05-19Fix UB in documented example for `ptr::swap`Frank Steffahn-3/+5
2021-05-19Auto merge of #85458 - jackh726:rollup-zvvybmt, r=jackh726bors-2/+2
2021-05-18Rollup merge of #85425 - mbartlett21:patch-1, r=scottmcmJack Huey-1/+1
2021-05-18Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkovJack Huey-1/+1
2021-05-19Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahcbors-2/+37
2021-05-19remove InPlaceIterable marker from Peekable due to unsoundnessThe8472-4/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-110/+274
2021-05-18Rollup merge of #85338 - lopopolo:core-iter-repeat-gh-81292, r=joshtriplettGuillaume Gomez-0/+35
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-18Fix must_use on `Option::is_none`mbartlett21-1/+1
2021-05-18adding algorithm explanation for partition_in_place iter method and bounding ...Satyarth Agrahari-0/+4
2021-05-17Avoid zero-length write_str in fmt::writeMark Rousskov-2/+6
2021-05-17Optimize default ToString implMark Rousskov-9/+23
2021-05-17Make partition_point to forward to binary_search_byVillSnow-21/+1
2021-05-16mark internal inplace_iteration traits as hiddenThe8472-0/+2
2021-05-15Implement more Iterator methods on core::iter::RepeatRyan Lopopolo-0/+35
2021-05-15Rollup merge of #84751 - Soveu:is_char_boundary_opt, r=AmanieuGuillaume Gomez-3/+15
2021-05-15adding time complexity for partition_in_place iter methodSatyarth Agrahari-0/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+4
2021-05-13Rollup merge of #85177 - tspiteri:wrapping-bits, r=joshtriplettGuillaume Gomez-0/+15
2021-05-12Auto merge of #85218 - kornelski:pointerinline, r=scottmcmbors-25/+25
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-0/+1
2021-05-12#[inline(always)] on basic pointer methodsKornel-25/+25
2021-05-11add BITS associated constant to core::num::WrappingTrevor Spiteri-0/+15
2021-05-11Override `clone_from` for some typesBenoƮt du Garreau-2/+37
2021-05-10Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obkDylan DPC-14/+21