about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-12-09Improve comment grammarThe8472-2/+2
2020-12-09implement better availability probing for copy_file_rangeThe8472-34/+48
2020-12-09Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisabors-13/+0
2020-12-09Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieubors-15/+57
2020-12-09Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertjbors-14/+53
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-73/+70
2020-12-08Add (internal-only) SyncOnceCell::get_or_init_pin.Mara Bos-0/+55
2020-12-08Remove unnecessary import of `crate::marker` in std::sys_common::remutex.Mara Bos-2/+1
2020-12-08Fix outdated comment about not needing to flush stderr.Mara Bos-7/+3
2020-12-07Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key methodChai T. Rex-3/+6
2020-12-07Fix net.rs - rsplitn() returns a reverse iteratorEric Arellano-2/+1
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-3/+2
2020-12-06Auto merge of #79650 - the8472:fix-take, r=dtolnaybors-16/+54
2020-12-04Auto merge of #79673 - ijackson:intoinnerintoinnererror, r=m-ou-sebors-0/+49
2020-12-04IntoInnerError: Provide into_errorIan Jackson-0/+21
2020-12-04IntoInnerError: Provide into_partsIan Jackson-0/+24
2020-12-04std: impl of `Write` for `&mut [u8]`: document the buffer full errorIan Jackson-0/+4
2020-12-04BufWriter: Provide into_raw_partsIan Jackson-0/+73
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-10/+10
2020-12-04Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514Dylan DPC-2/+2
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-0/+1
2020-12-03Make the kernel_copy tests more robust/concurrent.Edd Barrett-8/+11
2020-12-03fix copy specialization not updating Take wrappersThe8472-14/+45
2020-12-02update test to check Take limits after copyingThe8472-2/+9
2020-12-02Auto merge of #69864 - LinkTed:master, r=Amanieubors-1771/+3098
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-2/+2
2020-12-01Rollup merge of #79600 - nicokoch:kernel_copy_unixstream, r=m-ou-seGuillaume Gomez-0/+58
2020-12-01Leverage kernel copy for UnixStreamNicolas Koch-0/+29
2020-12-01Add benchmark for File to UnixStream copyNicolas Koch-0/+29
2020-12-01Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matkladMara Bos-0/+6
2020-12-01Update rustc version that or_insert_with_key landedChai T. Rex-1/+1
2020-11-28Remove now-unnecessary `miri_static_root` invocationoli-13/+0
2020-11-28Rollup merge of #79383 - abdnh:patch-1, r=shepmasterJonas Schievink-2/+2
2020-11-28Rollup merge of #78086 - poliorcetics:as-placeholder, r=Mark-SimulacrumJonas Schievink-3/+14
2020-11-28Stabilize unsafe_cell_get_mutEllen-1/+0
2020-11-27Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as constChristiaan Dirkx-22/+27
2020-11-27Move {f32,f64}::clamp to core.Mara Bos-70/+0
2020-11-26Add comment for the previous android bug fixLinkTed-0/+4
2020-11-26Move const ip in ui test to unit testDaiki Ihara-0/+6
2020-11-26Add while loop keyword to see alsoIvan Tham-2/+6
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-1/+2
2020-11-25Fix typo in keyword linkIvan Tham-1/+1
2020-11-25Link loop/for keywordIvan Tham-0/+6
2020-11-25Fix bold code formatting in keyword docsabdo-2/+2
2020-11-24Bug fix for android platform, because of the wrong behavior of CMSG_NXTHDRLinkTed-0/+19
2020-11-24ext/ucred: fmt checkWilliam Woodruff-26/+8
2020-11-24ext/ucred: Support PID in peer creds on macOSWilliam Woodruff-5/+65
2020-11-24Rollup merge of #79351 - Takashiidobe:keyword-docs-typo, r=m-ou-seJonas Schievink-1/+1
2020-11-24Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrumbors-10/+35
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+2