<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/ops, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-05-21T13:56:33+00:00</updated>
<entry>
<title>Add doc comments mentioning unspecified behaviour upon exhaustion</title>
<updated>2018-05-21T13:56:33+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-05-16T20:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d1afbd6b09e0b7418dfeeccd2236d715e96c14f'/>
<id>urn:sha1:2d1afbd6b09e0b7418dfeeccd2236d715e96c14f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilise into_inner</title>
<updated>2018-05-21T13:56:10+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-05-14T22:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2b1c1b3eded5d6d8f84e52bc9eccad051dd5bf'/>
<id>urn:sha1:cf2b1c1b3eded5d6d8f84e52bc9eccad051dd5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilise inclusive_range_methods</title>
<updated>2018-05-21T13:55:25+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-05-14T22:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3070f394629ae8c6463269247ea0cb223d5328f1'/>
<id>urn:sha1:3070f394629ae8c6463269247ea0cb223d5328f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new() should be const; start()/end() after iteration is unspecified.</title>
<updated>2018-04-30T17:45:18+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-04-07T06:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f70b2ebd08f47c504681ca5f62c3ccdacdd69763'/>
<id>urn:sha1:f70b2ebd08f47c504681ca5f62c3ccdacdd69763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed direct field usage of RangeInclusive in rustc itself.</title>
<updated>2018-04-30T17:45:18+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-04-05T21:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c916ee8511339dd231d90d7fe6be2cc6995284b9'/>
<id>urn:sha1:c916ee8511339dd231d90d7fe6be2cc6995284b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the fields of RangeInclusive private.</title>
<updated>2018-04-30T13:01:13+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-04-05T18:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fba903a435ea6e0e3736541cb487586262835e48'/>
<id>urn:sha1:fba903a435ea6e0e3736541cb487586262835e48</id>
<content type='text'>
Added new()/start()/end() methods to RangeInclusive.

Changed the lowering of `..=` to use RangeInclusive::new().
</content>
</entry>
<entry>
<title>Auto merge of #50149 - aaronaaeng:master, r=estebank</title>
<updated>2018-04-28T04:14:12+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-04-28T04:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1eb0cef62b3e83bf7ce6bc7d1b99e130648a55e8'/>
<id>urn:sha1:1eb0cef62b3e83bf7ce6bc7d1b99e130648a55e8</id>
<content type='text'>
Added warning for unused arithmetic expressions

The compiler now displays a warning when a binary arithmetic operation is evaluated but not used.  This resolves #50124  by following the instructions outlined in the issue.  The changes are as follows:

- Added new pattern matching for unused arithmetic expressions in `src/librustc_lint/unused.rs`
- Added `#[must_use]` attributes to the binary operation methods in `src/libcore/internal_macros.rs`
- Added `#[must_use]` attributes to the non-assigning binary operators in `src/libcore/ops/arith.rs`
</content>
</entry>
<entry>
<title>Add more doc aliases</title>
<updated>2018-04-26T10:56:10+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-04-25T18:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30e3f1a620b06b6edd697c55858ea9f251a4332a'/>
<id>urn:sha1:30e3f1a620b06b6edd697c55858ea9f251a4332a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make must_use lint cover all binary/unary operators</title>
<updated>2018-04-22T23:16:33+00:00</updated>
<author>
<name>Aaron Aaeng</name>
<email>aaaa9270@colorado.edu</email>
</author>
<published>2018-04-21T22:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91aa267eda21be36d7cae43b6809eba63f1aac4c'/>
<id>urn:sha1:91aa267eda21be36d7cae43b6809eba63f1aac4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more aliases</title>
<updated>2018-04-21T20:02:53+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-04-19T17:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84b91d6f5c7a49159f46f9bec37b57bd7e0a61be'/>
<id>urn:sha1:84b91d6f5c7a49159f46f9bec37b57bd7e0a61be</id>
<content type='text'>
</content>
</entry>
</feed>
