- Oct 15, 2020
-
-
Yuki Okushi authored
-
- Sep 30, 2020
-
-
David Stroud authored
There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s.
-
David Stroud authored
In the `no-std` section of the README, there was a typo: "disable this feature remove the dependency". The word "to" was added in this commit to create "disable this feature to remove this dependency".
-
- Aug 05, 2020
-
-
Dark Kirb authored
DevkitPPC does not support unix sockets natively, meaning that bindings to these functions was removed for powerpc targets with "nintendo" as vendor. Suggested target json files: Nintendo Gamecube: ``` { "arch": "powerpc", "data-layout": "E-m:e-p:32:32-i64:64-n32", "dynamic-linking": false, "env": "newlib", "executables": true, "has-elf-tls": false, "has-rpath": true, "linker-flavor": "gcc", "llvm-target": "powerpc-eabi", "max-atomic-width": 32, "os": "dolphin", "target-c-int-width": "32", "target-endian": "big", "target-family": "unix", "target-mcount": "_mcount", "target-pointer-width": "32", "vendor": "nintendo" } ``` Nintendo Wii: ``` { "arch": "powerpc", "data-layout": "E-m:e-p:32:32-i64:64-n32", "dynamic-linking": false, "env": "newlib", "executables": true, "has-elf-tls": false, "has-rpath": true, "linker-flavor": "gcc", "llvm-target": "powerpc-eabi", "max-atomic-width": 32, "os": "revolution", "target-c-int-width": "32", "target-endian": "big", "target-family": "unix", "target-mcount": "_mcount", "target-pointer-width": "32", "vendor": "nintendo" } ```
-
- Jul 08, 2020
-
-
Yuki Okushi authored
-
- Jul 07, 2020
-
-
Yuki Okushi authored
-
- Mar 10, 2020
-
-
Yuki Okushi authored
-
- Oct 28, 2019
-
-
Aaron Hill authored
Add a new feature to enable this, since `const extern fn` support is unstable
-
- Oct 18, 2019
-
-
Alex Touchet authored
-
- Oct 17, 2019
-
-
gnzlbg authored
-
- Aug 12, 2019
-
-
gnzlbg authored
-
- Jul 27, 2019
- Jul 15, 2019
-
-
Joe Richey authored
-
- Jul 12, 2019
-
-
Joe Richey authored
-
- Jul 11, 2019
-
-
Joe Richey authored
-
- Jun 28, 2019
-
-
Jonathan Behrens authored
-
- May 24, 2019
-
-
gnzlbg authored
Related to #657 .
-
- Feb 21, 2019
- Feb 13, 2019
-
-
gnzlbg authored
-
- Feb 09, 2019
-
-
Arnav Borborah authored
-
- Feb 07, 2019
- Feb 03, 2019
-
-
Bryant Mairs authored
-
- Feb 02, 2019
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jan 02, 2019
-
-
Alex Crichton authored
See if it works with Cirrus CI!
-
Alan Somers authored
Reported-by: Alex Zepeda
-
- Nov 26, 2018
-
-
gnzlbg authored
Closes #651 .
-
- Nov 22, 2018
-
-
gnzlbg authored
Closes #651 .
-
- Nov 20, 2018
-
-
gnzlbg authored
-
- Jul 30, 2018
-
-
Linus Färnstrand authored
-
- Jul 01, 2018
-
-
BC Ko authored
added Documentation, Latest Version, License badges similar to rand crate. https://crates.io/crates/rand
-
- Apr 21, 2018
-
-
Trevor Spiteri authored
-
- Mar 10, 2018
-
-
bgermann authored
Add sparc64-unknown-linux-gnu and x86_64-sun-solaris. Remove aarch64-unknown-linux-musl.
-
- Sep 25, 2017
-
-
Tom Kirchner authored
Signed-off-by:
Tom Kirchner <tjk@amazon.com> Signed-off-by:
Ben Cressey <bcressey@amazon.com>
-
- Aug 21, 2017
-
-
Bryant Mairs authored
We now create an additional binary `linux_fcntl` for testing this since there are header conflicts when including all necessary headers. This binary is run on all platforms even though it's empty on all non- Android/non-Linux platforms. Testing has been switched from a custom binary to using a runner-less test (or pair of tests). This means that for local development a simple `cd libc-test && cargo test` will run all the tests. CI has also been updated here to reflect that.
-
- Apr 26, 2017
-
-
Alex Crichton authored
Anyone can do it!
-
- Jan 18, 2017
-
-
Kevin Brothaler authored
-