about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-01-13Fix typo saeled -> sealedDavid Tolnay-2/+2
2021-01-13ExitStatusExt windows: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13ExitStatusExt unix: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13unix ExitStatus: Add tracking issue to new methodsIan Jackson-4/+4
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13unix ExitStatus: Provide .continued()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .stopped_signal()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .core_dumpedIan Jackson-0/+12
2021-01-13unix ExitStatus: Provide .into_raw()Ian Jackson-0/+12
2021-01-13unix ExitStatus: Clarify docs for .signal()Ian Jackson-0/+2
2021-01-13unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALEDIan Jackson-1/+1
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-7/+7
2021-01-13deprecate atomic::spin_loop_hint in favour of hint::spin_loopAshley Mannix-4/+6
2021-01-13Rollup merge of #80736 - KodrAus:feat/lazy-resolve, r=dtolnayDylan DPC-10/+39
2021-01-11Add docs on performanceCamelid-0/+13
2021-01-11clarify docs a bitSteven Fackler-4/+3
2021-01-11make check a bit more clearSteven Fackler-2/+3
2021-01-11clean up control flowSteven Fackler-11/+2
2021-01-11Fix handling of malicious Readers in read_to_endSteven Fackler-1/+8
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-2/+3
2021-01-10Rollup merge of #80774 - LingMan:patch-1, r=nagisaYuki Okushi-2/+3
2021-01-10Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy...bors-4/+4
2021-01-09Auto merge of #80755 - sunfishcode:path-cleanup/copy, r=nagisabors-4/+6
2021-01-07Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieubors-1/+0
2021-01-07Fix safety commentLingMan-2/+3
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