Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant 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-14 | Promote i686-unknown-freebsd to Tier1 in the README | Alan Somers | |
We effectively made it Tier1 back in ec6fe0629df87d8355cbdba8b7a0855934a5ac9e, but never updated the README. | |||
2017-07-24 | Disable failing tests on mips64 | Bryant Mairs | |
These are assumed to be QEMU issues, as they also fail on mips. | |||
2017-07-24 | Move Tier 3s to Tier 2 | Bryant Mairs | |
2017-07-23 | Release 0.9.0 | Alan Somers | |
2017-07-18 | Downgrade powerpc/Linux/Gnu to Tier 2 | Bryant Mairs | |
2017-07-10 | Alphabetize Tier 1 supported platforms | Bryant Mairs | |
2017-07-10 | Enable termios on iOS and move it to Tier 2 | Bryant Mairs | |
2017-07-08 | arm-unknown-linux-musleabi is only supported on Rust 1.14+ | Bryant Mairs | |
2017-07-07 | Add arm/musl, mips64, and s390x linux targets to Tier3 | Bryant Mairs | |
2017-07-07 | README.md: update gethostname api | Jörg Thalheim | |
2017-07-04 | Make Android a Tier 2 target | roblabla | |
2017-07-03 | Add iOS as a Tier 3 platform | Bryant Mairs | |
2017-06-30 | Add all Android targets as Tier 3 platforms | Bryant Mairs | |
2017-06-20 | doc: Add powerpc64 as tier 1 | Luca Barbato | |
2017-06-06 | Fix x86_64 Linux/musl tests | Bryant Mairs | |
Seems that pretty much all aio tests fail on x64 musl builds. | |||
2017-06-06 | Fix i686 Linux/musl builds | Bryant Mairs | |
2017-06-06 | Switch to two tiers of supported platforms | Bryant Mairs | |
2017-06-06 | Skip failing MIPS tests | Bryant Mairs | |
2017-06-06 | Skip failing tests for Linux/PowerPC | Bryant Mairs | |
2017-06-04 | Integrate the FreeBSD BuildBot | Alan 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-03 | Add gitter link to README | Bryant Mairs | |
2017-04-15 | List supported targets in the README | Bryant Mairs | |
2017-04-15 | Increase minimum supported Rust version. | Bryant Mairs | |
We need to raise it up to 1.13 because our test infrastructure requires it | |||
2017-03-01 | Release v0.8.0 | Kamal Marhubi | |
closes #519 | |||
2017-02-26 | Update minimum supported Rust version to 1.9.0 | Bryant Mairs | |
2017-02-24 | Specify Rust minimum version requirements | Bryant Mairs | |
2016-12-10 | Add link to release documentation | Philipp Matthias Schaefer | |
2016-09-09 | Release v0.7.0 | Philipp Matthias Schaefer | |
2016-07-12 | docs: update readme to be a bit more useful | Paul 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-24 | Bump version in README.md | Kane Rogers | |
2016-03-14 | testing: update documentation related to testing | Paul Osborne | |
Signed-off-by: Paul Osborne <osbpau@gmail.com> | |||
2016-03-04 | Fix Travis-CI links. | Philipp Matthias Schaefer | |
2016-02-28 | Add introduction/constants/enumeration/uninitialized to CONVENTIONS. | Philipp Matthias Schaefer | |
2015-05-28 | Update README | Carl Lerche | |
2015-02-20 | Link to API docs | Carl Lerche | |
2015-02-20 | Update README | Carl Lerche | |
2014-08-16 | Epoll, rename to nix, misc cleanup | Carl Lerche | |
2014-08-07 | Initial commit | Carl Lerche | |