<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/fmt/mod.rs, branch 1.3.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.3.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-07-27T17:57:28+00:00</updated>
<entry>
<title>Fix escaping of characters in Debug for OsStr</title>
<updated>2015-07-27T17:57:28+00:00</updated>
<author>
<name>diaphore</name>
<email>diaphore@gmail.com</email>
</author>
<published>2015-07-26T17:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa8950427e522794dc5c0201c5e0d5bd2da1f0db'/>
<id>urn:sha1:aa8950427e522794dc5c0201c5e0d5bd2da1f0db</id>
<content type='text'>
Fixes #27211

Fix Debug for {char, str} in core::fmt
</content>
</entry>
<entry>
<title>Add trailing , for 1-tuples</title>
<updated>2015-07-10T19:03:52+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2015-07-10T19:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0ab164b80f8d559cfc96e1d1d3819993672cced'/>
<id>urn:sha1:b0ab164b80f8d559cfc96e1d1d3819993672cced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change tuple Debug impls to use builders</title>
<updated>2015-07-09T06:38:42+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2015-07-09T06:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bcbd169310556cfdc7b673df7992ba660ac4d3a'/>
<id>urn:sha1:0bcbd169310556cfdc7b673df7992ba660ac4d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make mention of alternate flags in std::fmt traits</title>
<updated>2015-07-08T16:40:54+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-07T13:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c5290389170cc024e1ecfb09efdd88ae0303d02'/>
<id>urn:sha1:6c5290389170cc024e1ecfb09efdd88ae0303d02</id>
<content type='text'>
https://www.reddit.com/r/rust/comments/3ceaui/psa_produces_prettyprinted_debug_output/
</content>
</entry>
<entry>
<title>Significantly improve formatter trait docs</title>
<updated>2015-07-06T21:26:59+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-06T17:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a6cd649b4d82c564bdd7699441aeb4d49058dc9'/>
<id>urn:sha1:3a6cd649b4d82c564bdd7699441aeb4d49058dc9</id>
<content type='text'>
Each formatting trait now has an example of implementation, as well as a
fuller description of what it's supposed to output.

It also contains a link to the module-level documentation which

Fixes #25765
</content>
</entry>
<entry>
<title>Auto merge of #26698 - alexcrichton:char-fmt, r=huonw</title>
<updated>2015-07-01T03:35:46+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-01T03:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fc0f685488ecf7590cfd85ffc67d5904d912d43'/>
<id>urn:sha1:1fc0f685488ecf7590cfd85ffc67d5904d912d43</id>
<content type='text'>
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
</content>
</entry>
<entry>
<title>std: Fix formatting flags for chars</title>
<updated>2015-07-01T02:26:03+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-07-01T02:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98566ea951fec6d359e2d98367d34c06e2243ee2'/>
<id>urn:sha1:98566ea951fec6d359e2d98367d34c06e2243ee2</id>
<content type='text'>
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
</content>
</entry>
<entry>
<title>fmt: Update docs and mention :#? pretty-printing</title>
<updated>2015-06-30T12:37:06+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>root@localhost</email>
</author>
<published>2015-06-30T12:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=516941b74f61f058625fab936ad0fd2c97943e22'/>
<id>urn:sha1:516941b74f61f058625fab936ad0fd2c97943e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Split apart the global `core` feature</title>
<updated>2015-06-17T16:06:59+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-09T18:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c14d86fd3ff3ba2d01a6e859290b30e74081313b'/>
<id>urn:sha1:c14d86fd3ff3ba2d01a6e859290b30e74081313b</id>
<content type='text'>
This commit shards the broad `core` feature of the libcore library into finer
grained features. This split groups together similar APIs and enables tracking
each API separately, giving a better sense of where each feature is within the
stabilization process.

A few minor APIs were deprecated along the way:

* Iterator::reverse_in_place
* marker::NoCopy
</content>
</entry>
<entry>
<title>Update mod.rs</title>
<updated>2015-06-14T03:32:04+00:00</updated>
<author>
<name>Wei-Ming Yang</name>
<email>rick68@users.noreply.github.com</email>
</author>
<published>2015-06-14T03:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f25185138c5e897dc0c8fd3c360efbba0aac72b'/>
<id>urn:sha1:7f25185138c5e897dc0c8fd3c360efbba0aac72b</id>
<content type='text'>
`FormatError` is not exist anymore.</content>
</entry>
</feed>
