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
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-15
Use RPITIT for `Successors` and `Predecessors` traits
Maybe Waffle
-6
/
+2
2024-04-14
Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`
Maybe Waffle
-2
/
+2
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-15
/
+7
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-3
/
+1
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-5
/
+13
2024-02-23
coverage: Use variable name `this` in `CoverageGraph::from_mir`
Zalathar
-7
/
+6
2024-01-14
coverage: Simplify computing successors in the BCB graph
Zalathar
-14
/
+7
2024-01-14
coverage: Move helper `add_basic_coverage_block` into a local closure
Zalathar
-22
/
+18
2024-01-14
coverage: Simplify the loop that combines blocks into BCBs
Zalathar
-57
/
+33
2024-01-14
coverage: Indicate whether a block's successors allow BCB chaining
Zalathar
-28
/
+62
2024-01-14
coverage: Determine a block's successors from just the terminator
Zalathar
-14
/
+11
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
-39
/
+0
2023-11-25
coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges`
Zalathar
-1
/
+15
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
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
-11
/
+10
2023-10-12
coverage: Use a `VecDeque` for loop traversal worklists
Zalathar
-31
/
+18
2023-10-12
coverage: Rename `next_bcb` to just `bcb`
Zalathar
-9
/
+10
2023-10-12
coverage: Simplify the detection of reloop edges to be given expressions
Zalathar
-4
/
+14
2023-10-10
coverage: Unbox and simplify `bcb_filtered_successors`
Zalathar
-27
/
+23
2023-10-10
coverage: Replace `ShortCircuitPreorder` with a single function
Zalathar
-55
/
+17
2023-10-03
coverage: Update comments/logs that referred to `CoverageSpan`
Zalathar
-2
/
+2
2023-09-20
coverage: Remove debug code from the instrumentor
Zalathar
-7
/
+0
2023-09-18
coverage: Simplify sorting of coverage spans extracted from MIR
Zalathar
-6
/
+2
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-08-13
Store BCB counters externally, not directly in the BCB graph
Zalathar
-103
/
+2
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-7
/
+4
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-9
/
+6
2023-06-27
Simplify some conditions
Maybe Waffle
-1
/
+1
2023-05-17
Merge DominatorTree and Dominators.
Camille GILLOT
-14
/
+5
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-26
/
+20
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-2
/
+2
2023-04-03
Doc-comment `IndexVec::from_elem` and use it in a few more places
Scott McMurray
-3
/
+2
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-03-10
Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb
Matthias Krüger
-20
/
+20
2023-03-09
no more do while
lcnr
-20
/
+20
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-01-21
Consistently use dominates instead of is_dominated_by
Tomasz Miąsko
-7
/
+7
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-07-07
Move `predecessors` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
[next]