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
/
remove_uninit_drops.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
Apply effects to otherwise edge in dataflow analysis
Amogh Shivaram
-0
/
+1
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-12-05
Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`.
Nicholas Nethercote
-2
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-11
/
+11
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-1
/
+1
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-3
/
+1
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-2
/
+3
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
-3
/
+1
2024-07-29
Stop using MoveDataParamEnv for places that don't need a param-env
Michael Goulet
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2023-12-10
remove redundant imports
surechen
-3
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-21
Do not create move paths that do not need dropping.
Camille GILLOT
-1
/
+2
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-1
/
+1
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-5
/
+1
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-2
/
+2
2023-08-16
Only run MaybeInitializedPlaces once for drop elaboration.
Camille GILLOT
-2
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+4
2023-06-29
Merge `un_derefer` into `MovePathLookup`
DrMeepster
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+4
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-18
/
+5
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-07-29
Auto merge of #99667 - ouz-a:some_branch, r=oli-obk
bors
-1
/
+1
2022-07-24
optimize un_derefer
ouz-a
-1
/
+1
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-23
Auto merge of #93984 - nnethercote:ChunkedBitSet, r=Mark-Simulacrum
bors
-2
/
+2
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-2
/
+2
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-2
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-2
/
+2
2021-11-30
Add `RemoveUninitDrops` MIR pass
Dylan MacKenzie
-0
/
+171