Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI config and implement on WASM #10

Merged
merged 10 commits into from
Feb 26, 2019
Merged

Add CI config and implement on WASM #10

merged 10 commits into from
Feb 26, 2019

Commits on Feb 25, 2019

  1. Add note on min Rustc version

    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    ae1e2aa View commit details
    Browse the repository at this point in the history
  2. Add CI configuration

    Some of these tests will fail for now!
    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    b6e859c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557ee8f View commit details
    Browse the repository at this point in the history
  4. Fix doc links

    Arguably the doc links and root URL are wrong, but they
    avoid broken links and will do for now.
    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    25bc1ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    446cff3 View commit details
    Browse the repository at this point in the history
  6. Fix Mac OSX implementation

    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5607368 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51303b5 View commit details
    Browse the repository at this point in the history
  8. Fixes for CI, CloudABI, 32-bit Linux, MacOS, WASM

    Also new: impl From<NonZeroU32> for Error
    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    a40d3de View commit details
    Browse the repository at this point in the history
  9. Remove usage of ATOMIC_BOOL_INIT

    We currently don't support old enough compilers to require this.
    dhardy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0d5f4c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac13e04 View commit details
    Browse the repository at this point in the history