summary refs log tree commit diff
path: root/src/libprofiler_builtins/build.rs
AgeCommit message (Expand)AuthorLines
2017-09-28Update to the `cc` crateAlex Crichton-2/+2
2017-09-02update gcc crateRalf Jung-1/+1
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-06-12Redefine strdup, open, fdopen as _strdup, _open, _fdopen to avoid linking err...Marco Castelluccio-0/+3
2017-06-12Compile WindowsMMap too on MSVCMarco Castelluccio-14/+15
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+56