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
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
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+1
2023-02-16
`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]
Scott McMurray
-3
/
+3
2023-01-29
Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk
bors
-2
/
+3
2023-01-27
Consider `CopyForDeref` for DestProp.
Camille GILLOT
-2
/
+3
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-16
Remove dead code after destination propagation
Tomasz Miąsko
-0
/
+7
2022-12-14
Various cleanups to dest prop
Jakob Degen
-83
/
+88
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-1
/
+1
2022-11-26
Rewrite dest prop.
Jakob Degen
-697
/
+602
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-3
/
+3
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-12
Remove duplicated implementations of borrowed locals analysis
Tomasz Miąsko
-65
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-4
/
+4
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-01
7 - Make more use of `let_chains`
Caio
-32
/
+36
2022-02-24
Remove an unnecessary restriction in `dest_prop`
Jakob Degen
-26
/
+7
2022-02-15
Inline UnifyKey::index and UnifyKey::from_index
Tomasz Miąsko
-0
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-19
/
+0
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-8
/
+5
2021-12-05
Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk
bors
-9
/
+6
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-9
/
+6
2021-11-27
Visit type in process_projection_elem.
Camille GILLOT
-22
/
+0
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-6
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+1039