summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-05-13Revert "Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay"Chris Denton-44/+30
2022-05-03Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahcDylan DPC-10/+0
2022-05-03Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrumbors-6/+6
2022-05-03Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahcbors-42/+0
2022-04-17Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum"Erik Desjardins-2/+2
2022-04-03Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcmbors-0/+1
2022-04-03Rollup merge of #95618 - adamse:master, r=dtolnayDylan DPC-5/+8
2022-04-03Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPCDylan DPC-2/+3
2022-04-03Fix &mut invalidation in ptr::swap doctestBen Kimock-2/+3
2022-04-03Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPCbors-1/+1
2022-04-03Mark Location::caller() as #[inline]bjorn3-0/+1
2022-04-03core: document that the align_of* functions return the alignment in bytesAdam Sandberg Ericsson-5/+8
2022-04-03Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieubors-124/+119
2022-04-03Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkovbors-2/+5
2022-04-03Improve doc example of DerefMutNikolaos Chatzikonstantinou-1/+1
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-2/+5
2022-04-02Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPCDylan DPC-3/+3
2022-04-02Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPCDylan DPC-3/+4
2022-04-02Refer to u8 by absolute path in expansion of thread_localDavid Tolnay-3/+3
2022-04-02Rollup merge of #95557 - niluxv:issue-95533, r=dtolnayDylan DPC-8/+8
2022-04-02Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnayDylan DPC-0/+127
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-59/+57
2022-04-01Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgrbors-63/+74
2022-04-01Rollup merge of #95546 - autumnontape:allocator-realloc-align-docs, r=AmanieuMatthias Krüger-0/+6
2022-04-01Rollup merge of #95532 - RalfJung:utf8_char_counts, r=Dylan-DPCMatthias Krüger-4/+7
2022-04-01Rollup merge of #95528 - RalfJung:miri-is-too-slow, r=scottmcmMatthias Krüger-0/+10
2022-04-01Rollup merge of #95516 - RalfJung:ptrs-not-ints, r=dtolnayMatthias Krüger-5/+5
2022-04-01Fix `thread_local!` macro to be compatible with `no_implicit_prelude`niluxv-8/+8
2022-04-01Remove need for associated_type_bounds in std.Mara Bos-3/+4
2022-04-01Implement provenance preserving method on NonNullDeclan Kelly-0/+127
2022-04-01Rollup merge of #95032 - m-ou-se:std-features, r=yaahcMatthias Krüger-63/+74
2022-03-31add notes about alignment-altering reallocs to Allocator docsAutumn-0/+6
2022-03-31Fix feature name of stable parts of strict_provenanceDavid Tolnay-2/+2
2022-03-31Adjust MaybeUninit feature names to avoid changing unstable oneDavid Tolnay-5/+5
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-58/+56
2022-03-31make utf8_char_counts test faster in MiriRalf Jung-4/+7
2022-03-31Categorize and sort unstable features in std.Mara Bos-63/+74
2022-03-31skip slow int_log tests in MiriRalf Jung-0/+10
2022-03-31Rollup merge of #95520 - rust-lang:ptrtypo, r=lcnrDylan DPC-4/+4
2022-03-31Rollup merge of #95384 - ehuss:doc-target_has_atomic-stabilized, r=Dylan-DPCDylan DPC-3/+4
2022-03-31Fix typos in core::ptr docsbstrie-4/+4
2022-03-31ptr_metadata test: avoid ptr-to-int transmutesRalf Jung-5/+5
2022-03-31Rollup merge of #95505 - sunfishcode:sunfishcode/fix-openbsd, r=dtolnayDylan DPC-1/+1
2022-03-31Rollup merge of #95491 - faern:stabilize-vec_retain_mut, r=yaahcDylan DPC-6/+2
2022-03-31Rollup merge of #95130 - workingjubilee:stably-finished, r=m-ou-seDylan DPC-2/+1
2022-03-30Fix library/std compilation on openbsd.Dan Gohman-1/+1
2022-03-31Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-...Dylan DPC-7/+38
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-1/+1
2022-03-30Stabilize feature vec_retain_mut on Vec and VecDequeLinus Färnstrand-6/+2
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-33/+135