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
/
dest_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-1
/
+1
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-0
/
+3
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-0
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-6
/
+7
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-1
/
+0
2024-11-26
Remove -Zfuel.
Camille GILLOT
-5
/
+0
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-2
/
+3
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-4
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-10
Remove references from some structs.
Nicholas Nethercote
-7
/
+7
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-05
Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot
Matthias Krüger
-67
/
+46
2024-09-03
Rollup merge of #129926 - nnethercote:mv-SanityCheck-and-MirPass, r=cjgillot
Matthias Krüger
-3
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-3
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-29
Simplify `Candidate`.
Nicholas Nethercote
-47
/
+36
2024-08-29
Remove `Allocations`.
Nicholas Nethercote
-14
/
+4
2024-08-29
Move `WriteInfo` out of `Allocations`.
Nicholas Nethercote
-4
/
+4
2024-08-29
Remove the `'body` lifetime on `FilterInformation`.
Nicholas Nethercote
-9
/
+9
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-0
/
+6
2024-05-31
Revert "Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk"
Camille GILLOT
-1
/
+1
2024-05-29
Enable DestinationPropagation by default.
Camille GILLOT
-1
/
+1
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-02-24
Implement asm goto in MIR and MIR lowering
Gary Guo
-1
/
+2
2024-02-13
Bump `indexmap`
clubby789
-1
/
+2
2024-01-17
Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen
Matthias Krüger
-44
/
+37
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2024-01-07
Do not recompute liveness for DestinationPropagation.
Camille GILLOT
-44
/
+37
2024-01-05
rustc_mir_transform: Make DestinationPropagation stable for queries
Martin Nordholts
-16
/
+14
2024-01-04
Migrate memory overlap check from validator to lint
Tomasz Miąsko
-7
/
+0
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-18
Remove unused `TyCtxt` from `remove_dead_blocks`
Zalathar
-1
/
+1
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-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-6
/
+4
2023-06-19
add FIXME's for a later refactoring
lcnr
-3
/
+5
2023-06-19
mir opt: fix subtype handling
lcnr
-0
/
+13
2023-04-21
Actually keep `PlaceMention` if requested.
Camille GILLOT
-4
/
+3
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-2
/
+2
2023-03-14
Remove LocalKind::Var.
Camille GILLOT
-1
/
+1
2023-03-09
Bug on PlaceMention in dest-prop.
Camille GILLOT
-2
/
+3
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
[next]