about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-04-12Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-sebors-8/+3
2021-04-12Auto merge of #84085 - m-ou-se:stabilize-atomic-fetch-update, r=kennytmbors-4/+2
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-8/+3
2021-04-11Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr.Mara Bos-4/+2
2021-04-11Remove FixedSizeArrayTomasz Miąsko-56/+1
2021-04-11Auto merge of #84063 - LingMan:patch-1, r=nagisabors-0/+3
2021-04-10Add note about reverting a workaround in the futureLingMan-0/+3
2021-04-10fix Miri errors in libcore doctestsRalf Jung-15/+22
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-15/+35
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-1/+2
2021-04-08Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514Dylan DPC-104/+113
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-1/+1
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-13/+4
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Stabilize cmp_min_max_byGriffin Smith-13/+4
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+1
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-484/+649
2021-04-06Update library/core/src/iter/adapters/peekable.rslukaslueg-1/+1
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-1/+2
2021-04-05Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrumbors-5/+5
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-1/+2
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-13/+59
2021-04-04Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrumbors-147/+20
2021-04-05Rollup merge of #83815 - RalfJung:addr_of, r=kennytmDylan DPC-1/+34
2021-04-05Rollup merge of #83019 - eddyb:spirv-no-block-swap, r=nagisaDylan DPC-12/+25
2021-04-04core: disable `ptr::swap_nonoverlapping_one`'s block optimization on SPIR-V.Eduard-Mihai Burtescu-6/+17
2021-04-04core: rearrange `ptr::swap_nonoverlapping_one`'s cases (no functional changes).Eduard-Mihai Burtescu-11/+13
2021-04-04Bump cfgsMark Rousskov-147/+20
2021-04-04Use `#[inline(always)]` on trivial UnsafeCell methodsJosh Triplett-5/+5
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-1/+2
2021-04-04fix typoRalf Jung-1/+1
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-0/+23
2021-04-04rely on intra-doc linksRalf Jung-2/+0
2021-04-03explain that even addr_of cannot deref a NULL ptrRalf Jung-0/+8
2021-04-03addr_of_mut: add example for creating a pointer to uninit dataRalf Jung-1/+28
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-3/+6
2021-03-30Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnayDylan DPC-55/+47
2021-03-30Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnayDylan DPC-8/+16
2021-03-30Rollup merge of #83568 - RalfJung:uninit_array, r=dtolnayDylan DPC-3/+3
2021-03-28Add escape_default method to u8 and [u8]ltdk-0/+121
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+2
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-9/+49
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-2/+2
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-0/+2
2021-03-27clarify 'remains attached', and remove recommendation to use integer arithmeticRalf Jung-30/+12
2021-03-27add definition of 'allocated object', and link it from relevant method docsRalf Jung-37/+47
2021-03-27Add the tracking issue for `#![feature(iter_zip)]`Josh Stone-3/+3
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-0/+2
2021-03-27Constantify some slice methodsBenoît du Garreau-8/+16