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_middle
/
src
/
mir
/
coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-0
/
+8
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+2
2023-10-18
coverage: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+10
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-20
/
+21
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-8
/
+10
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-0
/
+14
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-7
/
+9
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-0
/
+2
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-2
/
+10
2023-10-03
coverage: Remove `next_id` methods from counter/expression IDs
Zalathar
-10
/
+0
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-10
/
+0
2023-08-20
coverage: Give the instrumentor its own counter type, separate from MIR
Zalathar
-15
/
+0
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-13
/
+13
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-11
/
+15
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-48
/
+26
2023-08-01
Add some line comments to enum `CoverageKind`
Zalathar
-0
/
+4
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-1
/
+4
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-8
/
+4
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-5
/
+5
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-5
/
+5
2022-12-18
Use `#[derive]` instead of custom syntax in all `newtype_index`
Nilstrieb
-5
/
+5
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-14
/
+5
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-1
/
+1
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-3
/
+3
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-1
/
+19
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-8
/
+0
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-3
/
+14
2020-12-24
use matches!() macro in more places
Matthias Krüger
-8
/
+2
2020-11-25
fix URLs in doc comment
Rich Kadel
-3
/
+3
2020-11-23
Updated links to LLVM 11 docs and types
Rich Kadel
-3
/
+3
2020-11-06
Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry
bors
-9
/
+65
2020-11-05
Addressed all feedback to date
Rich Kadel
-14
/
+0
2020-11-05
Rust coverage before splitting instrument_coverage.rs
Rich Kadel
-9
/
+79
2020-11-05
Fix even more URLs
Guillaume Gomez
-3
/
+3
2020-10-18
Move orphan module-name/mod.rs files into module-name.rs files
est31
-0
/
+124