about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-4935/+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-4935/+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 #79003 - petrochenkov:innertest, r=estebankbors-3/+3
2020-11-20We missed 1.49.0, so bump version to 1.50.0Jacob Kiesel-2/+2
2020-11-20rustc_expand: Mark inner `#![test]` attributes as soft-unstableVadim Petrochenkov-3/+3
2020-11-20Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-sebors-0/+1
2020-11-20Auto merge of #79196 - RalfJung:syscall, r=m-ou-sebors-1/+1
2020-11-20Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebankbors-0/+1
2020-11-19Bump bootstrap compiler versionJake Goulding-5/+3
2020-11-20unix/weak: pass arguments to syscall at the given typeRalf Jung-1/+1
2020-11-19Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrumbors-60/+67
2020-11-19Extend meta parameters to all generated code in compat_fn.Josh Matthews-0/+1
2020-11-19Auto merge of #79002 - est31:backtrace_colno, r=dtolnaybors-2/+13
2020-11-19Make std::future a re-export of core::futureTaiki Endo-20/+2
2020-11-18Add #[cold] to `abort` and `handle_alloc_error`BenoƮt du Garreau-0/+1
2020-11-18Rollup merge of #79151 - wchargin:wchargin-io-write-docs, r=jyn514Mara Bos-2/+2
2020-11-18Rollup merge of #79039 - thomcc:weakly-relaxing, r=AmanieuMara Bos-6/+40
2020-11-18Rollup merge of #78785 - cuviper:weak-getrandom, r=m-ou-seMara Bos-18/+35
2020-11-17Fix typo in `std::io::Write` docsWilliam Chargin-2/+2
2020-11-17Auto merge of #79128 - m-ou-se:rollup-lzz1dym, r=m-ou-sebors-2/+61
2020-11-17Rollup merge of #79105 - petrochenkov:winlink, r=shepmasterMara Bos-0/+3
2020-11-17Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-SimulacrumMara Bos-2/+58
2020-11-17Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrumbors-1/+72
2020-11-16Use syscall! for copy_file_range tooJosh Stone-9/+9
2020-11-16Try weak symbols for all linux syscall! wrappersJosh Stone-17/+8
2020-11-16linux: try to use libc getrandom to allow interpositionJosh Stone-5/+31
2020-11-16std: Fix test `got_symlink_permission` on WindowsVadim Petrochenkov-0/+3
2020-11-16Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAusMara Bos-163/+57
2020-11-16Rollup merge of #77691 - exrook:rename-layouterr, r=KodrAusMara Bos-2/+2
2020-11-15Make the libstd build script smallerbjorn3-1/+72
2020-11-15Add column number support to Backtraceest31-2/+13
2020-11-15Rollup merge of #78988 - alexcrichton:one-more-intrinsic, r=sfacklerDylan DPC-1/+1
2020-11-14Disambiguate symlink argument namesDavid Tolnay-60/+67
2020-11-14Auto merge of #75272 - the8472:spec-copy, r=KodrAusbors-152/+930