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-osdev/cargo-xbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: rust-osdev/cargo-xbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Choose a head ref
  • 6 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 3, 2017

  1. build a sysroot when compiling natively

    closes #106
    Jorge Aparicio committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    ecb4cb8 View commit details
    Browse the repository at this point in the history
  2. fix xargo::home logic

    it wasn't appending HOST to the path for native compilation when
    XARGO_HOME was being used
    Jorge Aparicio committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    c428cf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. support [dependencies] in Xargo.toml

    Jorge Aparicio committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    8cd4103 View commit details
    Browse the repository at this point in the history
  2. base CI on the trust template

    Jorge Aparicio committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    53d9174 View commit details
    Browse the repository at this point in the history
  3. appveyor: install the rust-src component

    Jorge Aparicio committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    28a0571 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. release v0.3.3

    Jorge Aparicio committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    b54353e View commit details
    Browse the repository at this point in the history
Loading