| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`cargo dev` has been the replacement for a while, so I think we can
remove it now.
cc #5394
|
|
This can then be easily copy/pasted into the changelog :blue_heart:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you've been using `./util/dev` before, this now becomes `cargo dev`.
The key part of this change is found in `.cargo/config`.
This means one less shell script and a bit more cross-platform support
for contributors.
|
|
|
|
* fix a diff failure on windows
See https://travis-ci.com/rust-lang/rust-clippy/jobs/245971932#L1625
for an example.
* use cmp instead of diff > /dev/null
* clone single branch instead of clone then checking out
* do not decrypt key if have no diff change
|
|
|
|
|
|
This has been deprecated for ~10 months, so I think it's fine to remove now.
|
|
|
|
|
|
|
|
|
|
I legitimately don't understand why you did it with ARIA instead.
|
|
|
|
|
|
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
|
|