summaryrefslogtreecommitdiff
path: root/src/libprofiler_builtins
Commit message (Expand)AuthorAgeFilesLines
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-1/+0
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+1
* Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider2018-04-071-0/+1
* pgo: Blindly try to fix Windows build.Emilio Cobos Álvarez2018-03-251-0/+2
* profiler_builtins: Add missing ProfilingNameVar file to the profiler build.Emilio Cobos Álvarez2018-03-251-0/+1
* profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms.Emilio Cobos Álvarez2018-03-251-0/+1
* *: strip calls to cc::Build::compileTamir Duberstein2017-11-281-1/+1
* Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa2017-10-111-1/+1
* Update to the `cc` crateAlex Crichton2017-09-282-3/+3
* update gcc crateRalf Jung2017-09-021-1/+1
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-2/+0
* Bump master to 1.21.0Alex Crichton2017-07-251-2/+2
* Switch to rust-lang-nursery/compiler-builtinsAlex Crichton2017-07-051-1/+1
* Fix gcc version required by libprofiler_builtinsMarco Castelluccio2017-06-131-1/+1
* Redefine strdup, open, fdopen as _strdup, _open, _fdopen to avoid linking err...Marco Castelluccio2017-06-121-0/+3
* Compile WindowsMMap too on MSVCMarco Castelluccio2017-06-121-14/+15
* Add profiling support, through the rustc -Z profile flag.whitequark2017-05-013-0/+94