- Oct 15, 2019
-
-
Mateusz Mikuła authored
-
- Oct 10, 2019
- Oct 09, 2019
-
-
BaoshanPang authored
adding PATH_MAX use type c_int for _PARM_NAME_MAX and _PARM_PATH_MAX
-
- Oct 04, 2019
-
-
Niels Sascha Reedijk authored
-
- Sep 29, 2019
-
-
Baoshan authored
sync with rust-lang/libc master
-
- Sep 28, 2019
-
-
bors authored
Add `pthread_main_np` to FreeBSD-like and `_lwp_self` to NetBSD
-
- Sep 27, 2019
-
-
Murarth authored
-
- Sep 26, 2019
-
-
Baoshan authored
Sync to rust-lang/libc master
-
bors authored
update rtpSpawn prototype
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 25, 2019
- Sep 24, 2019
-
-
Baoshan authored
Sync to rust-lang/libc branch master
-
bors authored
VxWorks libc cleanups and fixes for some libc-test issues
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 23, 2019
-
-
Baoshan authored
move rtpSpawn and RTP_ID_ERROR from libstd to libc
-
Baoshan Pang authored
-
n-salim authored
use union for unions
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 22, 2019
-
-
bors authored
Add environment variable FILTER to choose which target(s) to run
-
Baoshan authored
Sync to rust-lang/libc master
-
Baoshan Pang authored
-
- Sep 21, 2019
-
-
bors authored
Skip max_align_t in FreeBSD10 This error was able to land because FreeBSD10 is not checked by bors yet (see: RCS PR: https://github.com/rust-lang/rust-central-station/pull/481) .
-
bors authored
Fixes Two patches fixing minor issues.
-
gnzlbg authored
-
bors authored
Add FreeBSD10 support This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only. cc @asomers this is a follow up to #1491 .
-
- Sep 20, 2019
-
-
n-salim authored
VxWorks libc cleanups and fixes for some libc-test issues that were p…
-
Salim Nasser authored
-
bors authored
Implement max_align_t Implement `max_align_t` for windows and unix targets. WIP: at this stage I just want to see what breaks.