Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #446 from alexcrichton/link-cfg | Alex Crichton | 2016-11-09 | 1 | -0/+1 |
|\ | |||||
| * | Use `#[link(cfg(..))]` in preparation for libstd | Alex Crichton | 2016-11-09 | 1 | -0/+1 |
* | | Use target_os instead of cfg(redox) | Jeremy Soller | 2016-11-08 | 1 | -1/+1 |
* | | Minimal liblibc for Redox | Jeremy Soller | 2016-11-03 | 1 | -0/+3 |
|/ | |||||
* | Go back to stable for rustdoc | Alex Crichton | 2016-10-14 | 1 | -3/+0 |
* | Fix the build on s390x | Alex Crichton | 2016-10-10 | 1 | -0/+3 |
* | added getchar and putchar as they both are part of POSIX.1-2008 | Philipp Keller | 2016-08-30 | 1 | -0/+2 |
* | Add memset | meh | 2016-08-06 | 1 | -0/+1 |
* | Add memcpy and memmove | meh | 2016-08-04 | 1 | -1/+3 |
* | Add strdup extern | meh | 2016-07-08 | 1 | -0/+1 |
* | Added strnlen function to all platforms. | Raphael Cohn | 2016-05-04 | 1 | -0/+1 |
* | Make cfg_if uses more explicit and consistent | Kamal Marhubi | 2016-03-11 | 1 | -1/+3 |
* | Don't link against lib{c,rt} on Rumprun for libstd | Sebastian Wicki | 2016-02-29 | 1 | -1/+1 |
* | Add a default-on "use_std" feature | Alex Crichton | 2016-02-10 | 1 | -1/+3 |
* | Add abort | Brian Campbell | 2016-01-31 | 1 | -0/+1 |
* | Fix compiles on various BSDs | Alex Crichton | 2015-12-17 | 1 | -1/+16 |
* | Add rumprun CI and get tests passing | Alex Crichton | 2015-12-01 | 1 | -0/+2 |
* | Remove `#[staged_api]` | Vadim Petrochenkov | 2015-11-24 | 1 | -1/+1 |
* | Remove reference to raw_pointer_derive lint | Devon Hollowood | 2015-11-17 | 1 | -1/+1 |
* | Allow warnings during a libstd build | Alex Crichton | 2015-11-02 | 1 | -0/+1 |
* | Add support to build as part of the standard library | Alex Crichton | 2015-11-02 | 1 | -0/+13 |
* | Add bindings for -D_FILE_OFFSET_BITS=64 | Alex Crichton | 2015-11-02 | 1 | -1/+1 |
* | Merge pull request #25 from alexcrichton/more-constants | Alex Crichton | 2015-10-30 | 1 | -1/+1 |
|\ | |||||
| * | Add more bindings for signals and select/pselect | Alex Crichton | 2015-10-30 | 1 | -1/+1 |
* | | Define dirent_t on all platforms | Alex Crichton | 2015-10-30 | 1 | -2/+0 |
|/ | |||||
* | OK, maybe a little soon for iOS | Alex Crichton | 2015-10-29 | 1 | -6/+0 |
* | Document iOS triples | Alex Crichton | 2015-10-29 | 1 | -0/+6 |
* | Explain weirdness of c_void and android missing fns | Alex Crichton | 2015-10-29 | 1 | -2/+6 |
* | Improve the README and switch URLs | Alex Crichton | 2015-10-29 | 1 | -13/+13 |
* | Use isize/usize | Alex Crichton | 2015-09-22 | 1 | -1/+20 |
* | Add aarch64 url | Alex Crichton | 2015-09-17 | 1 | -0/+3 |
* | Fix all tests on OSX | Alex Crichton | 2015-09-17 | 1 | -1/+0 |
* | Fix android | Alex Crichton | 2015-09-17 | 1 | -0/+1 |
* | Show some crate docs | Alex Crichton | 2015-09-17 | 1 | -0/+2 |
* | i686 => x86 | Alex Crichton | 2015-09-17 | 1 | -2/+2 |
* | Root urls for everyone! | Alex Crichton | 2015-09-17 | 1 | -2/+36 |
* | Attempt to build docs on Travis | Alex Crichton | 2015-09-16 | 1 | -0/+8 |
* | Hide variants of c_void from docs | Alex Crichton | 2015-09-16 | 1 | -0/+3 |
* | Major organization revamp | Alex Crichton | 2015-09-15 | 1 | -25/+10 |
* | Get android tests working | Alex Crichton | 2015-09-11 | 1 | -51/+10 |
* | Windows working again | Alex Crichton | 2015-09-11 | 1 | -13/+9 |
* | Remove now stray comment | Alex Crichton | 2015-09-11 | 1 | -1/+0 |
* | Get OSX working | Alex Crichton | 2015-09-11 | 1 | -3/+32 |
* | Let's just juggle everything around! | Alex Crichton | 2015-09-11 | 1 | -6485/+171 |
* | Correct ip6_mreq => ipv6_mreq | Alex Crichton | 2015-09-11 | 1 | -6/+6 |
* | Windows 32-bit fixes | Alex Crichton | 2015-09-11 | 1 | -14/+27 |
* | Fix OSX | Alex Crichton | 2015-09-10 | 1 | -15/+3 |
* | Add appveyor config | Alex Crichton | 2015-09-10 | 1 | -3/+0 |
* | More windows compat | Alex Crichton | 2015-09-10 | 1 | -9/+9 |
* | Fix linkage on OSX | Alex Crichton | 2015-09-10 | 1 | -29/+110 |