summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-1/+55
2022-05-13Rollup merge of #97003 - nnethercote:rm-const_fn-attrs, r=fee1-deadMatthias Krüger-3/+0
2022-05-13Rollup merge of #96154 - lukaslueg:unreachablehint, r=scottmcmMatthias Krüger-15/+66
2022-05-13Slap #[inline] on all the ByRefSized methods, per the8472's suggestionScott McMurray-0/+11
2022-05-13Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.Nicholas Nethercote-3/+0
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-8/+9
2022-05-11Add a debug check for ordering, and check for isize overflow in CTFEScott McMurray-0/+4
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-15/+39
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-2/+136
2022-05-10Rollup merge of #96674 - bstrie:vardoc, r=thomccDylan DPC-1/+2
2022-05-09Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item...Matthias Krüger-21/+0
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-42/+136
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-183/+109
2022-05-08Auto merge of #96846 - matthiaskrgr:rollup-yxu9ot9, r=matthiaskrgrbors-2/+21
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-21/+0
2022-05-08Rollup merge of #96828 - scottmcm:clarify-hasher-write, r=AmanieuMatthias Krüger-2/+21
2022-05-08Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearthbors-0/+17
2022-05-07Further elaborate the lack of guarantees from `Hasher`Scott McMurray-2/+21
2022-05-07Rollup merge of #96336 - Nilstrieb:link-to-correct-as_mut-in-ptr-as_ref, r=Jo...Matthias Krüger-1/+1
2022-05-07Fix a minor typo in the description of FormatterNikolaos Chatzikonstantinou-1/+1
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-3/+153
2022-05-06Clarify unreachable_unchecked docsLukas Lueg-9/+16
2022-05-06For now, don't change the details of hashing a `str`Scott McMurray-21/+52
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-3/+122
2022-05-05Rollup merge of #96639 - adpaco-aws:fix-offset-from-typo, r=scottmcmMichael Goulet-2/+2
2022-05-05Rollup merge of #96174 - RalfJung:no-run-transmute, r=scottmcmMichael Goulet-1/+1
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-1/+1
2022-05-05Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplettMatthias Krüger-10/+32
2022-05-05generalize "incoherent impls" impl for custom typeslcnr-1/+1
2022-05-05Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddlebors-1/+1
2022-05-04Update `int_roundings` methods from feedbackJacob Pratt-10/+32
2022-05-04Stabilize `bool::then_some`Josh Triplett-3/+1
2022-05-03Auto merge of #96280 - lygstate:ffi-fixes, r=joshtriplettbors-17/+46
2022-05-03docs: add link explaining variance to NonNull docsbstrie-1/+2
2022-05-03ignore a doctest for the non-exported macroYoshiki Matsuda-1/+1
2022-05-03Update library/core/src/ffi/mod.rsYonggang Luo-1/+1
2022-05-02This aligns the inline attributes of existing `__iterator_get_unchecked` with...The 8472-0/+5
2022-05-02Fix typo in `offset_from` documentationAdrian Palacios-2/+2
2022-05-02Fix nitsPyry Kontio-8/+8
2022-05-02Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-SimulacrumYuki Okushi-6/+6
2022-05-01Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomezbors-0/+2
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+41
2022-05-01Fix some links in the standard libraryVadim Petrochenkov-0/+2
2022-04-30Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472bors-0/+4
2022-04-29Fix documentation for log functions intalexey semenyuk-3/+3
2022-04-29Fix documentation for log functions unsigned intalexey semenyuk-3/+3
2022-04-28Add more diagnostic itemsSerial-0/+17
2022-04-28Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPCDylan DPC-1/+1
2022-04-27Fixed grammatical error in example commentSimon-1/+1
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-19/+13