Skip to content
Snippets Groups Projects
  1. Dec 27, 2017
    • Ed Schouten's avatar
      Add support for CloudABI. · 510cb2f7
      Ed Schouten authored
      CloudABI is a sandboxed UNIX-like runtime environment, based on the
      principle of capability-based security. As CloudABI is intended to be
      cross-platform, the system call layer is specified here:
      
          https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt
      
      From these definitions, we automatically generate C and Rust bindings.
      The latter is published on crates.io:
      
          https://crates.io/crates/cloudabi
      
      My goal is to implement libstd for CloudABI in such a way that it uses
      the C library as little as possible; only in places where it would ease
      interfacing with C code (e.g., thread creation). In places where
      constants in the C library are directly based on the CloudABI
      specification (e.g., errnos), use the constants provided by the cloudabi
      crate.
      510cb2f7
  2. Nov 30, 2017
  3. Oct 28, 2017
  4. Oct 13, 2017
  5. Oct 06, 2017
    • Sébastien Marie's avatar
      bump to 0.2.32 · cf4c0bef
      Sébastien Marie authored
      - add DCCP constant definitions
      - add clock_gettime related functions to macOS
      - add fstatat64 on linux/android
      - add preadv64/pwritev64 on linux/android
      - add utimensat on solaris, netbsd and openbsd
      - add IP_BINDANY on freebsd
      cf4c0bef
  6. Sep 19, 2017
  7. Aug 27, 2017
  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 31, 2017
  10. Jul 24, 2017
  11. Jul 21, 2017
  12. Jul 07, 2017
  13. Jun 11, 2017
  14. May 24, 2017
  15. May 23, 2017
  16. May 19, 2017
  17. Apr 26, 2017
  18. Mar 02, 2017
  19. Jan 17, 2017
  20. Jan 04, 2017
  21. Dec 02, 2016
  22. Oct 15, 2016
  23. Oct 09, 2016
  24. Sep 08, 2016
  25. Aug 04, 2016
  26. Jul 11, 2016
  27. Jun 28, 2016
  28. Jun 10, 2016
  29. May 03, 2016
  30. Apr 12, 2016
  31. Mar 31, 2016
  32. Mar 07, 2016
  33. Feb 11, 2016
    • Alex Crichton's avatar
      Add a default-on "use_std" feature · 6d46b6fa
      Alex Crichton authored
      This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
      but is enabled by default. The library will currently continue to link to the
      standard library to maintain backwards compatibility with the 0.2 series and
      older Rust compilers for now, but this default can possible be changed in the
      future.
      6d46b6fa
  34. Feb 09, 2016
  35. Jan 27, 2016
  36. Jan 21, 2016
  37. Dec 17, 2015
  38. Dec 16, 2015
Loading