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: dtolnay/trybuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.75
Choose a base ref
...
head repository: dtolnay/trybuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.76
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 15, 2023

  1. Use subdirectory within target/tests/

    Or to put it another way, do not assume that the project's
    target/tests/target/ is ours to use as we wish.
    
    Empirically, this is sufficient on its own to resolve
      eupn/macrotest#83
      #218
    
    (I don't know precisely what the difference is between trybuild's and
    mcarotest's build invocations.  It is possible that it would be better
    for cargo to be able to cache both in the target directory, but I
    think we should use a namespaced directory, regardless.)
    ijackson committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    dc30697 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from ijackson/namespace-test-directory

    Use subdirectory within target/tests/
    dtolnay authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    cd40633 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.76

    dtolnay committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    696423a View commit details
    Browse the repository at this point in the history
Loading