<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/ops/bit.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>2018-12-26T04:08:33+00:00</updated>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</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>Auto merge of #49630 - npmccallum:shl, r=alexcrichton</title>
<updated>2018-04-19T03:53:32+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-04-19T03:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=883bf4ba2ed8c63ed2c3201576bca1ec10488624'/>
<id>urn:sha1:883bf4ba2ed8c63ed2c3201576bca1ec10488624</id>
<content type='text'>
Update Rhs on ShlAssign to default to Self

This matches the behavior on ShrAssign and all other *Assign operations.
</content>
</entry>
<entry>
<title>[doc] note the special type inference handling for shifts</title>
<updated>2018-04-13T16:30:57+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2018-04-12T20:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b744e3d7f516f1c679a4f6315110e856b9731de4'/>
<id>urn:sha1:b744e3d7f516f1c679a4f6315110e856b9731de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently default operator Rhs/RHS to Self</title>
<updated>2018-04-06T13:41:05+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2018-04-03T19:03:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=587098abf943b08cbed79063b5bad30b4864ffe8'/>
<id>urn:sha1:587098abf943b08cbed79063b5bad30b4864ffe8</id>
<content type='text'>
Operator traits seem to be inconsistent regarding the right hand side
generic. Most default Rhs/RHS to Self, but a few omit this. This patch
modifies them all to default to Self. This should not have any backwards
compatibility issues because we are only enabling code that previously
wouldn't compile.
</content>
</entry>
<entry>
<title>Add filtering options to `rustc_on_unimplemented`</title>
<updated>2018-02-01T23:06:20+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-01-20T03:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1383e4dc4bd6598f5d73d2d6b1054f61b2b99d4'/>
<id>urn:sha1:c1383e4dc4bd6598f5d73d2d6b1054f61b2b99d4</id>
<content type='text'>
 - filter error on the evaluated value of `Self`
 - filter error on the evaluated value of the type arguments
 - add argument to include custom note in diagnostic
 - allow the parser to parse `Self` when processing attributes
 - add custom message to binops
</content>
</entry>
<entry>
<title>Manuall rebase of @Migi pull/41336</title>
<updated>2017-09-03T13:12:22+00:00</updated>
<author>
<name>Eh2406</name>
<email>YeomanYaacov@gmail.com</email>
</author>
<published>2017-09-03T02:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f65bb2a051a6362b3e2dcdf3e081b8c76f5ef1a7'/>
<id>urn:sha1:f65bb2a051a6362b3e2dcdf3e081b8c76f5ef1a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::ops docs: incorporated changes suggested in review</title>
<updated>2017-08-12T17:53:04+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-08-08T12:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bdba82ba18fe69ac448f81b10bbbc7d0c10bce1'/>
<id>urn:sha1:6bdba82ba18fe69ac448f81b10bbbc7d0c10bce1</id>
<content type='text'>
* fixed link typos and copy-paster errors
* rewrote Fn* explanations
* `RHS = Self` -&gt; `RHS` is `Self` (added that to all applicable places as
  well)
* fixed up some links
* s/MutDeref/DerefMut
* removed remaining superfluous `fn main()`s
* fixed some minor phrasings and factual errors and inaccuracies

std::ops docs: Fix phrasing and factual errors/inaccuracies
</content>
</entry>
</feed>
