<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/tests/ui/suspicious_arithmetic_impl.rs, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-09T08:39:20+00:00</updated>
<entry>
<title>Rename HIR UnOp variants</title>
<updated>2021-02-09T08:39:20+00:00</updated>
<author>
<name>Ömer Sinan Ağacan</name>
<email>omeragacan@gmail.com</email>
</author>
<published>2021-02-09T08:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4e3558b8c8af8ced8ea3b4b018bc6bccbb0ff73'/>
<id>urn:sha1:c4e3558b8c8af8ced8ea3b4b018bc6bccbb0ff73</id>
<content type='text'>
This renames the variants in HIR UnOp from

    enum UnOp {
        UnDeref,
        UnNot,
        UnNeg,
    }

to

    enum UnOp {
        Deref,
        Not,
        Neg,
    }

Motivations:

- This is more consistent with the rest of the code base where most enum
  variants don't have a prefix.

- These variants are never used without the `UnOp` prefix so the extra
  `Un` prefix doesn't help with readability. E.g. we don't have any
  `UnDeref`s in the code, we only have `UnOp::UnDeref`.

- MIR `UnOp` type variants don't have a prefix so this is more
  consistent with MIR types.

- "un" prefix reads like "inverse" or "reverse", so as a beginner in
  rustc code base when I see "UnDeref" what comes to my mind is
  something like "&amp;*" instead of just "*".
</content>
</entry>
<entry>
<title>Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup</title>
<updated>2020-08-28T16:43:25+00:00</updated>
<author>
<name>flip1995</name>
<email>hello@philkrones.com</email>
</author>
<published>2020-08-28T14:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=adc7351fb027494ede35d6d3abd7ca02a11c33ce'/>
<id>urn:sha1:adc7351fb027494ede35d6d3abd7ca02a11c33ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup</title>
<updated>2020-08-11T15:50:45+00:00</updated>
<author>
<name>flip1995</name>
<email>hello@philkrones.com</email>
</author>
<published>2020-08-11T13:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6b991d3a0b8af4b5f2612b8ac2a4122da8c79bb'/>
<id>urn:sha1:d6b991d3a0b8af4b5f2612b8ac2a4122da8c79bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369'</title>
<updated>2020-05-02T07:49:00+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-05-02T07:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bce9fae97abb255c9fc6c994f50a052be4010a6f'/>
<id>urn:sha1:bce9fae97abb255c9fc6c994f50a052be4010a6f</id>
<content type='text'>
git-subtree-dir: src/tools/clippy
git-subtree-mainline: 06c44816c1532e5ff08ad072f581fc068eb60e2e
git-subtree-split: d2708873ef711ec8ab45df1e984ecf24a96cd369
</content>
</entry>
</feed>
