about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
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-01Fix SGX CIJethro Beekman-1/+4
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-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+77
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
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-4936/+9
2020-11-23Fix typo in keyword docs for traitstakashiidobe-1/+1
2020-11-23Add doc for 'as _' about '_' and its possibilities and problemsAlexis Bourget-3/+14
2020-11-23Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnaybors-2/+4
2020-11-23Auto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrumbors-0/+1
2020-11-23Bump version to 1.50.0Christiaan Dirkx-2/+2
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-2/+4
2020-11-22Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-sebors-2/+0
2020-11-22Drop support for cloudabi targetsLzu Tao-4936/+9
2020-11-22Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-seMara Bos-1/+0
2020-11-22Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrumbors-5/+3
2020-11-22Stabilize refcell_takeThinkChaos-1/+0
2020-11-22Reduce branching in write_vectored for BufWriterMikhail Zabaluev-14/+9
2020-11-22Fix is_write_vectored in LineWriterShimMikhail Zabaluev-1/+7
2020-11-22Make is_write_vectored return true for BufWriterMikhail Zabaluev-1/+1
2020-11-22Optimize write_vectored for BufWriterMikhail Zabaluev-12/+50
2020-11-22Stabilise `then`varkor-1/+0
2020-11-22Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcmbors-5/+2
2020-11-21Auto merge of #79237 - alexcrichton:update-backtrace, r=Mark-Simulacrumbors-3/+3
2020-11-21Auto merge of #79003 - petrochenkov:innertest, r=estebankbors-3/+3