summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-11-27only free lifetimes may get erasedlcnr-4/+6
2023-11-27feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`Jan-0/+4
2023-11-12Substitute version placeholdersMark Rousskov-54/+54
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/+487
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/+487
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-0/+1
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-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-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/+36
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/+32
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-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-03cfg_attr offset_of_enum feature in doctestGeorge Bateman-1/+2
2023-11-03Feature gate enums in offset_ofGeorge Bateman-1/+1
2023-11-03Auto merge of #117510 - elichai:patch-3, r=cuviperbors-0/+1
2023-11-03clarify that the str invariant is a safety, not validity, invariantRalf Jung-6/+13
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-12/+12
2023-11-02Rollup merge of #117512 - joshlf:patch-8, r=dtolnayMatthias Krüger-2/+63
2023-11-02Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnrMatthias Krüger-6/+12
2023-11-02Update mod.rsJoshua Liebow-Feeser-0/+2
2023-11-02Update mod.rsJoshua Liebow-Feeser-2/+1
2023-11-02Remove trailing spaceJoshua Liebow-Feeser-1/+1
2023-11-02Expand mem::offset_of! docsJoshua Liebow-Feeser-2/+62
2023-11-02Add track_caller to transmute_copyElichai Turkel-0/+1
2023-11-01fixes: typo in `std::cmp::Ord` trait docsmassivebird-1/+1
2023-11-01Rework unsize documentationMichael Goulet-5/+12
2023-11-01Remove a false statement from Unsize docs, add a testMichael Goulet-1/+0
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-2/+9