rust/src/libcore
bors 4c371bb6de Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichton
I had to modify some tests : since `wtf8buf_show` and `wtf8_show` were doing the exact same thing, I repurposed `wtf8_show` to `wtf8buf_show_str` which ensures `Wtf8Buf` `Debug`-formats the same as `str`.

`write_str_escaped` might also be shared amongst other `fmt` but I just left it there within `Wtf8::fmt` for review.
2015-07-28 10:28:45 +00:00
..
fmt Fix escaping of characters in Debug for OsStr 2015-07-27 19:57:28 +02:00
hash Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton 2015-07-28 05:38:53 +00:00
num std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00
str Inline eq_slice_() into eq_slice() 2015-07-21 18:30:18 +02:00
any.rs Auto merge of #26725 - tshepang:patch-2, r=bluss 2015-07-02 21:56:28 +00:00
array.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00
atomic.rs impl Debug for Atomic types 2015-07-20 14:11:38 -03:00
cell.rs Remove confusing 'mutability root' term 2015-07-17 18:50:42 -04:00
char.rs Add unstable attribute to char::from_u32_unchecked 2015-07-24 01:58:38 +02:00
clone.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
cmp.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
default.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
intrinsics.rs Register new snapshots (2015-07-26 a5c12f4). 2015-07-27 13:31:48 +03:00
iter.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
lib.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00
macros.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
marker.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
mem.rs Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton 2015-07-05 20:37:26 +00:00
nonzero.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ops.rs Rollup merge of #27238 - steveklabnik:gh26927, r=huonw 2015-07-24 14:56:03 -04:00
option.rs option: obey idiom of leaving behind a trailing comma in match blocks 2015-07-05 20:27:13 +02:00
panicking.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
prelude.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ptr.rs std: Deprecate a number of unstable features 2015-07-27 16:38:25 -07:00
raw.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
result.rs Reference issue #27277 on Result::expect 2015-07-25 15:02:21 +08:00
simd.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
slice.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00
tuple.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00