Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 11, 2016
  3. Jul 10, 2016
  4. Jul 09, 2016
  5. Jul 08, 2016
  6. Jul 07, 2016
  7. Jul 06, 2016
  8. Jun 29, 2016
  9. Jun 28, 2016
  10. Jun 23, 2016
  11. Jun 22, 2016
  12. Jun 21, 2016
  13. Jun 15, 2016
    • bors's avatar
      Auto merge of #318 - nikklassen:master, r=alexcrichton · f73f5c6c
      bors authored
      Add missing constants for wait family
      
      Fixes #315
      f73f5c6c
    • Nik Klassen's avatar
      Remove tab characters · ee3e49f8
      Nik Klassen authored
      ee3e49f8
    • Nik Klassen's avatar
      Add missing constants for wait family · c9e0d0e3
      Nik Klassen authored
      c9e0d0e3
    • bors's avatar
      Auto merge of #316 - alexcrichton:docker-everywhere, r=alexcrichton · ee6613d5
      bors authored
      Use docker for all CI tests and images
      
      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.
      ee6613d5
    • 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
  14. Jun 10, 2016
    • bors's avatar
      Auto merge of #313 - alexcrichton:bump, r=alexcrichton · 70dce055
      bors authored
      Bump to 0.2.12
      70dce055
    • Alex Crichton's avatar
      Bump to 0.2.12 · 91c5dbf5
      Alex Crichton authored
      91c5dbf5
    • bors's avatar
      Auto merge of #307 - darnuria:relative-directory-posix2008-api, r=alexcrichton · fd30cfdd
      bors authored
      Add Directory file descriptor relative syscall.
      
      Add Directory file descriptor relative syscall.
      
      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.
      fd30cfdd
    • bors's avatar
      Auto merge of #312 - nbaksalyar:master, r=alexcrichton · 8a53df9f
      bors authored
      Fix semaphores on Solaris/Illumos
      
      This adds `sem_t` structure introduced in https://github.com/rust-lang/libc/pull/309 and fixes compilation on Solaris.
      8a53df9f
    • Nikita Baksalyar's avatar
      Fix compilation on Solaris/Illumos · a1c6ad77
      Nikita Baksalyar authored
      Unverified
      a1c6ad77
    • 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
  15. Jun 09, 2016
  16. Jun 08, 2016
  17. Jun 06, 2016
  18. Jun 05, 2016
Loading