rust/src/libstd
bors a37126b90c Auto merge of #47042 - redox-os:redox, r=estebank
Redox - Implement rename using new system call

This does the following:

- Update syscall module to match upstream
- Implement rename using new system call
- Make readlink and symlink utilize O_CLOEXEC
- Make readlink and symlink not leave dangling file handles on failure
2018-01-02 11:22:40 +00:00
..
collections Remove Sync and Send implementation for RawTable 2017-12-13 14:53:39 +01:00
ffi Update miri to rustc changes 2017-12-06 09:25:29 +01:00
io Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik 2017-12-22 02:50:57 +08:00
net Reject superfluous :: in IPv6 addresses 2017-12-11 23:02:14 +00:00
os add aarch64-unknown-openbsd support 2017-12-17 19:48:31 +01:00
prelude Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
rand Update miri to rustc changes 2017-12-06 09:25:29 +01:00
sync Update miri to rustc changes 2017-12-06 09:25:29 +01:00
sys Auto merge of #47042 - redox-os:redox, r=estebank 2018-01-02 11:22:40 +00:00
sys_common Auto merge of #46713 - Manishearth:memchr, r=bluss 2017-12-31 16:38:10 +00:00
thread Update miri to rustc changes 2017-12-06 09:25:29 +01:00
time docs: do not call integer overflows as underflows 2017-12-21 02:39:01 +01:00
ascii.rs Fix doc typo for is_ascii_graphic 2017-12-30 21:27:43 +00:00
build.rs Add proper library dependencies for libstd on CloudABI. 2017-12-29 09:33:26 +01:00
Cargo.toml Update miri to rustc changes 2017-12-06 09:25:29 +01:00
env.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
error.rs Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
f32.rs Make core::f32/f64 docs match std. 2017-12-21 20:32:07 -05:00
f64.rs Make core::f32/f64 docs match std. 2017-12-21 20:32:07 -05:00
fs.rs fs::{read, read_string, write}: add tracking issue number 2017-12-08 19:28:13 +01:00
heap.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
lib.rs Auto merge of #46713 - Manishearth:memchr, r=bluss 2017-12-31 16:38:10 +00:00
macros.rs Fix docs mistake 2017-12-25 14:15:59 +01:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
panicking.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
path.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
primitive_docs.rs Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
process.rs Rollup merge of #46943 - malbarbo:process-test-busybox, r=alexcrichton 2017-12-26 15:18:59 +08:00
rt.rs Remove an unused import for cfg(not(feature = "backtrace")). 2017-12-28 14:49:31 +01:00
termination.rs Rework the exit failure and success declaration for wasm32 2017-12-26 12:26:39 +01:00