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: la10736/rstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: la10736/rstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 4, 2024

  1. prepare next changelog

    la10736 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e65e927 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    d226b5b View commit details
    Browse the repository at this point in the history
  2. Upgrade to async-std v1.13

    jayvdb authored and la10736 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5b0164f View commit details
    Browse the repository at this point in the history
  3. Use -dev for next release

    la10736 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6a8cd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Allow environment variables in #[files] attributes

    The environment variable must be passed to cargo test. Any variable
    name is valid and would be replaced. If a variable is not defined,
    the macro will error with the proper error message.
    hansl authored and la10736 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7dff8f4 View commit details
    Browse the repository at this point in the history
  2. Add tests and #[ignore_missing_env_vars]

    hansl authored and la10736 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c65d1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a970613 View commit details
    Browse the repository at this point in the history
  4. Add unit tests for parsing attributes, and add base_dir

    And other things, like documentation and changelog.
    hansl authored and la10736 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    465a401 View commit details
    Browse the repository at this point in the history
  5. Add tests for replace_env_vars

    hansl authored and la10736 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3520861 View commit details
    Browse the repository at this point in the history
  6. Add a test for invalid base_dir value

    hansl authored and la10736 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8c232bc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Removed the useless build rerun variable

    and add some notes about using build.rs.
    la10736 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8a04803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a9342 View commit details
    Browse the repository at this point in the history
  3. Make clippy happy

    la10736 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    20e8858 View commit details
    Browse the repository at this point in the history
  4. Update checkout list

    la10736 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0c6e203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da11d4e View commit details
    Browse the repository at this point in the history
Loading