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
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-2
/
+9
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-3
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+3
2024-05-14
coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed
Zalathar
-6
/
+1
2024-05-01
coverage: Replace `max_decision_depth` with `num_condition_bitmaps`
Zalathar
-1
/
+1
2024-05-01
coverage: Set up MC/DC bitmaps without additional unsafe code
Zalathar
-5
/
+15
2024-05-01
coverage: Eagerly do start-of-function codegen for coverage
Zalathar
-27
/
+27
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-1
/
+2
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-4
/
+4
2024-04-29
mcdc-coverage: Add possibility for codegen llvm to handle several condition b...
Dorian Péron
-7
/
+18
2024-04-20
coverage. Lowering MC/DC statements to llvm-ir
zhuyunxing
-1
/
+69
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-1
/
+157
2024-04-04
Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgr
bors
-4
/
+4
2024-04-04
coverage: Remove useless constants
Zalathar
-4
/
+4
2024-04-03
coverage: Correctly report and check LLVM's coverage mapping version
Zalathar
-9
/
+20
2024-04-01
Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead
bors
-3
/
+4
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-3
/
+4
2024-03-28
Replace `RemapFileNameExt::for_codegen` with explicit calls
Urgau
-1
/
+7
2024-03-26
coverage: Detect functions that have lost all their coverage statements
Zalathar
-4
/
+18
2024-03-26
coverage: Overhaul the search for unused functions
Zalathar
-62
/
+68
2024-03-26
coverage: Inline creating a dummy instance for unused functions
Zalathar
-11
/
+11
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-3
/
+1
2024-03-22
coverage: Clean up marker statements that aren't needed later
Zalathar
-9
/
+1
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-3
/
+9
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-2
/
+2
2024-03-13
coverage: Remove all unstable values of `-Cinstrument-coverage`
Zalathar
-7
/
+6
2024-03-02
avoid collecting into vecs in some places
Matthias Krüger
-20
/
+16
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-1
/
+0
2024-01-30
add missing potential_query_instability for keys and values in hashmap
yukang
-0
/
+1
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-25
/
+39
2024-01-02
coverage: Avoid a query stability hazard in `function_coverage_map`
Zalathar
-9
/
+4
2023-12-16
coverage: Avoid creating `func_coverage` for marker statements
Zalathar
-3
/
+11
2023-12-12
rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-0
/
+5
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-0
/
+3
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-4
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-2
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
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
[next]