about summary refs log tree commit diff
path: root/src/liblibc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-13io: Implement process wait timeoutsAlex Crichton-17/+1
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-3/+3
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-5/+6
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-0/+11
2014-05-12Fix field ordering of addrinfo struct on AndroidTom Lee-0/+11
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-11/+4
2014-05-10Reexport wchar_t, c_scharManish Goregaokar-2/+2
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-1/+5
2014-05-04Implement fallbacks for functions unavailable in older versions of WindowsAlan Williams-11/+4
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-1/+1
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+1
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-5/+10
2014-04-16This is a Windows specific fix in libc. According to MSDN, the GUIDiancormac84-2/+2
2014-04-16auto merge of #13454 : brson/rust/noglobs, r=alexcrichtonbors-61/+147
2014-04-15Remove usage of private enum variantsAlex Crichton-2/+2
2014-04-15libc: Deglob reexports. #11870Brian Anderson-61/+147
2014-04-10rustc: Don't succeed on shadowed nonexistent importAlex Crichton-1/+1
2014-04-08Register new snapshotsAlex Crichton-8/+1
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-0/+7
2014-04-04Fix fallout from std::libc separationCorey Richardson-45/+29
2014-04-04Change how the readdir/opendir hack worksCorey Richardson-10/+6
2014-04-04Remove libc from stdCorey Richardson-0/+4323