rust/src/libstd
bors f25c2283b3 Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton
Make backtraces work on Redox, copying Unix implementation

The `backtrace/` directory here is the same as the Unix one, except for adding an implementation of `get_executable_filename`.
2017-08-15 19:27:29 +00:00
..
collections Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 2017-08-10 08:53:22 +00:00
ffi std: Stabilize the str_{mut,box}_extras feature 2017-07-25 07:10:42 -07:00
io Add missing links for Error docs 2017-08-10 23:14:49 +02:00
net Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler 2017-08-13 11:03:15 +02:00
os Exposed all platform-specific documentation. 2017-08-10 13:43:59 +08:00
prelude Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
rand Introduce tidy lint to check for inconsistent tracking issues 2017-06-16 20:40:40 +02:00
sync Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 2017-08-10 08:53:22 +00:00
sys Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton 2017-08-15 19:27:29 +00:00
sys_common addrinfo hint in lookup_host() needs clean initialization on all platforms 2017-08-07 09:07:26 -07:00
thread Indicate which stack size option has precedence. 2017-08-14 15:03:31 -04:00
time Fix grammar 2017-08-09 09:28:18 -07:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Make backtraces work on Redox, copying Unix implementation 2017-08-03 21:13:44 -07:00
Cargo.toml Switch to rust-lang-nursery/compiler-builtins 2017-07-05 07:08:36 -07:00
env.rs Move global vars changing tests into run-pass 2017-06-24 18:23:39 +03:00
error.rs Fixed errors in libstd. 2017-08-02 15:16:20 +01:00
f32.rs float_bits_conv made it into 1.20 2017-07-18 05:16:46 +02:00
f64.rs float_bits_conv made it into 1.20 2017-07-18 05:16:46 +02:00
fs.rs Fix some typos 2017-08-12 14:01:11 +02:00
heap.rs Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
lib.rs Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton 2017-08-13 03:00:20 +00:00
macros.rs Add complete doc example for include_str!. 2017-08-12 00:31:56 -04:00
memchr.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08: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 Fix some typos 2017-08-12 14:01:11 +02:00
panicking.rs Fix some typos 2017-08-12 14:01:11 +02:00
path.rs Emphasise that these functions look at the disk, not just the path 2017-08-02 15:40:08 +01:00
primitive_docs.rs Fix some typos 2017-08-12 14:01:11 +02:00
process.rs rustbuild: Use Cargo's "target runner" 2017-07-28 18:00:31 -07:00
rt.rs Switch to begin_panic again 2017-07-25 22:10:10 +02:00