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
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-5
/
+4
2025-02-08
Rustfmt
bjorn3
-9
/
+12
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-52
/
+29
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-13
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-1
/
+1
2024-06-16
coverage: Remove some old low-value unit tests for graph traversal
Zalathar
-106
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-2
/
+1
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-1
/
+1
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-2
/
+3
2023-12-30
coverage: Make `coverage_counters` a local variable
Zalathar
-2
/
+4
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-07
coverage: Avoid unnecessary macros in unit tests
Zalathar
-57
/
+33
2023-10-31
coverage: Replace impossible `coverage::Error` with assertions
Zalathar
-4
/
+2
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-1
/
+1
2023-10-12
coverage: Store a graph reference in the graph traversal struct
Zalathar
-1
/
+1
2023-10-10
coverage: Unbox and simplify `bcb_filtered_successors`
Zalathar
-1
/
+1
2023-10-03
coverage: Encapsulate coverage spans
Zalathar
-28
/
+6
2023-08-20
coverage: Don't store `function_source_hash` in `BcbCounter::Counter`
Zalathar
-1
/
+1
2023-08-20
coverage: Give the instrumentor its own counter type, separate from MIR
Zalathar
-3
/
+2
2023-08-20
coverage: Remove a useless `let () =`
Zalathar
-1
/
+1
2023-08-13
Store BCB counters externally, not directly in the BCB graph
Zalathar
-3
/
+3
2023-08-13
Accumulate intermediate expressions into `CoverageCounters`
Zalathar
-2
/
+2
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-2
/
+2
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
2023-05-17
Drive-by cleanup: `debug::term_type` => `TerminatorKind::name`
Maybe Waffle
-6
/
+5
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-1
/
+1
2023-03-29
Rename `IndexVec::last` → `last_index`
Scott McMurray
-1
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+0
2022-12-20
Add missing anonymous lifetime
Jeremy Stucki
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-4
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-3
/
+3
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-0
/
+1
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-2
/
+2
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-2
/
+4
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-3
/
+4
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-14
/
+2
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-4
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-4
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+721