rust/src/libstd
Pietro Albini 0ceeb1be31
Rollup merge of #51973 - estk:master, r=abonander
Make Stdio handle UnwindSafe

Closes  #51863

This is my first compiler PR. Thanks Niko for the mentor help!

r? @nikomatsakis
2018-07-03 11:31:03 +02:00
..
collections Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
ffi Fix stability attributes 2018-06-29 14:50:00 +03:00
io Rollup merge of #51973 - estk:master, r=abonander 2018-07-03 11:31:03 +02:00
net Remove the deprecated std::net::{lookup_host,LookupHost} 2018-05-03 16:24:21 -07:00
os Add doc links to `std::os` extension traits 2018-04-14 15:32:24 -07:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
sync Rename alloc::arc to alloc::sync, to match std::sync 2018-06-29 14:01:33 +02:00
sys Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichton 2018-07-03 11:30:59 +02:00
sys_common Make Stdio handle UnwindSafe 2018-07-02 12:54:30 -07:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread Auto merge of #51290 - Pslydhh:master, r=alexcrichton 2018-06-29 07:34:13 +00:00
Cargo.toml Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
alloc.rs Fix inconsequential typo in GlobalAlloc doc example 2018-06-29 03:12:02 +01:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs Use in-tree libbacktrace on Fuchsia 2018-06-29 18:04:26 -07:00
env.rs env: remove unwrap in examples in favor of try op 2018-05-14 12:56:18 +02:00
error.rs Fix doc links 2018-06-27 20:22:49 +02:00
f32.rs Clarify rational behind current implementation of `.mod_euc()` 2018-06-26 13:09:56 +02:00
f64.rs Clarify rational behind current implementation of `.mod_euc()` 2018-06-26 13:09:56 +02:00
fs.rs Remove feature flag from fs::read_to_string example 2018-06-01 08:24:36 -04:00
future.rs `PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and `map_unchecked` 2018-06-23 18:29:56 +02:00
keyword_docs.rs Add doc for fn keyword 2018-06-15 23:23:11 +02:00
lib.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
macros.rs Add sentence to compile_error!() docs 2018-06-25 10:34:00 +02:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs `PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and `map_unchecked` 2018-06-23 18:29:56 +02:00
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
path.rs Stabilize std::path::Path:ancestors 2018-06-18 19:49:45 +02:00
primitive_docs.rs make std::str link into See also link 2018-05-09 18:30:32 -04:00
process.rs Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum 2018-04-24 11:56:59 +08:00
rt.rs Address review comments 2018-03-19 11:41:28 +09:00
time.rs Stabilize SystemTime::UNIX_EPOCH 2018-05-28 18:24:01 -06:00