<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/time, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-01-29T23:16:43+00:00</updated>
<entry>
<title>Move time::Duration to libcore</title>
<updated>2018-01-29T23:16:43+00:00</updated>
<author>
<name>Clar Charr</name>
<email>clar@charr.xyz</email>
</author>
<published>2017-12-11T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aab712cbc8f657f3e87dacd762d23c80e589ac95'/>
<id>urn:sha1:aab712cbc8f657f3e87dacd762d23c80e589ac95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #47300 - remexre:duration-constructors-as-const-fns, r=alexcrichton</title>
<updated>2018-01-24T10:39:25+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-01-24T10:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0dcecff90c45ad5d4eb60859e22bb3f1b03842a'/>
<id>urn:sha1:a0dcecff90c45ad5d4eb60859e22bb3f1b03842a</id>
<content type='text'>
Makes the constructors of Duration const fns.

This affects `Duration::new`, `Duration::from_secs`, `Duration::from_millis`, `Duration::from_micros`, and `Duration::from_nanos`.
</content>
</entry>
<entry>
<title>Fix Duration::subsec_millis and Duration::subsec_micros examples</title>
<updated>2018-01-12T05:38:24+00:00</updated>
<author>
<name>Neil Shen</name>
<email>overvenus@gmail.com</email>
</author>
<published>2018-01-12T05:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7cad7f6b3dbbd1a831cf86b149474e083f2727ba'/>
<id>urn:sha1:7cad7f6b3dbbd1a831cf86b149474e083f2727ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes whitespace.</title>
<updated>2018-01-09T21:31:25+00:00</updated>
<author>
<name>Nathaniel Ringo</name>
<email>remexre@gmail.com</email>
</author>
<published>2018-01-09T21:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c25178c9fd15a5dffdc91d1905e44e6c39e306aa'/>
<id>urn:sha1:c25178c9fd15a5dffdc91d1905e44e6c39e306aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes Duration constructor const fns other than new, reverts new to non-const.</title>
<updated>2018-01-09T21:09:54+00:00</updated>
<author>
<name>Nathaniel Ringo</name>
<email>remexre@gmail.com</email>
</author>
<published>2018-01-09T21:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7caf753d4413cb0ae7bc266fd89e56f1d3842857'/>
<id>urn:sha1:7caf753d4413cb0ae7bc266fd89e56f1d3842857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makes the constructors of Duration const fns.</title>
<updated>2018-01-09T20:21:45+00:00</updated>
<author>
<name>Nathaniel Ringo</name>
<email>remexre@gmail.com</email>
</author>
<published>2018-01-09T20:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2624c05acf93ca2b35dae7ae3770fd92b5dce4b5'/>
<id>urn:sha1:2624c05acf93ca2b35dae7ae3770fd92b5dce4b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: do not call integer overflows as underflows</title>
<updated>2017-12-21T01:39:01+00:00</updated>
<author>
<name>Trevor Spiteri</name>
<email>tspiteri@ieee.org</email>
</author>
<published>2017-12-21T01:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d6bd0536aed290f4fe80b42820fcf2463d2f8b3'/>
<id>urn:sha1:9d6bd0536aed290f4fe80b42820fcf2463d2f8b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay</title>
<updated>2017-12-20T13:21:58+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-12-20T13:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e98112af4e8b4068bcee6a54e28031fc92d6a3f'/>
<id>urn:sha1:5e98112af4e8b4068bcee6a54e28031fc92d6a3f</id>
<content type='text'>
Add Hash impl for SystemTime and Instant

Closes #46670.

Not sure how to actually test non-Linux platforms.
`rustc --target=i686-pc-windows-gnu --crate-name std --crate-type rlib src/libstd/lib.rs -o q.rlib` works a bit, but for Redox I'm not sure what to do.

r? @dtolnay
</content>
</entry>
<entry>
<title>Add Hash impl for SystemTime and Instant</title>
<updated>2017-12-18T21:35:43+00:00</updated>
<author>
<name>Vitaly _Vi Shukela</name>
<email>vi0oss@gmail.com</email>
</author>
<published>2017-12-18T21:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d5ead453dd96c1040a12cbb3b0180027af165c9'/>
<id>urn:sha1:1d5ead453dd96c1040a12cbb3b0180027af165c9</id>
<content type='text'>
Closes #46670.
</content>
</entry>
<entry>
<title>Add more Duration methods for consistency.</title>
<updated>2017-12-11T18:38:47+00:00</updated>
<author>
<name>Clar Charr</name>
<email>clar@charr.xyz</email>
</author>
<published>2017-12-05T01:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2be7a31d11691103c15b50b06370a8c8b7b26454'/>
<id>urn:sha1:2be7a31d11691103c15b50b06370a8c8b7b26454</id>
<content type='text'>
</content>
</entry>
</feed>
