Skip to content
Snippets Groups Projects
  1. Dec 08, 2018
  2. Dec 06, 2018
  3. Dec 05, 2018
  4. Dec 02, 2018
  5. Nov 27, 2018
  6. Nov 22, 2018
  7. 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
    • gnzlbg's avatar
  8. Nov 20, 2018
  9. Nov 02, 2018
  10. Oct 31, 2018
  11. Oct 30, 2018
  12. Oct 29, 2018
  13. Oct 28, 2018
  14. Oct 19, 2018
  15. Oct 15, 2018
  16. Oct 14, 2018
  17. Oct 08, 2018
  18. Oct 06, 2018
  19. Oct 05, 2018
  20. Oct 02, 2018
  21. Sep 25, 2018
Loading