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
/
sroa.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+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-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+2
2024-05-25
Stop SRoA'ing `DynMetadata` in MIR
Scott McMurray
-0
/
+5
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-05
Make the randomize feature of rustc_abi additive
hkalbasi
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-57
/
+36
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-06-14
s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList
The 8472
-8
/
+6
2023-05-31
Enable ScalarReplacementOfAggregates
Ben Kimock
-5
/
+45
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-2
/
+3
2023-03-05
Erase lifetimes in SROA.
Camille GILLOT
-3
/
+5
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-15
Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk
Dylan DPC
-8
/
+10
2023-02-09
Put deaggregated statements after original constant.
Camille GILLOT
-0
/
+2
2023-02-06
Only exclude locals if the place is not indirect.
Camille GILLOT
-8
/
+10
2023-02-05
Simplify ReplacementMap.
Camille GILLOT
-84
/
+109
2023-02-05
Run SROA to fixpoint.
Camille GILLOT
-41
/
+33
2023-02-05
Simplify construction of replacement map.
Camille GILLOT
-89
/
+69
2023-02-05
Introduce helper.
Camille GILLOT
-24
/
+23
2023-02-05
Make SROA expand assignments.
Camille GILLOT
-23
/
+65
2023-02-05
Fix SROA without deaggregation.
Camille GILLOT
-45
/
+82
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-11-15
Enable SROA by at mir-opt level 3.
Camille GILLOT
-1
/
+1
2022-11-15
Flatten aggregates into locals.
Camille GILLOT
-0
/
+348