index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libprofiler_builtins
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-11
Require compiler-rt root at ../src/llvm-project/compiler-rt
Luca Barbieri
-2
/
+3
2020-03-18
Remove -ffreestanding from libprofiler_builtins because we do need the standa...
rojamd
-1
/
+0
2020-01-07
Handle changed InstrProfilingRuntime path
Nikita Popov
-2
/
+7
2020-01-07
Add include path when compiling profiler runtime
Nikita Popov
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-18
/
+21
2019-07-15
Compile new InstrProfilingPlatformWindows.c file
Nikita Popov
-0
/
+1
2019-05-23
Ship profiler with windows-gnu
Mateusz Mikuła
-1
/
+5
2019-05-22
Bump compiler-builtins to 0.1.15
Alex Crichton
-3
/
+1
2019-05-08
libprofiler_builtins: Set compilation flags more correctly for C code.
Michael Woerister
-0
/
+13
2019-02-06
libprofiler_builtins => 2018
Taiki Endo
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+7
2018-03-25
pgo: Blindly try to fix Windows build.
Emilio Cobos Álvarez
-0
/
+2
2018-03-25
profiler_builtins: Add missing ProfilingNameVar file to the profiler build.
Emilio Cobos Álvarez
-0
/
+1
2018-03-25
profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms.
Emilio Cobos Álvarez
-0
/
+1
2017-11-28
*: strip calls to cc::Build::compile
Tamir Duberstein
-1
/
+1
2017-09-28
Update to the `cc` crate
Alex Crichton
-2
/
+2
2017-09-02
update gcc crate
Ralf Jung
-1
/
+1
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-1
/
+1
2017-06-12
Redefine strdup, open, fdopen as _strdup, _open, _fdopen to avoid linking err...
Marco Castelluccio
-0
/
+3
2017-06-12
Compile WindowsMMap too on MSVC
Marco Castelluccio
-14
/
+15
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+56