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: nagisa/rust_libloading
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.3
Choose a base ref
...
head repository: nagisa/rust_libloading
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.4
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Jan 15, 2022

  1. Fix a typo in the CI scripts

    nagisa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    842e377 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Honor Cargo's target directory when building LIBPATH

    Running the tests with “cargo test --target-dir <path>” fails because
    "target/" doesn't exist.
    
    Rust 1.57.0 added $CARGO_TARGET_TMPDIR as a scratch directory for
    integration tests to use, which Cargo itself won't touch.
    
    Therefore, use $CARGO_TARGET_TMPDIR if it's available, $CARGO_TARGET_DIR
    otherwise, and fallback to "target" as a last resort.
    jamessan authored and nagisa committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8009f51 View commit details
    Browse the repository at this point in the history
  2. Simplify lib_path

    Since these are the tests, I'm sure we can afford to pay 1 allocation
    per test for a path.
    nagisa committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    964dd8b View commit details
    Browse the repository at this point in the history
  3. Construct a PathBuf

    Representing what's the data here holistically.
    nagisa committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6b33651 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. fix typo

    Signed-off-by: cuishuang <imcusg@gmail.com>
    cuishuang committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    6e07929 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Support AIX dyld constants

    ecnelises committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bd17713 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Release 0.7.4

    nagisa committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    224a3de View commit details
    Browse the repository at this point in the history
  2. Placate clippy

    nagisa committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    95a0f62 View commit details
    Browse the repository at this point in the history
  3. Fix CI

    nagisa committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6e28498 View commit details
    Browse the repository at this point in the history
Loading