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
Age
Commit message (
Expand
)
Author
Lines
2023-10-28
coverage: Consistently remove unused counter IDs from expressions/mappings
Zalathar
-31
/
+41
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
/
+49
2023-10-22
coverage: Fetch expressions and mappings separately
Zalathar
-28
/
+14
2023-10-22
coverage: Split `FunctionCoverage` into distinct collector/finished phases
Zalathar
-24
/
+40
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
-43
/
+39
2023-10-21
coverage: Emit mappings for unused functions without generating stubs
Zalathar
-74
/
+37
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: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+7
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-78
/
+42
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-69
/
+39
2023-10-18
coverage: Make expression simplification non-destructive
Zalathar
-22
/
+58
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-75
/
+51
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-22
/
+22
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-15
/
+22
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-49
/
+48
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-3
/
+3
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-61
/
+65
2023-10-03
coverage: Mappings for unused functions can all be zero
Zalathar
-11
/
+3
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-156
/
+64
2023-09-21
coverage: Explicitly simplify coverage expressions in codegen
Zalathar
-1
/
+57
2023-09-21
coverage: Make the zero counter a constant
Zalathar
-15
/
+12
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-22
Inline functions called from `add_coverage`
Arpad Borsos
-123
/
+46
2023-08-04
coverage: Don't convert symbol names to `CString` for FFI
Zalathar
-4
/
+8
2023-08-04
coverage: Don't convert filenames to `CString` for FFI
Zalathar
-17
/
+22
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-6
/
+199
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-27
/
+12
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-37
/
+16
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-27
/
+22
2023-07-24
coverage: Obtain the `__llvm_covfun` section name outside a per-function loop
Zalathar
-8
/
+31
2023-07-16
Auto merge of #113430 - Zalathar:hash, r=b-naber
bors
-10
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-6
/
+1
2023-07-13
Pass a byte slice to `coverageinfo::hash_bytes` instead of an owned vector
Zalathar
-2
/
+2
2023-07-13
Don't clone symbol names for coverage hashing
Zalathar
-3
/
+3
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+3
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-2
/
+441
2023-07-05
Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it
Zalathar
-5
/
+11
[next]