summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Collapse)AuthorLines
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-0/+7
This was quite a curious bug on windows, and the details can be found in the comment I added to src/librustc/back/link.rs
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
These wrappers are bound to a specific libc, and they don't need to be part of libstd.