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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-27
Add a feature gate for basic function pointer use in `const fn`
Dylan MacKenzie
-0
/
+1
2020-09-25
Add new feature gate to standard library
Dylan MacKenzie
-0
/
+1
2020-09-23
Make delegation methods of `std::net::IpAddr` unstable const
Christiaan Dirkx
-0
/
+1
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+2
2020-09-21
Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung
Ralf Jung
-0
/
+1
2020-09-20
Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`
Daniel Henry-Mantilla
-0
/
+1
2020-09-20
Rollup merge of #76866 - est31:master, r=lcnr
Ralf Jung
-3
/
+0
2020-09-20
Remove some unused features from alloc core and std
est31
-2
/
+0
2020-09-18
Remove unused libc feature gate
est31
-1
/
+0
2020-09-17
Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm
bors
-0
/
+1
2020-09-16
Avoid creating `&mut`s in Windows ReentrantMutex.
Mara Bos
-0
/
+1
2020-09-14
Stabilize doc_alias feature
Guillaume Gomez
-1
/
+1
2020-09-12
Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfackler
bors
-1
/
+0
2020-09-03
Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse
Dylan DPC
-0
/
+1
2020-09-01
Make methods unstable const under `const_ipv4`
CDirkx
-0
/
+1
2020-09-01
Make all methods of `std::net::Ipv6Addr` const
CDirkx
-0
/
+1
2020-08-27
forgot to remove a cfg(not(bootstrap))
Pietro Albini
-1
/
+1
2020-08-25
Stabilize future readiness fns
Yoshua Wuyts
-1
/
+0
2020-08-23
Convert str -> prim@str in `std`
Joshua Nelson
-0
/
+1
2020-08-23
remove an unused feature flag
Ralf Jung
-1
/
+1
2020-08-12
Move to intra doc links whenever possible within std/src/lib.rs
Alexis Bourget
-40
/
+27
2020-08-10
Transmute between big endian `s6_addr` and `[u16; 8]`.
Lzu Tao
-0
/
+1
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-0
/
+3
2020-07-31
Auto merge of #74926 - Manishearth:rename-lint, r=jyn514
bors
-1
/
+0
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-28
std: Switch from libbacktrace to gimli
Alex Crichton
-0
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+565