about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-13/+4
2023-11-12Reenable effects in libcoreDeadbeef-0/+1
2023-11-11Rename MaybeUninit::write_sliceKornel-13/+13
2023-11-11round to evenJames Dietz-6/+3
2023-11-11fix rounding issue with exponents in fmtJames Dietz-0/+8
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-41/+19
2023-11-11clarify ABI compatibility of fn ptr types and ptr typesRalf Jung-9/+9
2023-11-10add 'import functions' to the list of situations where ABI compatibility come...Ralf Jung-5/+8
2023-11-10Auto merge of #117572 - RalfJung:addr_of, r=cuviperbors-6/+24
2023-11-10mention null explicitlyRalf Jung-2/+2
2023-11-10Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviperMatthias Krüger-13/+134
2023-11-10Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviperMatthias Krüger-0/+10
2023-11-10Closure-consuming helper functions for `fmt::Debug` helpersJohn Millikin-13/+134
2023-11-09Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-seTakayuki Maeda-0/+309
2023-11-09Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJungTakayuki Maeda-43/+81
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+309
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-0/+1
2023-11-08Refactor `binary_search_by` to use conditional movesokaneco-9/+8
2023-11-07Fix addition formattingscottmcm-2/+2
2023-11-07Document how rust atomics work wrt mixed-sized and non-atomic accessesMaybe Waffle-43/+81
2023-11-07Stabilize `slice_group_by`Niklas Fiekas-52/+44
2023-11-06Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDentonMatthias Krüger-4/+4
2023-11-06Auto merge of #116988 - RalfJung:null, r=WaffleLapkinbors-0/+10
2023-11-06Documentation cleanup for core::error::Request.Sven Marnach-4/+4
2023-11-05Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubileebors-1/+14
2023-11-05Add `Duration::abs_diff`Ole Bertram-0/+21
2023-11-05Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar...bors-3/+10
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-0/+1
2023-11-05Rollup merge of #117596 - thomcc:core_macro_diag_items, r=NilstriebMatthias Krüger-0/+3
2023-11-05update and clarify addr_of docsRalf Jung-6/+24
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-9/+15
2023-11-04Add diagnostic items for a few of core's builtin macrosThom Chiovoloni-0/+3
2023-11-04Rollup merge of #117534 - RalfJung:str, r=Mark-SimulacrumMatthias Krüger-11/+17
2023-11-04Rollup merge of #116894 - joshlf:patch-12, r=RalfJungMatthias Krüger-1/+8
2023-11-04Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-SimulacrumMatthias Krüger-41/+125
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-3/+4
2023-11-04Stabilize `const_maybe_uninit_zeroed`Trevor Gross-6/+11
2023-11-04Draft fleshed-out deref docsjmaargh-41/+125
2023-11-04avoid acronyms when we don't really need themRalf Jung-12/+11
2023-11-04document ABI compatibilityRalf Jung-4/+109
2023-11-03Make documentation of `slice_first_last_chunk` more consistentTrevor Gross-21/+35
2023-11-03Reverse ordering of `split_{first,last}_chunk` to be `(preceding, last)`Trevor Gross-7/+7
2023-11-03Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3bors-2/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-2/+2
2023-11-03Auto merge of #115333 - joshlf:patch-5, r=RalfJungbors-9/+15
2023-11-03library: use `copied` instead of manual `map`DaniPopes-2/+2
2023-11-03cfg_attr offset_of_enum feature in doctestGeorge Bateman-1/+2
2023-11-03Update primitive_docs.rsJoshua Liebow-Feeser-2/+3
2023-11-03Feature gate enums in offset_ofGeorge Bateman-1/+1
2023-11-03Auto merge of #117510 - elichai:patch-3, r=cuviperbors-0/+1