about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-02-15Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnayJonas Schievink-1/+0
2021-02-15Rollup merge of #82119 - m-ou-se:typo, r=dtolnayJonas Schievink-1/+1
2021-02-15Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievinkJonas Schievink-1/+1
2021-02-15Rollup merge of #81975 - Amanieu:seal2, r=m-ou-seJonas Schievink-30/+54
2021-02-14Stabilize Arguments::as_strSteven Fackler-1/+0
2021-02-14Fix typo in link to CreateSymbolicLinkW documentation.Mara Bos-1/+1
2021-02-13Fixed minor typo in catch_unwind docsVictor Roest-1/+1
2021-02-12Rollup merge of #81850 - the8472:env-rwlock, r=m-ou-seDylan DPC-12/+72
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-30/+54
2021-02-10Rollup merge of #79849 - Digital-Chaos:sleep-zero, r=m-ou-seYuki Okushi-0/+9
2021-02-09split guard into read and write typesThe8472-17/+16
2021-02-08introduce StaticRWLock wrapper to make methods safeThe8472-60/+72
2021-02-08avoid &mut on the read path since it now allows concurrent readersThe8472-1/+1
2021-02-08Remove outdated comment.Mara Bos-2/+0
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+5
2021-02-07silence dead code warnings on windowsThe8472-0/+5
2021-02-07use rwlock for accessing ENVThe8472-11/+55
2021-02-07Auto merge of #81821 - nikic:update-wasm32, r=sanxiynbors-0/+5
2021-02-06Upgrade wasm32 image to Ubuntu 20.04Nikita Popov-0/+5
2021-02-05Rollup merge of #81542 - RReverser:wasi-symlink, r=alexcrichtonMara Bos-0/+8
2021-02-04Rollup merge of #81745 - Kixunil:stabilize_once_poison, r=m-ou-seMara Bos-15/+9
2021-02-04Rollup merge of #81711 - saethlin:ipaddr-inline, r=m-ou-seMara Bos-0/+69
2021-02-04Rollup merge of #81710 - TyPR124:patch-2, r=m-ou-seMara Bos-1/+1
2021-02-04Stabilize poison API of Once, rename poisoned()Martin Habovstiak-15/+9
2021-02-03Stabilize the Wake traitYoshua Wuyts-2/+1
2021-02-03add #[inline] to all the public IpAddr functionsBen Kimock-0/+69
2021-02-03Restore comment as it wasIngvar Stepanyan-0/+2
2021-02-03Keep old symlink; expose new symlink_pathIngvar Stepanyan-4/+14
2021-02-03OsStr eq_ignore_ascii_case takes arg by valueTyler Ruckinger-1/+1
2021-02-02Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-SimulacrumJack Huey-0/+5
2021-02-02Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r...Jack Huey-1/+1
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-8/+8
2021-02-02Rollup merge of #81022 - seanchen1991:feat/frames-iter, r=KodrAusJonas Schievink-38/+92
2021-02-02Fix AArch64 types in std::os::rawAmanieu d'Antras-8/+8
2021-02-01Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-seJonas Schievink-12/+10
2021-02-01Rollup merge of #78641 - the8472:buffered-copy, r=sfacklerJonas Schievink-8/+138
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-0/+38
2021-01-31Fix calling convention for CRT startupArlie Davis-12/+10
2021-01-31Rollup merge of #81549 - est31:wording_fix, r=jonas-schievinkJonas Schievink-7/+7
2021-01-31specialize io::copy to use the memory of the writer if it is a BufWriterThe8472-8/+138
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+5
2021-01-31Auto merge of #81478 - sivadeilra:windows_dll_imports, r=m-ou-sebors-71/+95
2021-01-31Rollup merge of #81550 - xfix:replace-mention-of-predecessor, r=jonas-schievinkJonas Schievink-4/+4
2021-01-31Rollup merge of #78044 - oberien:empty-seek, r=m-ou-seJonas Schievink-2/+37
2021-01-30impl Seek for Emptyoberien-2/+37
2021-01-30Replace predecessor with range in collections documentationKonrad Borowski-4/+4
2021-01-30Misc ip documentation fixesest31-7/+7
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-1/+0
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+17
2021-01-30Expose correct symlink API on WASIIngvar Stepanyan-9/+5