summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-08-05Add fallback for cfg(unix) targets that do not define libc::_SC_IOV_MAX.Adam Reichold-0/+7
2020-08-05Rely only on POSIX semantics for I/O vector countAdam Reichold-17/+3
2020-08-05Reduce synchronization overhead of I/O vector count memoizationAdam Reichold-10/+14
2020-08-05Memoize the I/O vector count limitAdam Reichold-12/+17
2020-08-05Query maximum vector count on Linux and macOSAdam Reichold-2/+36
2020-08-05Fix wasi::fs::OpenOptions to imply write when append is onYuto Kawamura-3/+5
2020-08-05Remove unused FromInner impl for Ipv4AddrLzu Tao-5/+0
2020-08-05Make doctests of Ipv4Addr::from(u32) easier to readLzu Tao-4/+4
2020-08-05Use u32::from_ne_bytes to fix a FIXMELzu Tao-9/+3
2020-08-04Fix the documentation for move about Fn traits implementationsAlexis Bourget-2/+6
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-12/+19
2020-08-03Merge branch 'master' into remove-in-place-allocTim Diekmann-31/+36
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-4/+4
2020-08-02fix typosliuzhenyu-4/+4
2020-08-01Add missing import to RcLeon Matthes-0/+1
2020-08-01Add missing periodLeon Matthes-1/+1
2020-08-01Document that slice means pointer to a sequenceLeon Matthes-2/+15
2020-07-31Fix std::fs::File::metadata permission on WASI targetShen-Ta Hsieh-0/+1
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+0
2020-07-30Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrumbors-14/+16
2020-07-30Remove deny for intra doc link failures from library code, it's no longer nec...Manish Goregaokar-1/+0
2020-07-30Rename in libraryManish Goregaokar-1/+1
2020-07-29Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikom...Manish Goregaokar-4/+4
2020-07-29Disallow missing unsafe blocks in unsafe fn in panicking.rsAlexis Bourget-7/+49
2020-07-29Simplify implementations of `AllocRef` for `Global` and `System`Tim Diekmann-124/+73
2020-07-29Update `fs::remove_file` docsImbolc-0/+1
2020-07-29Rollup merge of #74814 - matklad:unwind-safe, r=KodrAusYuki Okushi-1/+3
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-14/+16
2020-07-28Add note to clearly mark the RFC as rejectedAlexis Bourget-0/+6
2020-07-28Remove links to rejected errata 4406 for RFC 4291Alexis Bourget-6/+0
2020-07-28Update stdarch submoduleAlex Crichton-9/+9
2020-07-28Change Debug impl of SocketAddr and IpAddr to match their Display outputLukas Kalbertodt-2/+16
2020-07-28Improve `f32` and `f64` primitive documentationLukas Kalbertodt-3/+41
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-66/+115
2020-07-28adjust remaining targetsStefan Lankes-2/+2
2020-07-28Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazyAleksey Kladov-1/+3
2020-07-28Get pointer from address of c directlyLzu Tao-2/+2
2020-07-28Make use of macro to avoid repetitionLzu Tao-23/+10
2020-07-28Remove redundant len bindingLzu Tao-3/+1
2020-07-27mv std libs to library/mark-0/+110977