about summary refs log tree commit diff
path: root/src/libstd/sys/unix/c.rs
AgeCommit message (Expand)AuthorLines
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-0/+53
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+53
2015-02-01openbsd supportSébastien Marie-5/+12
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-11powerpc: add cdefs for linuxRicho Healey-3/+9
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-07markers -> markerNick Cameron-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-4/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-4/+7
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-29Fix impl of Send and Sync for mipsEric Allen-2/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+6
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+262