about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-01-07Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieubors-1/+0
2021-01-07Fix safety commentLingMan-2/+3
2021-01-07Update `compiler_builtins` to 0.1.39Yuki Okushi-2/+2
2021-01-06Optimize away some path lookups in the generic `fs::copy` implementation.Dan Gohman-4/+6
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-4/+4
2021-01-05Use heading for `std::prelude` and not `io::prelude`Camelid-2/+2
2021-01-05Use lowercase for prelude itemsCamelid-12/+12
2021-01-06use Once instead of Mutex to manage capture resolutionAshley Mannix-10/+39
2021-01-04BufWriter::into_raw_parts: Add tracking issue numberIan Jackson-6/+6
2021-01-03Auto merge of #80590 - camelid:bool-never-docs, r=nagisabors-6/+7
2021-01-01always demands -> requiresCamelid-1/+1
2021-01-01Update `bool` and `!` docsCamelid-6/+7
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-8/+0
2020-12-30Add error docsCamelid-1/+8
2020-12-30Add description independent of `Read::read_to_string`Camelid-5/+6
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-3/+2
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