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
/
compiler
/
rustc_llvm
/
llvm-wrapper
/
CoverageMappingWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
llvm-wrapper: adapt for LLVM API changes
Krasimir Georgiev
-0
/
+3
2023-08-04
coverage: Don't convert symbol names to `CString` for FFI
Zalathar
-2
/
+5
2023-08-04
coverage: Don't convert filenames to `CString` for FFI
Zalathar
-2
/
+10
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-5
/
+0
2023-07-13
Fix the length parameter type of `LLVMRustCoverageHashByteArray`
Zalathar
-1
/
+1
2023-05-09
Correctly mark parameter `RustMappingRegions` as pointer-to-`const`
Zalathar
-1
/
+1
2023-05-09
Isolate coverage FFI type layouts from their underlying LLVM C++ types
Zalathar
-7
/
+100
2023-01-11
rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors.
Dmitri Gribenko
-5
/
+6
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-11
/
+0
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-2
/
+7
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-7
/
+0
2021-03-19
fix: I meant LLVM version 13, not 12
Augie Fackler
-1
/
+1
2021-03-16
llvm-wrapper: pass std::string instead of StringRef
Augie Fackler
-0
/
+7
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-2
/
+22
2020-11-25
Improved version check
Rich Kadel
-3
/
+2
2020-11-24
Check for LLVM 11+ when using `-Z instrument-coverage`
Rich Kadel
-0
/
+8
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-16
/
+31
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-0
/
+70