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
Age
Commit message (
Expand
)
Author
Lines
2023-11-25
coverage: Assert that bcb0 starts with bb0 and has no in-edges
Zalathar
-0
/
+13
2023-11-25
coverage: Eliminate `BcbBranch`
Zalathar
-104
/
+69
2023-11-25
coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges`
Zalathar
-9
/
+16
2023-11-25
coverage: Simplify building coverage expressions based on sums
Zalathar
-71
/
+54
2023-11-25
coverage: Use `BcbCounter` to build coverage expressions
Zalathar
-19
/
+16
2023-11-25
coverage: Push down creation of a visited node's counter
Zalathar
-6
/
+7
2023-11-25
coverage: Push down and inline `bcb_needs_branch_counters`
Zalathar
-9
/
+10
2023-11-25
coverage: Rename parameter `branching_bcb` to `from_bcb`
Zalathar
-9
/
+7
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-2
/
+6
2023-11-12
coverage: Avoid creating malformed macro name spans
Zalathar
-0
/
+6
2023-10-31
coverage: Replace impossible `coverage::Error` with assertions
Zalathar
-67
/
+33
2023-10-31
coverage: Promote some debug-only checks to always run
Zalathar
-12
/
+12
2023-10-30
coverage: Use a tracing span to group the parts of a sum-up expression
Zalathar
-1
/
+4
2023-10-30
coverage: Inline the "recursive" worker methods for assigning counters
Zalathar
-21
/
+5
2023-10-30
coverage: Replace manual debug indents with nested tracing spans
Zalathar
-65
/
+19
2023-10-21
Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot
Matthias Krüger
-57
/
+41
2023-10-21
coverage: Simplify the injection of coverage statements
Zalathar
-143
/
+87
2023-10-21
coverage: Simplify initial creation of coverage spans
Zalathar
-45
/
+32
2023-10-21
coverage: Don't create an intermediate vec for each BCB's initial spans
Zalathar
-26
/
+23
2023-10-21
coverage: Handle fn signature spans more consistently near `?`
Zalathar
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
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
-72
/
+19
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-41
/
+15
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-20
/
+20
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-74
/
+25
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-16
debug Span::ctxt() call detection
Arthur Lafrance
-1
/
+1
2023-10-16
coverage: Explain why we temporarily steal `pending_dups`
Zalathar
-6
/
+20
2023-10-16
coverage: Inline `span_bcb_dominates`
Zalathar
-14
/
+11
2023-10-16
coverage: Inline `prev_starts_after_next`
Zalathar
-10
/
+5
2023-10-16
coverage: Move `take_curr` and note what its callers are doing
Zalathar
-9
/
+9
2023-10-16
coverage: Call `prev`/`curr` less in other places
Zalathar
-11
/
+17
2023-10-16
coverage: Call `prev`/`curr` less in `to_refined_spans`
Zalathar
-22
/
+20
2023-10-16
coverage: Remove redundant field `prev_expn_span`
Zalathar
-7
/
+2
2023-10-16
coverage: Flatten guard logic in `maybe_flush_pending_dups`
Zalathar
-15
/
+16
2023-10-16
coverage: Flatten guard logic in `maybe_push_macro_name_span`
Zalathar
-20
/
+17
2023-10-16
coverage: Simplify `push_refined_span`
Zalathar
-12
/
+8
2023-10-16
coverage: Use `DUMMY_SP` instead of creating a dummy span manually
Zalathar
-4
/
+4
2023-10-16
coverage: Rename `hold_pending_dups_unless_dominated` to `update_pending_dups`
Zalathar
-2
/
+2
2023-10-16
coverage: Rename `check_pending_dups` to `maybe_flush_pending_dups`
Zalathar
-2
/
+2
2023-10-16
coverage: Rename `check_invoked_macro_name_span` to `maybe_push_macro_name_span`
Zalathar
-5
/
+7
2023-10-13
Format all the let chains in compiler
Michael Goulet
-6
/
+9
2023-10-12
coverage: Simplify adding BCB successors to the traversal worklists
Zalathar
-38
/
+39
2023-10-12
coverage: Don't store loop backedges in the traversal context
Zalathar
-7
/
+10
2023-10-12
coverage: Store a graph reference in the graph traversal struct
Zalathar
-17
/
+16
2023-10-12
coverage: Use a `VecDeque` for loop traversal worklists
Zalathar
-31
/
+18
[next]