]> git.lizzy.rs Git - rust.git/commit
rollup merge of #20237: RustOS-Fork-Holding-Ground/master
authorAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jan 2015 01:17:15 +0000 (17:17 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jan 2015 01:17:15 +0000 (17:17 -0800)
commitebe8411874f8bb8ba2f7eae2f482a54d34195f69
treef2ff04717f465fef5ee50e96a7d1ba98a136e27d
parent9f1ead8fadc56bad30dc74f5cc50d78af4fbc972
parentb1b4bc90b8a1d2fc73b76cbbd0104f6c1acee33f
rollup merge of #20237: RustOS-Fork-Holding-Ground/master

libc is only used when the heap allocations are not defined externally, or defined in another crate. I assume these extern* configurations were added for the sake of those of us experimenting with freestanding Rust. Avoiding libc where possible is often very important for us.