Skip to content
Snippets Groups Projects
  1. Mar 10, 2020
  2. Oct 28, 2019
  3. Oct 18, 2019
  4. Oct 17, 2019
  5. Aug 12, 2019
  6. Jul 27, 2019
  7. Jul 15, 2019
  8. Jul 12, 2019
  9. Jul 11, 2019
  10. Jun 28, 2019
  11. May 24, 2019
  12. Feb 21, 2019
  13. Feb 13, 2019
  14. Feb 09, 2019
  15. Feb 07, 2019
  16. Feb 03, 2019
  17. Feb 02, 2019
  18. Jan 02, 2019
  19. Nov 26, 2018
  20. Nov 22, 2018
  21. Nov 20, 2018
  22. Jul 30, 2018
  23. Jul 01, 2018
  24. Apr 21, 2018
  25. Mar 10, 2018
    • bgermann's avatar
      Edit documentation · cf701686
      bgermann authored
      Add sparc64-unknown-linux-gnu and x86_64-sun-solaris.
      Remove aarch64-unknown-linux-musl.
      cf701686
  26. Sep 25, 2017
  27. Aug 21, 2017
    • 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
  28. Apr 26, 2017
  29. Jan 18, 2017
  30. Nov 26, 2016
  31. Sep 29, 2016
  32. Apr 27, 2016
  33. Apr 02, 2016
  34. Feb 12, 2016
  35. 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
Loading