rust/tests
bors baf5f2da8b Auto merge of #6401 - ebroto:pin_to_a_nightly, r=ebroto
📌 Pin Clippy to a nightly 📌

changelog: Pin Clippy to a specific nightly version (No more master/custom toolchain required to compile Clippy)

Addresses partially #5561. As proposed there in [this comment](https://github.com/rust-lang/rust-clippy/issues/5561#issuecomment-623109095), this kicks off the process, to help us get acquainted with how the syncs should work, before working on improving the tooling.

Open questions:
* When performing a rustup, we will need to exclude the commits that were merged that same day, or else wait until that nightly is released. I did not update the documentation about this part, mainly because I'm not sure about how to do that.
* When should we perform the rustups now? My first idea is to do it at the same time we do the clippyups, to have a clear cadence and to avoid the two copies of the repo to diverge enough to make the process painful.
* Who does the rustups now? If we follow my previous idea and do both rustup and clippyup at the same time, it would be more work for `@flip1995` who currently does the clippyups. I would prefer to establish some kind of rotation to spead the work. Other ideas?
* I'm not sure if this affects the release process in any way.
* ???

`@rust-lang/clippy` thoughts?

r? `@flip1995`
2020-12-11 16:25:13 +00:00
..
auxiliary
cargo
ui Auto merge of #6424 - Suyash458:master, r=flip1995 2020-12-11 08:38:19 +00:00
ui-cargo
ui-internal add internal-lints feature to enable clippys internal lints (off by default) 2020-11-29 21:07:43 +01:00
ui-toml Renamed the configuraiton to unreadable-literal-lint-fractions 2020-12-05 20:59:53 +00:00
compile-test.rs add internal-lints feature to enable clippys internal lints (off by default) 2020-11-29 21:07:43 +01:00
dogfood.rs Auto merge of #6188 - ebroto:primary_package, r=flip1995 2020-12-09 15:37:20 +00:00
fmt.rs
integration.rs Error in integration test, if required toolchain is not installed 2020-12-10 12:44:27 +01:00
missing-test-files.rs
versioncheck.rs