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
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
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-1
/
+1
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-17
/
+8
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-4
/
+4
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-8
/
+7
2022-02-24
Fix intra-doc link issues exposed by new macro
Aaron Hill
-1
/
+1
2022-01-23
Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726
Matthias Krüger
-8
/
+2
2022-01-22
rustc_mir_itertools: Avoid needless `collect` with itertools
Mateusz Mikuła
-8
/
+2
2022-01-20
Simplify use of `map_or`
Oli Scherer
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-3
/
+3
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+769