Skip to content
Snippets Groups Projects
  1. Aug 30, 2017
  2. Aug 27, 2017
    • 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
  3. Aug 22, 2017
  4. 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
  5. Jul 07, 2017
  6. Jun 20, 2017
  7. Jun 09, 2017
  8. Jun 08, 2017
  9. May 03, 2017
  10. Mar 23, 2017
  11. Feb 24, 2017
  12. Jan 17, 2017
  13. Dec 03, 2016
  14. Dec 02, 2016
  15. Nov 19, 2016
  16. Nov 17, 2016
  17. Oct 28, 2016
  18. Oct 21, 2016
  19. Oct 14, 2016
  20. Oct 11, 2016
  21. Sep 12, 2016
  22. Aug 28, 2016
  23. Aug 27, 2016
  24. Jun 15, 2016
    • Alex Crichton's avatar
      Use docker for all CI tests and images · 3eb4a48b
      Alex Crichton authored
      Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This
      commit alters the CI infrastructure to use Docker images for each target. This
      should make it much easier to update the images and tweak various bits and
      pieces of installed software. Additionally, it's also much clearer now what's
      needed for each suite of tests!
      
      Some images were updated a bit (e.g. musl is now 1.1.14), but other images
      encountered failures when updating so they're not getting updated just yet.
      3eb4a48b
  25. Jun 10, 2016
    • Axel Viala's avatar
      Add Directory file descriptor relative syscall. · 26ee7825
      Axel Viala authored
      I only added "*at" syscall relative to Posix2008 specification.
      
      At the moment OSX and Android are partially supporting this API.
      
      This include:
      * `openat`
      * `faccessat`
      * `fchmodat`
      * `fchownat`
      * `fstatat`
      * `linkat`
      * `mkdirat`
      * `mknodat` [0]
      * `readlinkat`
      * `renameat`
      * `symlinkat`
      * `unlinkat`
      * `mkfifoat` [0][1]
      
      [1] Not available on Android at the moment:
      * `mkfifo`
      
      [1] Not available on OSX at the moment:
      * `mkfifoat`
      * `mknodat`
      
      And exclude operating system specific API:
      * `renameat2`: Linux specific
      * `execveat`: Linux specific since 3.19
      * `futimesat`: GNU extension
      * `name_to_handle_at`: GNU extension
      * `scandirat`: GNU extension
      * `fanotify_mark`: belong to fanotify API.
      26ee7825
  26. Apr 11, 2016
  27. Mar 11, 2016
  28. Mar 03, 2016
  29. Mar 02, 2016
    • Alex Crichton's avatar
      Add a style checking script to CI · 8a8bc668
      Alex Crichton authored
      It's tough to have PRs bounce or to have a back and forth with contributors
      about minor style quibbles. Sometimes it ends up just being easier to fix style
      after the fact, but let's add some automation to help this!
      
      This commit adds a script to run on CI and locally to verify the style of this
      repository. There's a few stylistic guidelines to ensure that definitions are
      understandable across the jungle of modules. This consistency should help assist
      readability for any future readers!
      8a8bc668
  30. Feb 18, 2016
Loading