about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2020-11-20std: Update the backtrace crate submoduleAlex Crichton-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-18Rollup merge of #78361 - DevJPM:master, r=workingjubileeMara Bos-25/+45
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-3/+62
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-3/+59
2020-11-17Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrumbors-58/+86
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-58/+86
2020-11-15Add column number support to Backtraceest31-2/+13
2020-11-15Auto merge of #78472 - hermitcore:builtins, r=Mark-Simulacrumbors-0/+2
2020-11-15add options to use optimized and mangled compiler builtinsStefan Lankes-0/+2
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
2020-11-13Tighten the bounds on atomic Ordering in std::sys::unix::weakThom Chiovoloni-6/+40
2020-11-13Always handle EOVERFLOW by falling back to the generic copy loopThe8472-11/+9
2020-11-13do direct splice syscall and probe availability to get android builds to workThe8472-4/+72
2020-11-13move sendfile/splice/copy_file_range into kernel_copy moduleThe8472-153/+150
2020-11-13limit visibility of copy offload helpers to sys::unix moduleThe8472-7/+7
2020-11-13move copy specialization tests to their own moduleThe8472-181/+182
2020-11-13move copy specialization into sys::unix moduleThe8472-392/+435
2020-11-13add benchmarksThe8472-1/+131
2020-11-13reduce syscalls by inferring FD types based on source struct instead of calli...The8472-93/+158
2020-11-13add forwarding specializations for &mut variantsThe8472-0/+21
2020-11-13prioritize sendfile over splice since it results in fewer context switches wh...The8472-16/+16
2020-11-13move tests module into separate fileThe8472-57/+52
2020-11-13hide unused exports on other platformsThe8472-5/+5
2020-11-13specialize io::copy to use copy_file_range, splice or sendfileThe8472-80/+540
2020-11-13Rollup merge of #77996 - tkaitchuck:master, r=m-ou-seGuillaume Gomez-3/+3