about summary refs log tree commit diff
path: root/src/libprofiler_builtins
AgeCommit message (Expand)AuthorLines
2017-06-13Fix gcc version required by libprofiler_builtinsMarco Castelluccio-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/+94