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
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-119
/
+0
2020-07-22
build: Avoid unnecessary build script reruns in libstd
Vadim Petrochenkov
-0
/
+2
2020-07-22
build: Remove unnecessary `build = "build.rs"` annotations
Vadim Petrochenkov
-1
/
+0
2020-06-25
Prepare for LLVM 11
Josh Stone
-6
/
+10
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
-21
/
+26
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
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-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-06
libprofiler_builtins => 2018
Taiki Endo
-3
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-2
/
+8
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
[nll] libprofiler_builtins: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+1
2018-04-07
Inject the `compiler_builtins` crate whenever the `core` crate is injected
Oliver Schneider
-0
/
+1
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-10-11
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
Marco A L Barbosa
-1
/
+1
2017-09-28
Update to the `cc` crate
Alex Crichton
-3
/
+3
2017-09-02
update gcc crate
Ralf Jung
-1
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+2
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-1
/
+1
2017-06-13
Fix gcc version required by libprofiler_builtins
Marco Castelluccio
-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
/
+94