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_zsts.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2025-01-11
Address PR feedback
Scott McMurray
-9
/
+11
2025-01-11
[mir-opt] simplify `Repeat`s that don't actually repeat the operand
Scott McMurray
-11
/
+17
2024-11-26
Remove -Zfuel.
Camille GILLOT
-10
/
+2
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+4
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-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-11
Remove incorrect transformation from RemoveZsts
Tomasz Miąsko
-6
/
+5
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+4
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-3
/
+3
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+0
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-5
/
+0
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-03-13
Generalize operation.
Camille GILLOT
-14
/
+27
2023-03-13
Rename method.
Camille GILLOT
-7
/
+7
2023-03-13
Replace ZST operands and debuginfo by constants.
Camille GILLOT
-28
/
+93
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+5
2022-12-03
Re-enable removal of ZST writes to unions
Ben Kimock
-26
/
+1
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-3
/
+3
2022-07-03
Add method to mutate MIR body without invalidating CFG caches.
Jakob Degen
-1
/
+2
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-1
/
+3
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-09-15
Disable RemoveZsts in generators to avoid query cycles
Tomasz Miąsko
-0
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+76