rust/src/libstd
kennytm 11484c6a6a
Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNN
Idiomatic improvements to IP method

Since match ergonomics and slice patterns are stable this might be more idiomatic modern Rust implementations of these methods? Or well, slice patterns with `..` are not stabilized yet, so maybe we want to specify all fields but with `_`?
2018-08-14 23:59:13 +08:00
..
collections Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
ffi Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
io avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex 2018-08-08 18:12:33 +02:00
net Replace _.. with just .. in slice pattern 2018-08-10 23:42:33 +02:00
os Add aarch64-unknown-netbsd target 2018-08-07 12:03:42 -05: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 Remove references to `StaticMutex` which got removed a while ago 2018-08-06 12:34:00 +02:00
sys Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichton 2018-08-14 23:59:05 +08:00
sys_common avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex 2018-08-08 18:12:33 +02:00
tests Use str::repeat 2018-07-27 23:26:36 +09:00
thread avoid using the word 'initialized' to talk about that non-reentrant-capable state of the mutex 2018-08-08 18:12:33 +02:00
Cargo.toml Remove the unstable std_unicode crate, deprecated since 1.27 2018-07-30 18:18:04 +02:00
alloc.rs Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
ascii.rs Remove unstable and deprecated APIs 2018-07-30 18:18:23 +02:00
build.rs Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa 2018-07-06 20:05:23 +00:00
env.rs make reference to dirs crate clickable in terminals 2018-07-12 12:48:10 +02:00
error.rs Add missing dyn in tests 2018-07-11 09:11:39 +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 Edit code example for File::open 2018-07-08 16:07:09 +02:00
future.rs Remove unnecessary local in await! macro 2018-08-02 13:07:55 -07:00
keyword_docs.rs Add let keyword doc 2018-08-11 20:06:46 +02:00
lib.rs [nll] libstd: enable feature(nll) for bootstrap 2018-08-10 06:27:10 -04:00
macros.rs Remove unnecessary local in await! macro 2018-08-02 13:07:55 -07:00
memchr.rs
num.rs Stabilize num::NonZeroU* 2018-05-16 19:11:31 +02:00
panic.rs Deny bare trait objects in `src/libstd`. 2018-07-10 20:35:36 +02:00
panicking.rs Deny bare trait objects in `src/libstd`. 2018-07-10 20:35:36 +02:00
path.rs Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
primitive_docs.rs make std::str link into See also link 2018-05-09 18:30:32 -04:00
process.rs Fix indent 2018-08-11 13:02:49 -07:00
rt.rs Deny bare trait objects in `src/libstd`. 2018-07-10 20:35:36 +02:00
time.rs Stabilize SystemTime::UNIX_EPOCH 2018-05-28 18:24:01 -06:00