rust/src/libstd
Mazdak Farrokhzad 975a7f01f0
Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk
Stabilize min_const_unsafe_fn in 1.33

Fixes #55607

r? @oli-obk
2018-12-23 23:09:14 +01:00
..
collections Rollup merge of #57050 - RyanMarcus:master, r=zackmdavis 2018-12-23 02:12:25 +08:00
ffi Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=Centril 2018-12-15 10:17:30 +01:00
io Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdreavus 2018-12-23 02:11:59 +08:00
net Address unused variables warning with TcpStream 2018-12-11 11:18:55 +00:00
os Add FreeBSD unsigned char platforms to std::os::raw 2018-12-09 01:37:57 +03:00
prelude Reformat std prelude source to show it is the sum of core and alloc preludes 2018-07-07 23:16:27 +02:00
sync Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
sys Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=alexcrichton 2018-12-23 02:12:07 +08:00
sys_common std: Use rustc_demangle from crates.io 2018-12-14 15:15:53 -08:00
tests Breaking change upgrades 2018-09-04 13:22:08 -06:00
thread Auto merge of #56157 - RalfJung:park, r=nagisa 2018-12-10 12:19:47 +00:00
alloc.rs Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs Auto merge of #56568 - notriddle:master, r=alexcrichton 2018-12-14 13:44:15 +00:00
Cargo.toml std: Use rustc_demangle from crates.io 2018-12-14 15:15:53 -08:00
env.rs cleanup: remove static lifetimes from consts in libstd 2018-12-04 10:21:42 +01:00
error.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
f32.rs rename div_euc -> div_euclid, and mod_euc -> rem_euclid 2018-12-17 16:41:48 -08:00
f64.rs rename div_euc -> div_euclid, and mod_euc -> rem_euclid 2018-12-17 16:41:48 -08:00
fs.rs Fix doc of std::fs::canonicalize 2018-12-15 18:51:08 +01:00
future.rs Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08:00
keyword_docs.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
lib.rs Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk 2018-12-23 23:09:14 +01:00
macros.rs stabilize std::dbg!(...) 2018-12-01 02:54:09 +01:00
memchr.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
panicking.rs Update panic message to be clearer about env-vars 2018-12-13 23:07:04 +00:00
path.rs Fix feature gate to point to 1.32.0 for path_from_str 2018-12-21 11:33:59 -02:00
primitive_docs.rs std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
process.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
rt.rs Remove dead code 2018-12-14 18:35:39 +01:00
time.rs Add checked_sub for Instant and SystemTime 2018-12-13 15:25:14 +01:00