Skip to content
Snippets Groups Projects
  1. Nov 22, 2018
  2. 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
  3. Nov 16, 2018
  4. Oct 26, 2018
  5. Sep 18, 2018
  6. Aug 05, 2018
  7. Jul 29, 2018
  8. Jun 01, 2018
  9. May 21, 2018
  10. Mar 19, 2018
  11. Mar 05, 2018
  12. Mar 03, 2018
  13. Feb 27, 2018
  14. Jan 11, 2018
  15. Jan 04, 2018
  16. Dec 27, 2017
  17. Nov 30, 2017
  18. Oct 28, 2017
  19. Oct 13, 2017
  20. 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
  21. Sep 19, 2017
  22. Aug 27, 2017
  23. 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
  24. Jul 31, 2017
  25. Jul 24, 2017
  26. Jul 21, 2017
  27. Jul 07, 2017
  28. Jun 11, 2017
  29. May 24, 2017
  30. May 23, 2017
  31. May 19, 2017
  32. Apr 26, 2017
  33. Mar 02, 2017
  34. Jan 17, 2017
  35. Jan 04, 2017
  36. Dec 02, 2016
  37. Oct 15, 2016
Loading