about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
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