rust/src/libstd
Mark Simulacrum d1ba747edc Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, r=GuillaumeGomez
Add a missing verb to the description of std::process::ExitStatus::success()

"Signal termination not considered" -> "Signal termination **is** not considered"

The first line of the description was rewrapped so it fits into 80 characters.
2017-07-24 09:16:35 -06:00
..
collections Add annotations to the resize fn #39791 2017-07-06 20:32:47 +01:00
ffi Rollup merge of #42227 - ollie27:into_to_from, r=aturon 2017-07-04 07:41:33 -06:00
io Remove mut where possible 2017-07-20 13:59:44 -04:00
net Implement TcpStream::connect_timeout 2017-07-06 19:35:49 -07:00
os Add x86_64-linux-android target 2017-04-20 16:29:59 -03: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 Correct some stability attributes 2017-07-10 02:07:29 +01:00
sys Rollup merge of #43304 - ids1024:path2, r=aturon 2017-07-18 09:41:34 -06:00
sys_common Fix backtrace on Redox 2017-07-13 20:07:37 -06:00
thread Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton 2017-07-15 06:14:11 +00:00
time Auto merge of #43256 - Others:patch-1, r=steveklabnik 2017-07-23 09:26:50 +00:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Fix Rustbuild linking on Illumos 2017-07-07 08:32:18 +03: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 Correct some stability attributes 2017-07-10 02:07:29 +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 libstd: remove redundant & from &Path::new(...) 2017-07-18 00:07:09 +08:00
heap.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
lib.rs Auto merge of #43055 - est31:stabilize_float_bits_conv, r=sfackler 2017-07-17 00:19:43 +00:00
macros.rs Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik 2017-07-12 06:58:43 -06: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 Changing error message for interior mutability, adding ui test 2017-06-07 01:38:05 +05:30
panicking.rs Fix the test failure, add comment, and refactor a little bit 2017-07-02 13:53:29 +02:00
path.rs Rollup merge of #43229 - kennytm:return-false-if-path-is-relative-hahaha, r=steveklabnik 2017-07-14 20:57:19 -07:00
primitive_docs.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
process.rs Add a missing verb to the description of std::process::ExitStatus::success(). 2017-07-21 08:44:53 +02:00
rt.rs Output line column info when panicking 2017-07-02 13:53:29 +02:00