-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: rust-lang/cargo
base: 397359840ecad02d5fe69b2a0cf328e98235ffea
head repository: rust-lang/cargo
compare: 9fcdbb44fec18d10c086b6aba8143bc06a199761
- 12 commits
- 12 files changed
- 4 contributors
Commits on May 16, 2017
-
Fix non-deterministic unit dependency list generation
This resulted in the flags passed to rustc having random ordering, see #3895.
Configuration menu - View commit details
-
Copy full SHA for 4894e08 - Browse repository at this point
Copy the full SHA 4894e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 130eaed - Browse repository at this point
Copy the full SHA 130eaedView commit details -
Fix non-deterministic --cfg feature flag list generation
The resolved features were returned in a HashSet and then iterated over, which returns the feature names in arbitrary order. See #3895
Configuration menu - View commit details
-
Copy full SHA for 3bf85bb - Browse repository at this point
Copy the full SHA 3bf85bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c94358 - Browse repository at this point
Copy the full SHA 7c94358View commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 852968e - Browse repository at this point
Copy the full SHA 852968eView commit details -
Auto merge of #4069 - alexcrichton:remove-unused-dep, r=alexcrichton
Remove chrono as a dependency Turns out we don't use it!
Configuration menu - View commit details
-
Copy full SHA for ac04d2e - Browse repository at this point
Copy the full SHA ac04d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 408f4e3 - Browse repository at this point
Copy the full SHA 408f4e3View commit details -
Auto merge of #3937 - andwur:rustc-flag-determinism, r=alexcrichton
Deterministic -L and --cfg flag ordering This ensures that the `-L` and `--cfg` flags passed to `rustc` have stable ordering across runs. It also does the same for `--cfg` flags passed to `rustdoc`. Fixes #3895
Configuration menu - View commit details
-
Copy full SHA for 483e0ab - Browse repository at this point
Copy the full SHA 483e0abView commit details
Commits on May 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 72f8427 - Browse repository at this point
Copy the full SHA 72f8427View commit details -
Auto merge of #4084 - shiver:issue-3360, r=alexcrichton
3360 - Allow for features to be either comma or space delimited. This is my attempt at tackling issue #3360. Hopefully I interpreted the original request correctly and this is what you were looking for. Any suggestions you might have to improve the submission would be great. Thanks!
Configuration menu - View commit details
-
Copy full SHA for 26d1d9d - Browse repository at this point
Copy the full SHA 26d1d9dView commit details -
Fix a serialization error on publish
In TOML we have to emit all keys before we emit all sub-tables, so to handle that for dependencies just transform everything to an elaborated version. Closes #4081
Configuration menu - View commit details
-
Copy full SHA for d1e70e4 - Browse repository at this point
Copy the full SHA d1e70e4View commit details -
Auto merge of #4085 - alexcrichton:fix-rewrite, r=matklad
Fix a serialization error on publish In TOML we have to emit all keys before we emit all sub-tables, so to handle that for dependencies just transform everything to an elaborated version. Closes #4081
Configuration menu - View commit details
-
Copy full SHA for 9fcdbb4 - Browse repository at this point
Copy the full SHA 9fcdbb4View 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 397359840ecad02d5fe69b2a0cf328e98235ffea...9fcdbb44fec18d10c086b6aba8143bc06a199761