Skip to content
Snippets Groups Projects
  1. Feb 11, 2016
    • Alex Crichton's avatar
      Add a default-on "use_std" feature · 6d46b6fa
      Alex Crichton authored
      This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
      but is enabled by default. The library will currently continue to link to the
      standard library to maintain backwards compatibility with the 0.2 series and
      older Rust compilers for now, but this default can possible be changed in the
      future.
      6d46b6fa
  2. Feb 04, 2016
  3. Jan 19, 2016
    • Alex Crichton's avatar
      Add OpenBSD and FreeBSD CI to Travis · d820c4a8
      Alex Crichton authored
      This commit adds support to test all libc definitions on both OpenBSD and
      FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are
      used which are essentially intended to run a script on startup and then exit.
      Documentation has been added to the `ci/README.md` file describing this new
      system.
      d820c4a8
  4. Jan 10, 2016
  5. Dec 27, 2015
  6. Dec 18, 2015
  7. Dec 02, 2015
  8. Nov 20, 2015
  9. Nov 03, 2015
  10. Oct 30, 2015
  11. Oct 29, 2015
  12. Sep 21, 2015
  13. Sep 18, 2015
  14. Sep 17, 2015
  15. Sep 14, 2015
  16. Sep 13, 2015
  17. Sep 12, 2015
  18. Sep 11, 2015
Loading