rust/src/libcore
kennytm 83a6f38556 Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez
Document non-obvious behavior of fmt::UpperHex & co for negative integers

Before stabilization I’d have suggested changing the behavior,  but that time is past.
2017-11-28 03:16:50 +08:00
..
benches Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay 2017-11-17 07:43:08 +00:00
fmt Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez 2017-11-28 03:16:50 +08:00
hash Fix broken link markup in Hasher::finish docs 2017-11-10 20:58:03 +01:00
iter Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietMisdreavus 2017-11-21 03:03:28 +00:00
num Expand docs of <$Int>::from_str_radix, based on that of char::to_digit 2017-11-24 19:16:32 +01:00
ops Update books for next release 2017-11-20 08:30:22 -05:00
prelude
slice Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay 2017-11-17 07:43:08 +00:00
str Add missing links in FromStr docs 2017-11-13 23:25:52 +01:00
sync Change the stabilization version to 1.24.0 2017-11-27 19:24:13 +01:00
tests Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon 2017-11-20 08:29:46 +00:00
any.rs
array.rs
borrow.rs
Cargo.toml std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
cell.rs Add RefCell<T>::replace_with 2017-11-06 18:53:23 -08:00
char_private.rs
char.rs
clone.rs
cmp.rs
convert.rs
default.rs
internal_macros.rs
intrinsics.rs rustc: Add support for some more x86 SIMD ops 2017-11-25 11:03:13 -08:00
iter_private.rs
lib.rs add doc_highlight feature flag and tests 2017-11-17 22:50:15 +01:00
macros.rs Fix some docs summary nits 2017-11-20 14:46:31 -02:00
marker.rs core::marker fix typo 2017-11-24 03:04:57 -06:00
mem.rs
nonzero.rs
option.rs Refactor Option::filter method 2017-11-11 17:32:29 +03:00
panicking.rs
ptr.rs Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichton 2017-11-07 20:55:01 +00:00
raw.rs
result.rs
tuple.rs
unit.rs