about summary refs log tree commit diff
path: root/src/libprofiler_builtins
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+8
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] libprofiler_builtins: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+1
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-03-25pgo: Blindly try to fix Windows build.Emilio Cobos Álvarez-0/+2
2018-03-25profiler_builtins: Add missing ProfilingNameVar file to the profiler build.Emilio Cobos Álvarez-0/+1
2018-03-25profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms.Emilio Cobos Álvarez-0/+1
2017-11-28*: strip calls to cc::Build::compileTamir Duberstein-1/+1
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-09-28Update to the `cc` crateAlex Crichton-3/+3
2017-09-02update gcc crateRalf Jung-1/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-07-25Bump master to 1.21.0Alex Crichton-2/+2
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
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