about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-12-22update a seemingly outdated commentRalf Jung-3/+2
2020-12-22Update library/std/src/sys/windows/thread_parker.rsLinus Färnstrand-1/+1
2020-12-22Fix compare_and_swap in Windows thread_parkerLinus Färnstrand-1/+1
2020-12-22Fix documentation typoLinus Färnstrand-1/+1
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-30/+58
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-1/+0
2020-12-21slightly more typed interface to panic implementationRalf Jung-2/+2
2020-12-21bump stabilization to 1.51.0Ashley Mannix-1/+1
2020-12-21Auto merge of #80253 - Dylan-DPC:rollup-bkmn74z, r=Dylan-DPCbors-1/+3
2020-12-21Rollup merge of #80159 - jyn514:array, r=m-ou-seDylan DPC-1/+3
2020-12-21Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnaybors-1/+5
2020-12-20Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-sebors-2/+9
2020-12-20Check that c_int is i32 in FileDesc::new.Mara Bos-1/+1
2020-12-19Add a `std::io::read_to_string` functionCamelid-0/+27
2020-12-19Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-sebors-70/+0
2020-12-19Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obkbors-22/+27
2020-12-19Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-seYuki Okushi-0/+1
2020-12-19Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-SimulacrumYuki Okushi-0/+1
2020-12-19Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi-5/+7
2020-12-18Use heading style for 'The I/O Prelude' in `std::io::prelude`Camelid-1/+1
2020-12-18Use consistent punctuation for 'Prelude contents' docsCamelid-14/+14
2020-12-18Recommend panic::resume_unwind instead of panicking.Corey Farwell-7/+12
2020-12-18Add array search aliasesJoshua Nelson-1/+3
2020-12-18Add the "promise" aliases to the `async` lang featureYoshua Wuyts-0/+1
2020-12-18Rollup merge of #80147 - pierwill:patch-9, r=lcnrRalf Jung-1/+1
2020-12-18Rollup merge of #80146 - pierwill:pierwill-prelude-mod-docs, r=lcnrRalf Jung-13/+12
2020-12-18Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-sebors-1/+0
2020-12-17Add missing punctuation to std::alloc docspierwill-1/+1
2020-12-17Edit formatting in Rust Prelude docspierwill-13/+12
2020-12-16Fix failing build of std on armv5te-unknown-linux-uclibceabi due to missing c...Ondrej Perutka-1/+5
2020-12-15Add `&mut` as an alias for 'reference' primitiveJoshua Nelson-0/+1
2020-12-16Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnaybors-84/+141
2020-12-14Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieubors-0/+301
2020-12-14Rollup merge of #79918 - woodruffw-forks:ww/doc-initializer-side-effects, r=d...Guillaume Gomez-0/+4
2020-12-13Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPCYuki Okushi-0/+10
2020-12-12fixup! WriterPanicked: Use debug_structIan Jackson-1/+1
2020-12-12WriterPanicked: Use debug_structIan Jackson-1/+3
2020-12-12bufwriter::WriterPanicked: Provide panicking exampleIan Jackson-0/+24
2020-12-11doc: apply suggestionsWilliam Woodruff-2/+3
2020-12-11Auto merge of #79893 - RalfJung:forget-windows, r=oli-obkbors-7/+4
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-4/+2
2020-12-10Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3Tyler Mandry-8/+11
2020-12-10Rollup merge of #77027 - termhn:mul_add_doc_change, r=m-ou-seTyler Mandry-4/+8
2020-12-10Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrumbors-82/+129
2020-12-10doc(array,vec): add notes about side effects when empty-initializingWilliam Woodruff-0/+3
2020-12-10Fix fd test caseMichael Howell-1/+1
2020-12-10Add safety note to library/std/src/sys/unix/fd.rsMichael Howell-0/+1
2020-12-10Mark `-1` as an available niche for file descriptorsMichael Howell-1/+7
2020-12-10Windows TLS: ManuallyDrop instead of mem::forgetRalf Jung-7/+4
2020-12-10Auto merge of #79274 - the8472:probe-eperm, r=nagisabors-36/+50