about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-04-11Stabilize option_insert.Mara Bos-3/+1
2021-04-11Stabilize is_subnormal.Mara Bos-4/+2
2021-04-11Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr.Mara Bos-4/+2
2021-04-11Remove FixedSizeArrayTomasz Miąsko-36/+0
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-08add TrustedRandomAccess specialization to vec::extendThe8472-0/+4
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-14/+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-08implement TrustedRandomAccess for Take iterator adapterThe8472-1/+22
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-12/+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-12/+4
2021-04-07Style only: merge with other pub use statementCount Count-4/+1
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+1
2021-04-06add lint deref_nullptrAliénore Bouttefeux-0/+2
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-316/+387
2021-04-06Update library/core/src/iter/adapters/peekable.rslukaslueg-1/+1
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-1/+2
2021-04-05Added tracking issue numberTrolledWoods-1/+1
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-137/+18
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-137/+18
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-31Remove T: Debug bound on UnsafeCell Debug implJacob Hughes-1/+1
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-28Remove P: Unpin bound on impl Future for PinJon Gjengset-2/+41
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