rust/src/libcore
kennytm 4924fea202
Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus
Add some explanations for #[must_use]

`#[must_use]` can be given a string argument which is shown whilst warning for things.

We should add a string argument to most of the user-exposed ones.

I added these for everything but the operators, mostly because I'm not sure what to write there or if we need anything there.
2018-05-09 20:29:46 +08:00
..
benches
char Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler 2018-04-24 11:57:05 +08:00
fmt Add explanation for #[must_use] on Debug builders 2018-05-07 10:26:28 -07:00
hash
iter Fix some broken links in docs. 2018-04-29 10:15:40 -07:00
num Add more logarithm constants 2018-05-08 13:40:17 -04:00
ops new() should be const; start()/end() after iteration is unspecified. 2018-05-01 01:45:18 +08:00
prelude Replace StrExt with inherent str methods in libcore 2018-04-21 09:47:37 +02:00
slice Move the tests in src/libcore/slice/memchr.rs as well. 2018-05-06 02:34:07 +08:00
str Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton 2018-04-22 00:01:29 +00:00
sync Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton 2018-04-19 23:08:16 +00:00
tests Rollup merge of #50464 - est31:master, r=rkruppe 2018-05-09 20:29:44 +08:00
unicode Fix a warning in libcore on 16bit targets. 2018-05-01 17:48:31 +03:00
alloc.rs Remove Alloc::oom 2018-04-22 10:08:49 -07:00
any.rs
array.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
ascii.rs
borrow.rs
Cargo.toml
cell.rs Assign the tracking issue 2018-04-23 20:34:49 +02:00
clone.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
cmp.rs Add more doc aliases 2018-04-26 12:56:10 +02:00
convert.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
default.rs
hint.rs Stabilize core::hint::unreachable_unchecked. 2018-04-16 18:29:40 +08:00
internal_macros.rs Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) 2018-04-21 09:47:38 +02:00
intrinsics.rs Stabilize core::hint::unreachable_unchecked. 2018-04-16 18:29:40 +08:00
iter_private.rs
lib.rs Added some simple documentation. 2018-05-06 03:29:19 +08:00
macros.rs update concat_idents doc stubs 2018-05-03 06:49:30 -04:00
marker.rs Unpin: Fix references to Pin type 2018-05-07 14:30:29 +02:00
mem.rs Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obk 2018-05-09 17:25:25 +08:00
nonzero.rs
option.rs
panic.rs
panicking.rs
ptr.rs Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm 2018-05-01 01:18:36 +08:00
raw.rs
result.rs Add explanation for #[must_use] on Result 2018-05-07 10:26:28 -07:00
time.rs Move libcore/time tests from time.rs to tests/time.rs 2018-05-06 02:34:07 +08:00
tuple.rs
unit.rs