Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b82d94627afdf0f579932763d06501f93f3dd0dc
Choose a base ref
...
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6510cc5c4bbf2fc9c0daf3288d2510ac2366fc4f
Choose a head ref
  • 4 commits
  • 99 files changed
  • 1 contributor

Commits on Feb 10, 2023

  1. Add '-C' flag for changing current dir before build

    This implements the suggestion in #10098 to make cargo change cwd before
    completing config processing and starting the build. It is also an
    alternative to --manifest-path that resolves the issue described
    in #2930.
    compenguy committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4de2c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dacf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5406faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6510cc5 View commit details
    Browse the repository at this point in the history
Loading