Skip to content
Snippets Groups Projects
  1. Dec 08, 2018
  2. Nov 27, 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 20, 2018
  6. Oct 29, 2018
  7. Oct 05, 2018
  8. Oct 02, 2018
    • m-hilgendorf's avatar
      Add ftok on MacOS · f1d56f66
      m-hilgendorf authored
      Provide a symbol for the `ftok` function declared in sys/ipc.h, for completeness and to allow calling `ftok` to generate the key value for `shmat`.
      f1d56f66
  9. Sep 25, 2018
  10. Aug 15, 2018
  11. Aug 14, 2018
  12. Aug 01, 2018
  13. Jul 30, 2018
  14. Jul 29, 2018
  15. Jun 15, 2018
  16. Jun 04, 2018
  17. Apr 23, 2018
  18. Apr 15, 2018
  19. Feb 03, 2018
  20. Jan 26, 2018
  21. Jan 18, 2018
  22. Jan 15, 2018
  23. Dec 26, 2017
  24. Dec 14, 2017
  25. Dec 13, 2017
  26. Dec 12, 2017
Loading