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
/
copy_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
Inline and remove some functions.
Nicholas Nethercote
-24
/
+21
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-1
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-20
Merge borrowed locals too.
Camille GILLOT
-1
/
+4
2024-04-20
GVN borrowed locals too.
Camille GILLOT
-27
/
+11
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+3
2023-08-06
cleanup misinformation regarding has_deref
ouz-a
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+5
2023-05-29
unique borrows are mutating uses
lcnr
-1
/
+0
2023-05-14
Merge return place with other locals in CopyProp.
Camille GILLOT
-14
/
+16
2023-05-09
Do not consider borrowed Freeze locals as SSA.
Camille GILLOT
-2
/
+1
2023-05-09
Implement SSA-based reference propagation.
Camille GILLOT
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-12
Enable CopyProp by default, tune the impl a bit
Ben Kimock
-2
/
+2
2023-02-06
Comment move->copy transform.
Camille Gillot
-0
/
+1
2023-02-04
Turn projections into copies in CopyProp.
Camille GILLOT
-2
/
+2
2023-01-31
Remove both StorageLive and StorageDead in CopyProp.
Camille GILLOT
-11
/
+14
2023-01-27
Do not merge locals that have their address taken.
Camille GILLOT
-13
/
+58
2023-01-27
Extract SsaLocals abstraction.
Camille GILLOT
-175
/
+20
2023-01-27
Pacify tidy.
Camille GILLOT
-3
/
+3
2023-01-27
Discard raw pointers from SSA locals.
Camille GILLOT
-2
/
+4
2023-01-27
Only consider a local to be SSA if assignment dominates all uses.
Camille GILLOT
-2
/
+21
2023-01-27
Implement SSA CopyProp pass.
Camille GILLOT
-0
/
+267