<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/clippy_dev, branch 1.56.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.56.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.56.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-29T21:56:05+00:00</updated>
<entry>
<title>rfc3052: Remove authors field from Cargo manifests</title>
<updated>2021-07-29T21:56:05+00:00</updated>
<author>
<name>Jade</name>
<email>software@lfcode.ca</email>
</author>
<published>2021-07-27T23:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cf820e17dea8b0a9a19b027439c9ea0ef99bd06'/>
<id>urn:sha1:3cf820e17dea8b0a9a19b027439c9ea0ef99bd06</id>
<content type='text'>
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
</content>
</entry>
<entry>
<title>Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup</title>
<updated>2021-07-29T10:16:06+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-07-29T10:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72d655b5b688ef1aec3507c6622f59dc53e7dd81'/>
<id>urn:sha1:72d655b5b688ef1aec3507c6622f59dc53e7dd81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup</title>
<updated>2021-07-01T16:17:38+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-07-01T16:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a385b80dca128bfc5c9fc4cfb0bc8e9f5a3ef07'/>
<id>urn:sha1:1a385b80dca128bfc5c9fc4cfb0bc8e9f5a3ef07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup</title>
<updated>2021-05-20T11:07:57+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-05-20T10:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14f55fa7498077236de62bc1b531ba15ba45a5fd'/>
<id>urn:sha1:14f55fa7498077236de62bc1b531ba15ba45a5fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `x.py test src/tools/clippy --bless`</title>
<updated>2021-04-27T16:57:29+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-04-14T13:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c25e27f1676ac40918731975cbcd47c6acff0a7'/>
<id>urn:sha1:8c25e27f1676ac40918731975cbcd47c6acff0a7</id>
<content type='text'>
- Add clippy_dev to the rust workspace

  Before, it would give an error that it wasn't either included or
  excluded from the workspace:

  ```
  error: current package believes it's in a workspace when it's not:
  current:   /home/joshua/rustc/src/tools/clippy/clippy_dev/Cargo.toml
  workspace: /home/joshua/rustc/Cargo.toml

  this may be fixable by adding `src/tools/clippy/clippy_dev` to the `workspace.members` array of the manifest located at: /home/joshua/rustc/Cargo.toml
  Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.
  ```

- Change clippy's copy of compiletest not to special-case
  rust-lang/rust. Using OUT_DIR confused `clippy_dev` and it couldn't find
  the test outputs. This is one of the reasons why `cargo dev bless` used
  to silently do nothing (the others were that `CARGO_TARGET_DIR` and
  `PROFILE` weren't set appropriately).

- Run clippy_dev on test failure

I tested this by removing a couple lines from a stderr file, and they
were correctly replaced.

- Fix clippy_dev warnings
</content>
</entry>
<entry>
<title>Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup</title>
<updated>2021-04-08T15:50:13+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-04-08T15:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b37cd3d4f21a63afd91d0705414ceea3c1e6960'/>
<id>urn:sha1:6b37cd3d4f21a63afd91d0705414ceea3c1e6960</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup</title>
<updated>2021-03-25T18:29:11+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-03-25T18:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab72b5ebe6dbdcd765c516d9c727f60bb7d0ce42'/>
<id>urn:sha1:ab72b5ebe6dbdcd765c516d9c727f60bb7d0ce42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup</title>
<updated>2021-03-12T14:30:50+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-03-12T14:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb311e14d51384fdb6ef02b488e0420d82ee2442'/>
<id>urn:sha1:fb311e14d51384fdb6ef02b488e0420d82ee2442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup</title>
<updated>2021-02-25T10:25:22+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-02-25T10:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81af3468fef3a0394bd5250cba58272d9814cdc6'/>
<id>urn:sha1:81af3468fef3a0394bd5250cba58272d9814cdc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup</title>
<updated>2021-02-11T14:04:38+00:00</updated>
<author>
<name>flip1995</name>
<email>philipp.krones@embecosm.com</email>
</author>
<published>2021-02-11T14:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2e2f64ef7bd98c8ce2c9ce77db27ea1617892ea'/>
<id>urn:sha1:d2e2f64ef7bd98c8ce2c9ce77db27ea1617892ea</id>
<content type='text'>
</content>
</entry>
</feed>
