about summary refs log tree commit diff
path: root/src/libprofiler_builtins
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-119/+0
2020-07-22build: Avoid unnecessary build script reruns in libstdVadim Petrochenkov-0/+2
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-06-25Prepare for LLVM 11Josh Stone-6/+10
2020-04-11Require compiler-rt root at ../src/llvm-project/compiler-rtLuca Barbieri-2/+3
2020-03-18Remove -ffreestanding from libprofiler_builtins because we do need the standa...rojamd-1/+0
2020-01-07Handle changed InstrProfilingRuntime pathNikita Popov-2/+7
2020-01-07Add include path when compiling profiler runtimeNikita Popov-0/+1
2019-12-22Format the worldMark Rousskov-21/+26
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-15Compile new InstrProfilingPlatformWindows.c fileNikita Popov-0/+1
2019-05-23Ship profiler with windows-gnuMateusz Mikuła-1/+5
2019-05-22Bump compiler-builtins to 0.1.15Alex Crichton-3/+1
2019-05-08libprofiler_builtins: Set compilation flags more correctly for C code.Michael Woerister-0/+13
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-06libprofiler_builtins => 2018Taiki Endo-3/+2
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