<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/tests/fmt, branch 1.30.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.30.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.30.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-13T13:53:06+00:00</updated>
<entry>
<title>Add hexadecimal formatting of integers with fmt::Debug</title>
<updated>2018-03-13T13:53:06+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-13T13:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4897935e8645e5f1d9d9ef61c78a1cb019c44f89'/>
<id>urn:sha1:4897935e8645e5f1d9d9ef61c78a1cb019c44f89</id>
<content type='text'>
This can be used for integers within a larger types which implements Debug
(possibly through derive) but not fmt::UpperHex or fmt::LowerHex.

```rust
assert!(format!("{:02x?}", b"Foo\0") == "[46, 6f, 6f, 00]");
assert!(format!("{:02X?}", b"Foo\0") == "[46, 6F, 6F, 00]");
```

RFC: https://github.com/rust-lang/rfcs/pull/2226
</content>
</entry>
<entry>
<title>Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay</title>
<updated>2017-12-20T13:21:59+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-12-20T13:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16095b3601a16262df8d96863b6235cba23a3f96'/>
<id>urn:sha1:16095b3601a16262df8d96863b6235cba23a3f96</id>
<content type='text'>
Always `Debug` floats with a decimal point

Fixes #30967

r? @dtolnay
</content>
</entry>
<entry>
<title>Always print floats with a decimal point with the Debug formatter</title>
<updated>2017-12-19T01:35:35+00:00</updated>
<author>
<name>Diggory Blake</name>
<email>diggsey@googlemail.com</email>
</author>
<published>2017-12-18T23:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e98f18280a9204f9476f3a7ffc83782ea81dfdf'/>
<id>urn:sha1:3e98f18280a9204f9476f3a7ffc83782ea81dfdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make fmt::DebugList and friends forward formatting parameters</title>
<updated>2017-11-24T13:17:31+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2017-11-24T08:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0e7ac37b29861911c2817da51c09764a384973b'/>
<id>urn:sha1:e0e7ac37b29861911c2817da51c09764a384973b</id>
<content type='text'>
For example, formatting slice of integers with `{:04?}`
should zero-pad each integer.
</content>
</entry>
<entry>
<title>Move libXtest into libX/tests</title>
<updated>2017-04-03T18:49:39+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-04-03T14:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13c744f30d1540f36a6437224d16e3aea0a2ff71'/>
<id>urn:sha1:13c744f30d1540f36a6437224d16e3aea0a2ff71</id>
<content type='text'>
This change moves:

1. `libcoretest` into `libcore/tests`
2. `libcollectionstest` into `libcollections/tests`

This is a follow-up to #39561.
</content>
</entry>
</feed>
