Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
  2. Jan 03, 2019
    • Alan Somers's avatar
      Fix uname on FreeBSD · 36baf932
      Alan Somers authored
      On FreeBSD, uname is an inline function.  The uname that is present in
      libc.so is for FreeBSD 1.0 compatibility.  It expects a buffer of a
      different size.
      
      Fixes #1190
      Reported-by: Alex Zepeda
      36baf932
  3. Dec 28, 2018
  4. Dec 27, 2018
  5. Dec 17, 2018
  6. Dec 15, 2018
  7. Dec 14, 2018
  8. Dec 08, 2018
  9. Dec 06, 2018
  10. Dec 05, 2018
  11. Dec 02, 2018
  12. Nov 27, 2018
  13. Nov 22, 2018
  14. 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
  15. Nov 20, 2018
  16. Nov 02, 2018
  17. Oct 31, 2018
  18. Oct 30, 2018
  19. Oct 29, 2018
  20. Oct 28, 2018
  21. Oct 19, 2018
Loading