Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | Release version 0.18.0 | Alan Somers | |
2020-07-02 | Drop support for powerpc64-unknown-linux-gnu | Alan Somers | |
The build is failing due to no fault of Nix. Even rust-embedded/cross has given up on fixing it, so there's no hope for us. Fixes #1267 See also https://github.com/rust-embedded/cross/pull/440 | |||
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2020-05-19 | Add Redox to Tier 3 | Xavier L'Heureux | |
2020-02-03 | Release 0.17.0 | Alan Somers | |
2019-12-23 | Release v0.16.1 | Alan Somers | |
2019-12-01 | Release v0.16.0 | Alan Somers | |
2019-08-28 | Raise minimum supported Rust version to 1.36.0 | Otavio Salvador | |
The minimum supported Rust version is being raised to 1.36.0 as this is the first release to support the `mem::MaybeUninit` feature. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | |||
2019-08-10 | Release v0.15.0 | Alan Somers | |
2019-07-13 | Fix warnings on Rust 1.37.0 | Alan Somers | |
* Replace obsolete range syntax "..." with inclusive range "..=" * Use dyn Trait syntax instead of Box<Trait> * Raise MSRV to 1.27.0 (for dyn Trait syntax) * Raise MSRV to 1.31.0 (because of rand) tempfile pulls in rand, and rand pulls in fuchsia-cprng, which requires 1.31.0. Why rand pulls in fuchsia-cprng I don't know. It's specified as a target-specific dependency, but Cargo tries to build it anyway (only on Linux, not on FreeBSD or OSX). A bug in Cargo 1.27.0? | |||
2019-06-09 | Enable libc extra_traits feature | Bryant Mairs | |
Also bump Rust requirement to 1.25 which is a requirement of that feature | |||
2019-06-06 | Release v0.14.1 | Alan Somers | |
2019-05-21 | Release v0.14.0 | Alan Somers | |
2019-01-15 | Prepare for release 0.13.0 | Alan Somers | |
2018-11-28 | Bump version to 0.12.0 | Alan Somers | |
2018-11-05 | Require Rust 1.24.1 | Bryant Mairs | |
lazy_static as of 1.2 requires Rust 1.24.1, so make that our minimum required version | |||
2018-09-01 | deps: update tempfile to 3 | Igor Gnatenko | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
2018-06-01 | Set the 0.11 release | Bryant Mairs | |
2018-01-26 | Bump version to 0.10.0 | Alan Somers | |
2017-12-24 | Fix typo in README | Aaron Hill | |
2017-12-10 | Remove references to developer docs | Bryant Mairs | |
This hasn't been available for a while now. And was not updated for even longer before that. Let's not mislead our users any longer. | |||
2017-12-05 | Remove nix-test subcrate | Bryant 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-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 | |