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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir
/
src
/
transform
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-23
Leave some notes for future changes to the MIR opt level of mir inlining
oli
-1
/
+6
2021-01-23
Prevent query cycles during inlining
oli
-0
/
+9
2021-01-18
Visit only terminators when removing landing pads
Tomasz Miąsko
-2
/
+2
2021-01-04
Do not run const prop on the `mir_for_ctfe` of `const fn`
oli
-19
/
+34
2021-01-04
No doc comments on expressions
oli
-3
/
+3
2021-01-04
Small comment adjustments
oli
-0
/
+3
2021-01-04
Document all the things
oli
-0
/
+13
2021-01-04
Simplify the `optimize_mir` query
oli
-17
/
+9
2021-01-04
Differentiate between the availability of ctfe MIR and runtime MIR
oli
-12
/
+2
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-0
/
+70
2021-01-04
Stop optimizing promoteds
oli
-1
/
+0
2020-12-15
Always run intrinsics lowering pass
Tomasz Miąsko
-1
/
+1
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-0
/
+2
2020-11-15
Rollup merge of #79036 - cjgillot:steal, r=oli-obk
Jonas Schievink
-1
/
+1
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-1
/
+1
2020-11-14
Lower intrinsics calls: forget, size_of, unreachable, wrapping_*
Tomasz Miąsko
-0
/
+2
2020-11-05
Splitting transform/instrument_coverage.rs into transform/coverage/...
Rich Kadel
-3
/
+3
2020-10-27
Added documentation for `function_item_references` lint
Ayrton
-2
/
+2
2020-10-27
Changed lint to check for `std::fmt::Pointer` and `transmute`
Ayrton
-1
/
+1
2020-10-27
modified lint to work with MIR
Ayrton
-0
/
+2
2020-10-17
Remove the old copy propagation pass
Jonas Schievink
-3
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-13
Rollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup, r=ecstatic-morse
Yuki Okushi
-5
/
+1
2020-10-05
query_name_of_opt_const_arg -> query_name_opt_const_arg
Bastian Kauschke
-1
/
+1
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-8
/
+2
2020-10-04
cleanup WithOptConstParam queries
Bastian Kauschke
-5
/
+1
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-58
/
+16
2020-10-04
Move `MirSource` to `rustc_middle`
Dylan MacKenzie
-28
/
+3
2020-10-01
Implement multiple return terminators optimization
Antoine Martin
-0
/
+3
2020-09-26
Move `qualify_min_const_fn` out of rustc into clippy
Oliver Scherer
-1
/
+0
2020-09-24
Remove duplicated SimplifyCfg pass
Tomasz Miąsko
-1
/
+0
2020-09-22
Get LocalDefId from source instead of passing in
Simon Vandel Sillesen
-1
/
+1
2020-09-22
MIR pass to remove unneeded drops on types not needing drop
Simon Vandel Sillesen
-0
/
+2
2020-09-20
New MIR optimization pass to reduce branches on match of tuples of enums
Simon Vandel Sillesen
-0
/
+2
2020-09-18
Implement a destination propagation pass
Jonas Schievink
-0
/
+2
2020-09-18
initial working state
Bastian Kauschke
-1
/
+5
2020-09-10
Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk
bors
-0
/
+2
2020-09-07
Add CONST_ITEM_MUTATION lint
Aaron Hill
-0
/
+2
2020-09-06
Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...
Simon Vandel Sillesen
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+578