<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/fmt, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-22T17:23:10+00:00</updated>
<entry>
<title>Apply clippy::redundant_pattern_matching suggestion</title>
<updated>2019-10-22T17:23:10+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>matti@marinelayer.io</email>
</author>
<published>2019-09-05T11:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1aa297b8be571eb3b9bf936d9de9ecb13b3eace'/>
<id>urn:sha1:e1aa297b8be571eb3b9bf936d9de9ecb13b3eace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #65478 - RalfJung:write, r=jonas-schievink</title>
<updated>2019-10-17T11:46:13+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-17T11:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f84bd4bc58aa400433f477412025a7fa7c63d3c'/>
<id>urn:sha1:4f84bd4bc58aa400433f477412025a7fa7c63d3c</id>
<content type='text'>
fmt::Write is about string slices, not byte slices

No idea why the docs talk about bytes, maybe a copy-paste error?
</content>
</entry>
<entry>
<title>fmt::Write is about string slices, not byte slices</title>
<updated>2019-10-16T21:24:38+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-10-16T21:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e490aaea7ee448d3eaacca291257735dfcf37c1d'/>
<id>urn:sha1:e490aaea7ee448d3eaacca291257735dfcf37c1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move debug_map assertions after check for err</title>
<updated>2019-10-10T00:01:47+00:00</updated>
<author>
<name>Ashley Mannix</name>
<email>ashleymannix@live.com.au</email>
</author>
<published>2019-10-09T14:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=959a6c1ca8dad937fe9653e4a7acd3108199b92e'/>
<id>urn:sha1:959a6c1ca8dad937fe9653e4a7acd3108199b92e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded `fn main` blocks from docs</title>
<updated>2019-10-01T11:55:46+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2019-10-01T11:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c1b447f2e67f5eae89394344ade698aca3ec7e6'/>
<id>urn:sha1:6c1b447f2e67f5eae89394344ade698aca3ec7e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Snap cfgs to new beta</title>
<updated>2019-09-25T12:42:46+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-25T12:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f359a94849f5a66be4e5058ad9f5a480623a4627'/>
<id>urn:sha1:f359a94849f5a66be4e5058ad9f5a480623a4627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `--cfg bootstrap` out of `rustc.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f95f460f6c35985bf7b3e6220b1370e0323312'/>
<id>urn:sha1:b3f95f460f6c35985bf7b3e6220b1370e0323312</id>
<content type='text'>
Instead let's do this via `RUSTFLAGS` in `builder.rs`. Currently
requires a submodule update of `stdarch` to fix a problem with previous
compilers.
</content>
</entry>
<entry>
<title>Add a "diagnostic item" scheme</title>
<updated>2019-08-29T23:00:55+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-05-19T18:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26e9990198d3c7262d58468f18a722920c897e35'/>
<id>urn:sha1:26e9990198d3c7262d58468f18a722920c897e35</id>
<content type='text'>
This allows lints and other diagnostics to refer to items
by a unique ID instead of relying on whacky path
resolution schemes that may break when items are
relocated.
</content>
</entry>
<entry>
<title>Make fmt-internal functions private</title>
<updated>2019-08-17T07:59:36+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-08-11T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0280e8ffcc6d58319c58506cd769e71ebdc79c06'/>
<id>urn:sha1:0280e8ffcc6d58319c58506cd769e71ebdc79c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make built-in derives opaque macros</title>
<updated>2019-08-17T07:59:36+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-08-09T20:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ee60af1ab6981e59eee4dd08bd508b4ae52c2e2'/>
<id>urn:sha1:6ee60af1ab6981e59eee4dd08bd508b4ae52c2e2</id>
<content type='text'>
</content>
</entry>
</feed>
