-
-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: dtolnay/trybuild
base: 1.0.61
head repository: dtolnay/trybuild
compare: 1.0.63
- 17 commits
- 8 files changed
- 1 contributor
Commits on May 22, 2022
-
Ignore derive_partial_eq_without_eq clippy lint
error: you are deriving `PartialEq` and can implement `Eq` --> src/env.rs:4:10 | 4 | #[derive(PartialEq, Debug)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = note: `-D clippy::derive-partial-eq-without-eq` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq error: you are deriving `PartialEq` and can implement `Eq` --> src/normalize.rs:84:22 | 84 | #[derive(PartialOrd, PartialEq, Copy, Clone)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eqConfiguration menu - View commit details
-
Copy full SHA for 0e96a0d - Browse repository at this point
Copy the full SHA 0e96a0dView commit details
Commits on Jun 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b39ee4a - Browse repository at this point
Copy the full SHA b39ee4aView commit details -
Merge pull request #176 from dtolnay/cratename
Read crate name from manifest instead of CARGO_PKG_NAME env
Configuration menu - View commit details
-
Copy full SHA for 0a065ff - Browse repository at this point
Copy the full SHA 0a065ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d46bf - Browse repository at this point
Copy the full SHA 79d46bfView commit details -
Merge pull request #177 from dtolnay/manifestdir
Search for Cargo.toml if CARGO_MANIFEST_DIR not set
Configuration menu - View commit details
-
Copy full SHA for 8934f51 - Browse repository at this point
Copy the full SHA 8934f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd4729 - Browse repository at this point
Copy the full SHA 5fd4729View commit details
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce82d18 - Browse repository at this point
Copy the full SHA ce82d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for bccab83 - Browse repository at this point
Copy the full SHA bccab83View commit details -
Merge pull request #178 from dtolnay/expand
Move glob expansion to new module
Configuration menu - View commit details
-
Copy full SHA for 0256bd5 - Browse repository at this point
Copy the full SHA 0256bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616b8f8 - Browse repository at this point
Copy the full SHA 616b8f8View commit details -
Merge pull request #179 from dtolnay/expand
Factor out a data structure for building a set of expanded test
Configuration menu - View commit details
-
Copy full SHA for dba6ac4 - Browse repository at this point
Copy the full SHA dba6ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9284d - Browse repository at this point
Copy the full SHA ea9284dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c76f3 - Browse repository at this point
Copy the full SHA 74c76f3View commit details -
Merge pull request #180 from dtolnay/override
Deduplicate glob-expanded tests by path
Configuration menu - View commit details
-
Copy full SHA for 394a84b - Browse repository at this point
Copy the full SHA 394a84bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0713c4e - Browse repository at this point
Copy the full SHA 0713c4eView commit details -
Merge pull request #181 from dtolnay/override
Only do overriding of pass/fail status for tests expanded from glob
Configuration menu - View commit details
-
Copy full SHA for 2897a9f - Browse repository at this point
Copy the full SHA 2897a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b917900 - Browse repository at this point
Copy the full SHA b917900View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.61...1.0.63