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_mir_transform
/
src
/
coverage
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-31
coverage: Replace impossible `coverage::Error` with assertions
Zalathar
-16
/
+1
2023-10-21
coverage: Simplify the injection of coverage statements
Zalathar
-123
/
+72
2023-10-19
Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors
bors
-1
/
+4
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-38
/
+4
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-21
/
+13
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
-3
/
+5
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-1
/
+4
2023-10-03
coverage: Remove code for making expression copies of BCB counters
Zalathar
-10
/
+2
2023-10-03
coverage: Store each BCB's code regions in one coverage statement
Zalathar
-11
/
+12
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-12
/
+9
2023-10-03
coverage: Update comments/logs that referred to `CoverageSpan`
Zalathar
-13
/
+13
2023-10-03
coverage: Encapsulate coverage spans
Zalathar
-7
/
+6
2023-09-20
coverage: Remove vestigial `format_counter` methods
Zalathar
-16
/
+4
2023-09-20
coverage: Remove debug code from the instrumentor
Zalathar
-100
/
+7
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-19
/
+14
2023-08-20
coverage: Don't store `function_source_hash` in `BcbCounter::Counter`
Zalathar
-3
/
+5
2023-08-20
coverage: Give the instrumentor its own counter type, separate from MIR
Zalathar
-13
/
+32
2023-08-20
coverage: Move a debug print into `make_code_region`
Zalathar
-8
/
+11
2023-08-13
Store BCB counters externally, not directly in the BCB graph
Zalathar
-21
/
+16
2023-08-13
Accumulate intermediate expressions into `CoverageCounters`
Zalathar
-43
/
+38
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-1
/
+1
2023-04-26
Auto merge of #97368 - tmandry:coverage-underflow, r=jyn514
bors
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-1
/
+6
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-1
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-1
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+3
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-1
/
+1
2022-08-26
Merge implementations of HIR fn_decl and fn_sig.
Camille GILLOT
-1
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-8
/
+1
2022-06-19
Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()`
Michael Goulet
-1
/
+1
2022-05-24
coverage: Don't underflow column number
Tyler Mandry
-1
/
+1
2022-01-27
Store def_id_to_hir_id as variant in hir_owner.
Camille GILLOT
-1
/
+1
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-3
/
+3
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-11-06
use matches!() macro in more places
Matthias Krüger
-1
/
+1
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-3
/
+2
2021-10-14
Allow to hash HIR for coverage.
Camille GILLOT
-10
/
+6
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-2
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+588