Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
  2. Nov 26, 2018
  3. Nov 22, 2018
  4. Nov 21, 2018
    • Alex Crichton's avatar
      Prepare for being included via crates.io into std · 91bd079e
      Alex Crichton authored
      This commit prepares the `libc` crate to be included directly into the
      standard library via crates.io. More details about this can be found on
      rust-lang/rust#56092, but the main idea is that this crate now depends
      on core/compiler-builtins explicitly (but off-by-default).
      
      The main caveat here is that this activates `no_core` when building as
      part of libstd, which means that it needs to explicitly have an `iter`
      and `option` module for the expansion of `for` loops to work.
      91bd079e
  5. Nov 16, 2018
  6. Oct 26, 2018
  7. Sep 18, 2018
  8. Aug 05, 2018
  9. Jul 29, 2018
  10. Jun 01, 2018
  11. May 21, 2018
  12. Mar 19, 2018
  13. Mar 05, 2018
  14. Mar 03, 2018
  15. Feb 27, 2018
  16. Jan 11, 2018
  17. Jan 04, 2018
  18. Dec 27, 2017
  19. Nov 30, 2017
  20. Oct 28, 2017
  21. Oct 13, 2017
  22. 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
  23. Sep 19, 2017
  24. Aug 27, 2017
  25. 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
  26. Jul 31, 2017
  27. Jul 24, 2017
  28. Jul 21, 2017
  29. Jul 07, 2017
  30. Jun 11, 2017
  31. May 24, 2017
  32. May 23, 2017
  33. May 19, 2017
  34. Apr 26, 2017
  35. Mar 02, 2017
  36. Jan 17, 2017
  37. Jan 04, 2017
Loading