-
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: 66a6737a0c9f3a974af2dd032a65d3e409c77aac
head repository: rust-lang/cargo
compare: 27277d966b3cfa454d6dea7f724cb961c036251c
- 16 commits
- 10 files changed
- 7 contributors
Commits on Jul 9, 2021
-
Document cargo limitation w/ workspaces & configs
This behavior is described in this bug: #2930 I think we should document limitations of the tool which exist at present if they do not bind our hands in the future. If this bug is fixed, this note should be removed.
Configuration menu - View commit details
-
Copy full SHA for cb501a1 - Browse repository at this point
Copy the full SHA cb501a1View commit details
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82636e8 - Browse repository at this point
Copy the full SHA 82636e8View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e180e6 - Browse repository at this point
Copy the full SHA 4e180e6View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d054652 - Browse repository at this point
Copy the full SHA d054652View commit details
Commits on Jul 15, 2021
-
Update env_logger requirement from 0.8.1 to 0.9.0
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fc3e569 - Browse repository at this point
Copy the full SHA fc3e569View commit details -
Make the dependency specification ambiguous be an error
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85ba14c - Browse repository at this point
Copy the full SHA 85ba14cView commit details -
Make ignored key in config be an error
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f214ac - Browse repository at this point
Copy the full SHA 6f214acView commit details -
Auto merge of #9689 - hi-rustin:rustin-patch-error, r=alexcrichton
Change some warnings to errors These warnings are over three years old, so maybe we can adjust it to an error.
Configuration menu - View commit details
-
Copy full SHA for 680eadc - Browse repository at this point
Copy the full SHA 680eadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for be0cbb5 - Browse repository at this point
Copy the full SHA be0cbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7a2b8 - Browse repository at this point
Copy the full SHA 5d7a2b8View commit details -
Auto merge of #9674 - iankronquist:patch-1, r=alexcrichton
Document cargo limitation w/ workspaces & configs This behavior is described in this bug: #2930 I think we should document limitations of the tool which exist at present if they do not bind our hands in the future. If this bug is fixed, this note should be removed.
Configuration menu - View commit details
-
Copy full SHA for a2badc1 - Browse repository at this point
Copy the full SHA a2badc1View commit details -
Auto merge of #9688 - rust-lang:dependabot/cargo/env_logger-0.9.0, r=…
…alexcrichton Update env_logger requirement from 0.8.1 to 0.9.0 Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.9.0</h2> <p>Breaking Changes:</p> <ul> <li>Default message format now prints the target instead of the module</li> </ul> <p>Improvements:</p> <ul> <li>Added a method to print the module instead of the target</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/env-logger-rs/env_logger/commit/04856ac38baf422baebb40729cf51127a75b82ed"><code>04856ac</code></a> bump version to 0.9.0</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/e4744ff41a2e249bd94511c4689b4dbaa915841f"><code>e4744ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/209">#209</a> from gtsiam/main</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/c5fa7a2c2d9ad3f5d2da0581ede4ab2e8944e104"><code>c5fa7a2</code></a> refactor: fix clippy warnings</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/34574dfa13e2c81bab007715c2f6faa4b94bb67f"><code>34574df</code></a> Update link to examples</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/18884971d4eb1c268d61a4c37747de692bdd7124"><code>1888497</code></a> Clarified documentation about log filtering</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/365ffafe45f615f65b88d67834aab16b132d9ecc"><code>365ffaf</code></a> Show target instead of module path by default</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/d2998a6ec685051b97f5b5c97427a61593bc6581"><code>d2998a6</code></a> Add option to print log target</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/13cafce572362582f57964eae6cb4a41f52fd04a"><code>13cafce</code></a> Bump version to 0.8.4</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/090081156127dcd896b8b00837549cb4008c43d0"><code>0900811</code></a> Ensure unique directive names when building filters</li> <li><a href="https://github.com/env-logger-rs/env_logger/commit/1a8379a533f043e623d5eb4a898d171927ad61c1"><code>1a8379a</code></a> Allow writing logs to a custom output target (Target::Pipe)</li> <li>Additional commits viewable in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.8.1...v0.9.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Configuration menu - View commit details
-
Copy full SHA for 3c5eb04 - Browse repository at this point
Copy the full SHA 3c5eb04View commit details -
Auto merge of #9694 - ehuss:edition-fix-latest, r=alexcrichton
`cargo fix --edition`: extend warning when on latest edition This extends the warning issued when `cargo fix --edition` is run when the user is already on the latest edition. Before #9184, there were instructions on what to do, but those probably should not have been completely removed. It seems likely that some users may get the steps out of order, so this hopefully tries to explain them clearly.
Configuration menu - View commit details
-
Copy full SHA for ae51ab9 - Browse repository at this point
Copy the full SHA ae51ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e5d8a - Browse repository at this point
Copy the full SHA b2e5d8aView commit details
Commits on Jul 16, 2021
-
Auto merge of #9680 - inquisitivecrystal:doc-alias, r=ehuss
Add `d` as an alias for `doc` I expected that this alias would already exist. `doc` feels to me like the other commands that currently have aliases. `build`, `check`, `run`, and `test` are all modes of using the existing repository, and are all things one might run at least somewhat frequently during development. There is no other built in cargo subcommand that starts with `d`, so this also has the virtue of being pretty unambiguous.
Configuration menu - View commit details
-
Copy full SHA for c3dcfd8 - Browse repository at this point
Copy the full SHA c3dcfd8View commit details -
Auto merge of #9695 - alexcrichton:flaky, r=ehuss
Flag another curl error as possibly spurious cc rust-lang/crates.io#3782
Configuration menu - View commit details
-
Copy full SHA for 27277d9 - Browse repository at this point
Copy the full SHA 27277d9View 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 66a6737a0c9f3a974af2dd032a65d3e409c77aac...27277d966b3cfa454d6dea7f724cb961c036251c