<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/num/mod.rs, branch 1.34.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-04-07T20:33:24+00:00</updated>
<entry>
<title>Vastly simplify TryFrom docs.</title>
<updated>2019-04-07T20:33:24+00:00</updated>
<author>
<name>Simon Heath</name>
<email>icefox@dreamquest.io</email>
</author>
<published>2019-02-27T14:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5b7384886e62faa4970e369932d3c89c6bf02ad'/>
<id>urn:sha1:a5b7384886e62faa4970e369932d3c89c6bf02ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Incorporated review changes.</title>
<updated>2019-04-07T20:33:24+00:00</updated>
<author>
<name>Simon Heath</name>
<email>icefox@dreamquest.io</email>
</author>
<published>2019-02-27T04:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b39be2cf240f3f209d4e69d439c24693acc98d5'/>
<id>urn:sha1:7b39be2cf240f3f209d4e69d439c24693acc98d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of heckin' trailing whitespace</title>
<updated>2019-04-07T20:33:24+00:00</updated>
<author>
<name>Simon Heath</name>
<email>icefoxen@gmail.com</email>
</author>
<published>2019-02-01T02:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e26fc87a70fd139364faa43264719e4583d1dca6'/>
<id>urn:sha1:e26fc87a70fd139364faa43264719e4583d1dca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic docs to integer TryFrom impl macros.</title>
<updated>2019-04-07T20:33:24+00:00</updated>
<author>
<name>Simon Heath</name>
<email>icefoxen@gmail.com</email>
</author>
<published>2019-01-31T01:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad93f05643ea15a79529f3b7550b49f2b539a471'/>
<id>urn:sha1:ad93f05643ea15a79529f3b7550b49f2b539a471</id>
<content type='text'>
They're not as good as `From` 'cause they don't stringify
the types and generate examples and so on, but it's a start.
</content>
</entry>
<entry>
<title>Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton</title>
<updated>2019-02-25T20:24:10+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-02-25T20:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00aae71f503b1ab592f48de47dd30912f3858748'/>
<id>urn:sha1:00aae71f503b1ab592f48de47dd30912f3858748</id>
<content type='text'>
Stabilize TryFrom and TryInto with a convert::Infallible empty enum

This is the plan proposed in https://github.com/rust-lang/rust/issues/33417#issuecomment-423073898
</content>
</entry>
<entry>
<title>Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton</title>
<updated>2019-02-20T04:01:58+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2019-02-20T04:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1a17f5c6663a6a22a58505a6a925b44dfc016e9'/>
<id>urn:sha1:a1a17f5c6663a6a22a58505a6a925b44dfc016e9</id>
<content type='text'>
Make overflowing and wrapping negation const

Remember that the signed and unsigned versions are slightly different here, so there's four functions made const instead of just two.
</content>
</entry>
<entry>
<title>Stabilize TryFrom and TryInto</title>
<updated>2019-02-13T17:00:18+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2019-02-08T14:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c80a8f51dcdc90dd8a5234f3bef6160814eee5df'/>
<id>urn:sha1:c80a8f51dcdc90dd8a5234f3bef6160814eee5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use convert::Infallible instead of never in the blanket TryFrom impl</title>
<updated>2019-02-13T17:00:18+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2019-02-08T13:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f7120397f5178fd3b389c2551a03991f3f4ee31'/>
<id>urn:sha1:2f7120397f5178fd3b389c2551a03991f3f4ee31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik</title>
<updated>2019-02-12T19:09:24+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-02-12T19:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b244f61b77c42d7be695afd7901ee4418559e518'/>
<id>urn:sha1:b244f61b77c42d7be695afd7901ee4418559e518</id>
<content type='text'>
Cosmetic improvements to doc comments

This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase).

r? @steveklabnik

Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far!
</content>
</entry>
<entry>
<title>libs: doc comments</title>
<updated>2019-02-10T23:57:25+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-09T22:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99ed06eb8864e704c4a1871ccda4648273bee4ef'/>
<id>urn:sha1:99ed06eb8864e704c4a1871ccda4648273bee4ef</id>
<content type='text'>
</content>
</entry>
</feed>
