about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-3/+2
2020-12-30Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-seYuki Okushi-5/+5
2020-12-29Fix small typo in time commentBlackHoleFox-1/+1
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+3
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-2/+3
2020-12-27Stablize slice::strip_prefix and strip_suffix, with SlicePatternIan Jackson-1/+0
2020-12-26Use the hashbrown::{HashMap,HashSet} `clone_from` impls.David Adler-2/+35
2020-12-25fix another comment, and make __rust_start_panic code a bit more semantically...Ralf Jung-2/+3
2020-12-25Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-seDylan DPC-1/+0
2020-12-22Fix new ambiguity in the standard libraryJoshua Nelson-2/+3
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