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 asmjs/wasm32 to CI #742

Merged
merged 28 commits into from
Aug 27, 2017
Merged

Add asmjs/wasm32 to CI #742

merged 28 commits into from
Aug 27, 2017

Commits on Jun 8, 2017

  1. Bump ctest to 0.1.3

    malbarbo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    3c6a4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6324ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    772efe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0547ddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ca0849 View commit details
    Browse the repository at this point in the history
  6. Fix loff_t, ino_t, off_t, blkcnt_t, blksize_t, fsblkcnt_t, fsfilcnt_t…

    … definitions for emscripten
    malbarbo committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    084e473 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66c7d05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d87405d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd00492 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Fix style

    malbarbo committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    6cd1dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f88b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4228e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7e8e9 View commit details
    Browse the repository at this point in the history
  5. Fix __SIZEOF_PTHREAD_MUTEX_T for mips

    This was changed when emscripten test support was added
    malbarbo committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    5363161 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b49cecf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf60a14 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    80fda85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d5b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97502e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    f22bfe3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/rust-lang/libc into emscr…

    …ipten
    
    Conflicts:
    	Cargo.lock
    	src/unix/notbsd/linux/mips/mod.rs
    malbarbo committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    7df3af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52f1b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Add asmjs/wasm32 to CI

    Rebase of rust-lang#610 and also move emscripten up much higher in the hierarchy to
    ensure that it doesn't have too much of a ripple effect on other platforms.
    
    This involved moving down a good number of definitions, but hopefully was done
    with care to not break anything!
    alexcrichton committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    22b98de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ce3a8 View commit details
    Browse the repository at this point in the history
  3. Fix style

    alexcrichton committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    1ee8056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c90a73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5822645 View commit details
    Browse the repository at this point in the history
  6. Fix musl build

    alexcrichton committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    305cec3 View commit details
    Browse the repository at this point in the history