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_middle
/
src
/
mir
/
patch.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-14
Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.
Nicholas Nethercote
-258
/
+0
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-1
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-03-08
Update MIR with `MirPatch` in `UninhabitedEnumBranching`
DianQK
-2
/
+25
2023-12-10
remove redundant imports
surechen
-3
/
+0
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-10-04
Remove mir::LocalDecl::internal.
Camille GILLOT
-9
/
+2
2023-08-24
cache the terminate block with the last reason that we saw
Ralf Jung
-13
/
+9
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-10
/
+19
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-4
/
+4
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-09
Remove identity casts
Nilstrieb
-3
/
+3
2023-04-06
Address review feedback
Gary Guo
-7
/
+10
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+47
2023-04-06
Add `UnwindAction::Terminate`
Gary Guo
-0
/
+2
2023-04-06
Add `UnwindAction::Unreachable`
Gary Guo
-1
/
+4
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-2
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-5
/
+5
2022-08-23
Remove support for adding statement to all successors
Tomasz Miąsko
-17
/
+0
2022-08-23
Elide storage markers when elaborating deref projections
Tomasz Miąsko
-3
/
+6
2022-08-02
Avoid invalidating the CFG in MirPatch.
Jakob Degen
-35
/
+30
2022-05-26
clippy::complexity fixes
Matthias Krüger
-2
/
+1
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-1
/
+1
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-3
/
+1
2022-05-01
re-name stuff
ouz-a
-6
/
+8
2022-04-29
exp-stuff-dirty
ouz-a
-0
/
+9
2022-04-18
replace iter with into_iter()
ouz-a
-2
/
+2
2022-04-17
fat vec
ouz-a
-7
/
+5
2022-04-17
format err
ouz-a
-5
/
+3
2022-04-17
little changes
ouz-a
-7
/
+5
2022-04-16
Make derefer work everwhere
ouz-a
-0
/
+26
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+173