index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-08-05
Add fallback for cfg(unix) targets that do not define libc::_SC_IOV_MAX.
Adam Reichold
-0
/
+7
2020-08-05
Rely only on POSIX semantics for I/O vector count
Adam Reichold
-17
/
+3
2020-08-05
Reduce synchronization overhead of I/O vector count memoization
Adam Reichold
-10
/
+14
2020-08-05
Memoize the I/O vector count limit
Adam Reichold
-12
/
+17
2020-08-05
Query maximum vector count on Linux and macOS
Adam Reichold
-2
/
+36
2020-08-05
Fix wasi::fs::OpenOptions to imply write when append is on
Yuto Kawamura
-3
/
+5
2020-08-05
Remove unused FromInner impl for Ipv4Addr
Lzu Tao
-5
/
+0
2020-08-05
Make doctests of Ipv4Addr::from(u32) easier to read
Lzu Tao
-4
/
+4
2020-08-05
Use u32::from_ne_bytes to fix a FIXME
Lzu Tao
-9
/
+3
2020-08-04
Fix the documentation for move about Fn traits implementations
Alexis Bourget
-2
/
+6
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-12
/
+19
2020-08-03
Merge branch 'master' into remove-in-place-alloc
Tim Diekmann
-31
/
+36
2020-08-02
Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC
Manish Goregaokar
-4
/
+4
2020-08-02
fix typos
liuzhenyu
-4
/
+4
2020-08-01
Add missing import to Rc
Leon Matthes
-0
/
+1
2020-08-01
Add missing period
Leon Matthes
-1
/
+1
2020-08-01
Document that slice means pointer to a sequence
Leon Matthes
-2
/
+15
2020-07-31
Fix std::fs::File::metadata permission on WASI target
Shen-Ta Hsieh
-0
/
+1
2020-07-31
Auto merge of #74926 - Manishearth:rename-lint, r=jyn514
bors
-1
/
+0
2020-07-30
Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum
bors
-14
/
+16
2020-07-30
Remove deny for intra doc link failures from library code, it's no longer nec...
Manish Goregaokar
-1
/
+0
2020-07-30
Rename in library
Manish Goregaokar
-1
/
+1
2020-07-29
Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikom...
Manish Goregaokar
-4
/
+4
2020-07-29
Disallow missing unsafe blocks in unsafe fn in panicking.rs
Alexis Bourget
-7
/
+49
2020-07-29
Simplify implementations of `AllocRef` for `Global` and `System`
Tim Diekmann
-124
/
+73
2020-07-29
Update `fs::remove_file` docs
Imbolc
-0
/
+1
2020-07-29
Rollup merge of #74814 - matklad:unwind-safe, r=KodrAus
Yuki Okushi
-1
/
+3
2020-07-28
std: Switch from libbacktrace to gimli
Alex Crichton
-14
/
+16
2020-07-28
Add note to clearly mark the RFC as rejected
Alexis Bourget
-0
/
+6
2020-07-28
Remove links to rejected errata 4406 for RFC 4291
Alexis Bourget
-6
/
+0
2020-07-28
Update stdarch submodule
Alex Crichton
-9
/
+9
2020-07-28
Change Debug impl of SocketAddr and IpAddr to match their Display output
Lukas Kalbertodt
-2
/
+16
2020-07-28
Improve `f32` and `f64` primitive documentation
Lukas Kalbertodt
-3
/
+41
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-66
/
+115
2020-07-28
adjust remaining targets
Stefan Lankes
-2
/
+2
2020-07-28
Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy
Aleksey Kladov
-1
/
+3
2020-07-28
Get pointer from address of c directly
Lzu Tao
-2
/
+2
2020-07-28
Make use of macro to avoid repetition
Lzu Tao
-23
/
+10
2020-07-28
Remove redundant len binding
Lzu Tao
-3
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+110977
[prev]