summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-12-05Remove nix-test subcrateBryant Mairs
This was doing testing for errno constants and a few other types that is no longer necessary now that these types are all tested within the libc project itself.
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
The libc_bitflags! macro was replaced with a non-recursive one supporting only public structs. I could not figure out how to make the old macro work with the upgrade, so I reworked part of the bitflags! macro directly to suit our needs, much as the original recursive macro was made. There are no uses of this macro for non-public structs, so this is not a problem for internal code.
2017-10-14Promote i686-unknown-freebsd to Tier1 in the READMEAlan Somers
We effectively made it Tier1 back in ec6fe0629df87d8355cbdba8b7a0855934a5ac9e, but never updated the README.
2017-07-24Disable failing tests on mips64Bryant Mairs
These are assumed to be QEMU issues, as they also fail on mips.
2017-07-24Move Tier 3s to Tier 2Bryant Mairs
2017-07-23Release 0.9.0Alan Somers
2017-07-18Downgrade powerpc/Linux/Gnu to Tier 2Bryant Mairs
2017-07-10Alphabetize Tier 1 supported platformsBryant Mairs
2017-07-10Enable termios on iOS and move it to Tier 2Bryant Mairs
2017-07-08arm-unknown-linux-musleabi is only supported on Rust 1.14+Bryant Mairs
2017-07-07Add arm/musl, mips64, and s390x linux targets to Tier3Bryant Mairs
2017-07-07README.md: update gethostname apiJörg Thalheim
2017-07-04Make Android a Tier 2 targetroblabla
2017-07-03Add iOS as a Tier 3 platformBryant Mairs
2017-06-30Add all Android targets as Tier 3 platformsBryant Mairs
2017-06-20doc: Add powerpc64 as tier 1Luca Barbato
2017-06-06Fix x86_64 Linux/musl testsBryant Mairs
Seems that pretty much all aio tests fail on x64 musl builds.
2017-06-06Fix i686 Linux/musl buildsBryant Mairs
2017-06-06Switch to two tiers of supported platformsBryant Mairs
2017-06-06Skip failing MIPS testsBryant Mairs
2017-06-06Skip failing tests for Linux/PowerPCBryant Mairs
2017-06-04Integrate the FreeBSD BuildBotAlan Somers
* Gate Bors on the FreeBSD 11 build * Remove the testless FreeBSD build from Travis * Promote x86_64-unknown-freebsd to Tier 1 Fixes #603
2017-06-03Add gitter link to READMEBryant Mairs
2017-04-15List supported targets in the READMEBryant Mairs
2017-04-15Increase minimum supported Rust version.Bryant Mairs
We need to raise it up to 1.13 because our test infrastructure requires it
2017-03-01Release v0.8.0Kamal Marhubi
closes #519
2017-02-26Update minimum supported Rust version to 1.9.0Bryant Mairs
2017-02-24Specify Rust minimum version requirementsBryant Mairs
2016-12-10Add link to release documentationPhilipp Matthias Schaefer
2016-09-09Release v0.7.0Philipp Matthias Schaefer
2016-07-12docs: update readme to be a bit more usefulPaul Osborne
This started out as a small change to update the readme to include an updated pointer to the documentation on gh-pages and ended with a bit of an overhaul in order to provide better information for people just checking out nix for the first time. Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-06-24Bump version in README.mdKane Rogers
2016-03-14testing: update documentation related to testingPaul Osborne
Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-03-04Fix Travis-CI links.Philipp Matthias Schaefer
2016-02-28Add introduction/constants/enumeration/uninitialized to CONVENTIONS.Philipp Matthias Schaefer
2015-05-28Update READMECarl Lerche
2015-02-20Link to API docsCarl Lerche
2015-02-20Update READMECarl Lerche
2014-08-16Epoll, rename to nix, misc cleanupCarl Lerche
2014-08-07Initial commitCarl Lerche