summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-02-06Rollup merge of #68886 - tom-a-wagner:master, r=Mark-SimulacrumDylan DPC-0/+12
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-4/+31
2020-02-06Add primitive module to libcore/stdMark Rousskov-0/+70
2020-02-06Mark fn map_or() as eagerly evaluated.Tom A. Wagner-0/+12
2020-02-05Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obkDylan DPC-49/+108
2020-02-05Reorder declarations of Result::expect_err/unwrap_err to match OptionBrian Anderson-22/+22
2020-02-05Reorder declarations of Result::export/unwrap to match OptionBrian Anderson-17/+17
2020-02-04Use consistent feature namingDylan MacKenzie-49/+49
2020-02-04Rollup merge of #68810 - ollie27:once_with_copy, r=Dylan-DPCDylan DPC-1/+1
2020-02-04Make saturating arithmetic using intrinsics `const`Dylan MacKenzie-2/+4
2020-02-04Make checked division `const`Dylan MacKenzie-4/+8
2020-02-04Const-stabilize some arithmetic intrinsicsDylan MacKenzie-0/+6
2020-02-04Make wrapping arithmetic `const`Dylan MacKenzie-4/+8
2020-02-04Make `saturating_mul` a `const fn`Dylan MacKenzie-6/+13
2020-02-04Make overflowing arithmetic `const`Dylan MacKenzie-4/+9
2020-02-04Make checked arithmetic besides division `const`Dylan MacKenzie-13/+27
2020-02-04Make euclidean division `const`Dylan MacKenzie-16/+33
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-23/+1
2020-02-04Remove `finished` flag from `MapWhile`Waffle-47/+36
2020-02-03Remove Copy impl from OnceWithOliver Middleton-1/+1
2020-02-03Rollup merge of #68800 - JohnTitor:stabilize-once-with, r=CentrilDylan DPC-14/+8
2020-02-04Stabilize `core::iter::once_with()`Yuki Okushi-14/+8
2020-02-03Optimize core::ptr::align_offsetAmos Onn-2/+1
2020-02-03Optimize core::ptr::align_offsetAmos Onn-13/+20
2020-02-03Optimize core::ptr::align_offsetAmos Onn-2/+2
2020-02-02Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-4/+31
2020-02-01Remove `Alloc` in favor of `AllocRef`Tim Diekmann-7/+0
2020-02-01Update option.rsMarincia Catalin-2/+2
2020-02-01Remove some unsound specializationsMatthew Jasper-57/+91
2020-01-31Add methods to leak RefCell borrows to referencesAndreas Molzer-0/+63
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-23/+1
2020-01-31Rollup merge of #68638 - GuillaumeGomez:links-cmp-traits, r=Dylan-DPCDylan DPC-20/+31
2020-01-30Auto merge of #66577 - WaffleLapkin:iter_take_while_map, r=mark-simulcrumbors-1/+195
2020-01-30Add missing links for cmp traitsGuillaume Gomez-20/+31
2020-01-30Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ...bors-56/+192
2020-01-29Document `From` implementation for NonZero numsLeSeulArtichaut-2/+6
2020-01-28Minor: note why we can rely on Any trait for safetyPeter Todd-2/+6
2020-01-28Fill tracking issue for `iter_map_while` featureWaffle-5/+5
2020-01-28Add `Iterator::map_while` method and corresponding `MapWhile` adapterWaffle-1/+195
2020-01-28Simplify `Skip::nth` and `Skip::last` implementationsOliver Middleton-13/+7
2020-01-28Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieubors-11/+26
2020-01-28Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAusbors-7/+5
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-5/+2
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-11/+26
2020-01-27Auto merge of #68165 - thomcc:lt_ones, r=sfacklerbors-0/+138
2020-01-24Use Self instead of self return typeLzu Tao-10/+10
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-2/+8
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-0/+2
2020-01-23Updating str.chars docs to mention crates.io.Steven Degutis-1/+2