Skip to content
Snippets Groups Projects
  1. Sep 25, 2017
  2. Sep 20, 2017
  3. Sep 16, 2017
  4. Sep 06, 2017
  5. Aug 27, 2017
    • Alex Crichton's avatar
      Update emscripten to latest · 5822645e
      Alex Crichton authored
      5822645e
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      Alex Crichton authored
      Rebase of #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!
      22b98ded
  6. Aug 22, 2017
  7. Aug 21, 2017
    • Bryant Mairs's avatar
    • Bryant Mairs's avatar
      Add more fcntl and seal constants for Android/Linux · 2e11d9e1
      Bryant Mairs authored
      We now create an additional binary `linux_fcntl` for testing this
      since there are header conflicts when including all necessary headers.
      This binary is run on all platforms even though it's empty on all non-
      Android/non-Linux platforms.
      
      Testing has been switched from a custom binary to using a runner-less
      test (or pair of tests). This means that for local development a simple
      `cd libc-test && cargo test` will run all the tests. CI has also been
      updated here to reflect that.
      2e11d9e1
  8. Aug 18, 2017
    • Alex Crichton's avatar
      Remove OpenBSD CI · 201d5394
      Alex Crichton authored
      It's now broken due to changes in the `gcc` crate and having a too-old compiler,
      and in general it's unfortunately architecturally so different from the other
      test frameworks that it's difficult to maintain over time.
      201d5394
  9. Jul 19, 2017
  10. Jul 07, 2017
  11. Jul 03, 2017
  12. Jun 20, 2017
  13. Jun 14, 2017
  14. Jun 09, 2017
  15. Jun 08, 2017
  16. May 03, 2017
  17. Apr 23, 2017
  18. Apr 19, 2017
  19. Feb 23, 2017
  20. Feb 03, 2017
  21. Jan 18, 2017
  22. Jan 17, 2017
  23. Dec 15, 2016
    • Christian Legnitto's avatar
      Fix doc generation on travis. · a41c0746
      Christian Legnitto authored
      Documentation generation appears to be failing on master (https://travis-ci.org/rust-lang/libc/jobs/183483333):
      
      ```
      Collecting ghp-import
        Downloading ghp-import-0.4.1.tar.gz
      Collecting travis
        Could not find a version that satisfies the requirement travis (from versions: )
      No matching distribution found for travis
      ```
      
      Basically `--user` doesn't appear to take an option, so `pip install ghp_import --user $USER` makes pip think the user is a package that needs to be installed (in this case `travis`). As there is no `travis` package, it dies.
      a41c0746
  24. Dec 03, 2016
  25. Dec 02, 2016
  26. Nov 17, 2016
    • Alex Crichton's avatar
      Share the host's `target` directory for tests · c2842463
      Alex Crichton authored
      This helps caching between runs and can help speed up turnaround time for
      various operations. The old android container didn't work out for some reason
      due to permissions so the definition has now been vendored locally to just
      rebuild it each time.
      c2842463
  27. Nov 06, 2016
  28. Oct 14, 2016
  29. Oct 09, 2016
Loading