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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-02
Don't "simplify" during optimizations if optimizations are disabled
Dylan MacKenzie
-6
/
+14
2021-12-02
Use new MIR pass manager
Dylan MacKenzie
-168
/
+73
2021-12-02
Add pass for simple phase change
Dylan MacKenzie
-0
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-5
/
+5
2021-12-02
Implement a pass manager
Dylan MacKenzie
-0
/
+5
2021-12-02
Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol...
Matthias Krüger
-5
/
+19
2021-11-30
Move post-elaboration const-checking earlier in the pipeline
Dylan MacKenzie
-2
/
+14
2021-11-30
Add `RemoveUninitDrops` MIR pass
Dylan MacKenzie
-0
/
+1
2021-11-30
Separate `RemoveFalseEdges` from `SimplifyBranches`
Dylan MacKenzie
-3
/
+4
2021-11-29
Don't re-export `MirPass`
Dylan MacKenzie
-2
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-25
Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum
bors
-1
/
+0
2021-10-24
Auto merge of #90235 - matthiaskrgr:rollup-7pqtevk, r=matthiaskrgr
bors
-0
/
+1
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-24
Auto merge of #85254 - cjgillot:reveal-mir, r=lcnr
bors
-0
/
+2
2021-10-23
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-10-22
Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper
bors
-4
/
+6
2021-10-21
Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk
Yuki Okushi
-2
/
+1
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-2
/
+1
2021-10-17
Normalize MIR with RevealAll before optimizations.
Camille GILLOT
-0
/
+2
2021-10-16
Adopt let_else across the compiler
est31
-0
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-14
Inline on_mir_pass and add inline to dump_mir
Cameron Steffen
-4
/
+6
2021-10-06
reset and cleanup
Alexander
-0
/
+2
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-1
/
+1
2021-09-29
Move body_owners to tcx.hir().
Camille GILLOT
-1
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-3
/
+1
2021-09-15
Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...
Will Crichton
-1
/
+1
2021-09-12
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
Manish Goregaokar
-1
/
+0
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+0
2021-09-08
Rebase fallout.
Camille GILLOT
-1
/
+2
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-5
/
+5
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-2
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+632