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_codegen_llvm
/
src
/
coverageinfo
/
mapgen.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-22
coverage: Emit the filenames section before encoding per-function mappings
Zalathar
-21
/
+15
2023-10-22
coverage: Encode function mappings without re-sorting them
Zalathar
-12
/
+14
2023-10-22
coverage: Encapsulate local-to-global file mappings
Zalathar
-5
/
+28
2023-10-22
coverage: Build the global file table ahead of time
Zalathar
-25
/
+43
2023-10-22
coverage: Fetch expressions and mappings separately
Zalathar
-3
/
+3
2023-10-22
coverage: Split `FunctionCoverage` into distinct collector/finished phases
Zalathar
-2
/
+3
2023-10-21
coverage: Change query `codegened_and_inlined_items` to a plain function
Zalathar
-3
/
+34
2023-10-21
coverage: Move unused-function helpers closer to where they are used
Zalathar
-6
/
+37
2023-10-21
coverage: Emit mappings for unused functions without generating stubs
Zalathar
-5
/
+30
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-19
Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors
bors
-3
/
+3
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-3
/
+1
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-5
/
+6
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-10
/
+7
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-3
/
+3
2023-09-21
coverage: Explicitly simplify coverage expressions in codegen
Zalathar
-1
/
+4
2023-09-14
Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk
bors
-2
/
+2
2023-09-11
coverage: Simplify grouping of mappings by file
Zalathar
-25
/
+25
2023-09-11
coverage: Push down the call to `get_expressions_and_counter_regions`
Zalathar
-7
/
+7
2023-09-11
coverage: Push down creation of the mappings payload buffer
Zalathar
-21
/
+14
2023-09-11
coverage: Reserve capacity for all of a function's mapping regions
Zalathar
-1
/
+1
2023-09-11
coverage: Use a stable sort when grouping mapped regions by file
Zalathar
-1
/
+1
2023-09-11
coverage: Convert `CoverageMapGenerator` to `GlobalFileTable`
Zalathar
-76
/
+96
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-2
/
+2
2023-08-04
coverage: Don't convert filenames to `CString` for FFI
Zalathar
-13
/
+12
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-2
/
+1
2023-07-24
coverage: Obtain the `__llvm_covfun` section name outside a per-function loop
Zalathar
-1
/
+10
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-1
/
+1
2023-07-13
Pass a byte slice to `coverageinfo::hash_bytes` instead of an owned vector
Zalathar
-1
/
+1
2023-07-13
Don't clone symbol names for coverage hashing
Zalathar
-3
/
+3
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-1
/
+1
2023-07-05
Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it
Zalathar
-1
/
+1
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-01-27
reduce rightward-drift
Tshepang Mbambo
-3
/
+2
2023-01-26
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
Matthias Krüger
-28
/
+17
2023-01-19
Use UnordSet instead of FxHashSet in define_id_collections!().
Michael Woerister
-3
/
+5
2023-01-09
Remove backwards compat for LLVM 12 coverage format
Arpad Borsos
-28
/
+17
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-09
Port Instrument coverage requires llvm 12 to the new struct
SLASHLogin
-1
/
+2
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-2
/
+2
2022-01-21
Work around missing code coverage data causing llvm-cov failures
Wesley Wiser
-4
/
+13
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-2
/
+2
2021-12-27
Address review comments
Wesley Wiser
-20
/
+27
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-83
/
+24
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-4
/
+4
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-11-30
Add conditional support for coverage map version 6
Rich Kadel
-12
/
+33
[next]