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
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