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
/
debug.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-1
/
+1
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-14
/
+13
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+2
2023-06-27
Use `CoverageKind::as_operand_id` instead of manually reimplementing it
Zalathar
-15
/
+2
2023-05-24
Rollup merge of #111121 - Zalathar:ra-false-positive, r=jackh726
Matthias Krüger
-2
/
+2
2023-05-17
Drive-by cleanup: `debug::term_type` => `TerminatorKind::name`
Maybe Waffle
-24
/
+3
2023-05-03
Work around `rust-analyzer` false-positive type errors
Zalathar
-2
/
+2
2023-04-16
more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...
Matthias Krüger
-4
/
+2
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-1
/
+4
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-2
/
+2
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-2
/
+2
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-15
/
+13
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-03-01
7 - Make more use of `let_chains`
Caio
-8
/
+6
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-1
/
+1
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-4
/
+1
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-1
/
+1
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-5
/
+5
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-5
/
+5
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+838