about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-04-05trivial cfg(bootstrap) changesPietro Albini-305/+172
2022-04-05Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPCDylan DPC-7/+19
2022-04-05Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJungDylan DPC-4/+8
2022-04-05Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcmDylan DPC-19/+217
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-0/+4
2022-04-04Update panic docs to make it clearer when to use panic vs ResultJane Lusby-7/+19
2022-04-04explicitly distinguish pointer::addr and pointer::expose_addrRalf Jung-19/+217
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+4
2022-04-04Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplettDylan DPC-2/+140
2022-04-04Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplettDylan DPC-4/+109
2022-04-04Rollup merge of #95431 - golddranks:stabilize_total_cmp, r=scottmcmDylan DPC-6/+2
2022-04-04Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnayDylan DPC-1/+1
2022-04-04Correct calling conventionChris Denton-2/+2
2022-04-04Bump windows CommandExt::raw_arg to 1.62David Tolnay-1/+1
2022-04-04Stabilize total_cmpPyry Kontio-6/+2
2022-04-04Update library/std/src/sys/windows/pipe.rsChris Denton-4/+6
2022-04-03Add doc links referencing raw pointer methodsDeclan Kelly-4/+8
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