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
Age
Commit message (
Expand
)
Author
Lines
2023-10-31
Update based on wesleywiser review
George Bateman
-3
/
+3
2023-10-31
Update MIR tests for offset_of
George Bateman
-3
/
+3
2023-10-31
Support enum variants in offset_of!
George Bateman
-1
/
+1
2023-10-31
Only emit `!=` assumptions if the otherwise target is reachable.
Camille GILLOT
-7
/
+6
2023-10-31
Refactor UninhabitedEnumBranching to mark targets unreachable.
Camille GILLOT
-57
/
+47
2023-10-31
Simplify assume of a constant.
Camille GILLOT
-1
/
+18
2023-10-31
Replace SwitchInt to unreachable by an assumption.
Camille GILLOT
-82
/
+117
2023-10-31
Reorder passes.
Camille GILLOT
-8
/
+4
2023-10-31
coverage: Replace impossible `coverage::Error` with assertions
Zalathar
-67
/
+33
2023-10-31
coverage: Promote some debug-only checks to always run
Zalathar
-12
/
+12
2023-10-31
Auto merge of #117419 - compiler-errors:gen, r=oli-obk
bors
-30
/
+31
2023-10-31
Auto merge of #117363 - saethlin:cross-crate-inline-when-inline, r=tmiasko
bors
-2
/
+7
2023-10-30
Some more coroutine renamings
Michael Goulet
-30
/
+31
2023-10-30
Rollup merge of #117385 - RalfJung:deduce_param_attrs, r=oli-obk
León Orell Valerian Liehr
-0
/
+1
2023-10-30
deduce_param_attrs: explain a read-only case
Ralf Jung
-0
/
+1
2023-10-30
coverage: Use a tracing span to group the parts of a sum-up expression
Zalathar
-1
/
+4
2023-10-30
coverage: Inline the "recursive" worker methods for assigning counters
Zalathar
-21
/
+5
2023-10-30
coverage: Replace manual debug indents with nested tracing spans
Zalathar
-65
/
+19
2023-10-29
Enable cross-crate-inlining when MIR inlining is enabled
Ben Kimock
-2
/
+7
2023-10-29
Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung
bors
-127
/
+644
2023-10-29
Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee
bors
-0
/
+5
2023-10-29
Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors
bors
-38
/
+105
2023-10-28
explain why we don't inline when target features differ
Ralf Jung
-0
/
+5
2023-10-27
Apply suggestions from code review
Camille Gillot
-2
/
+5
2023-10-27
Auto merge of #117166 - oli-obk:mir_const_qualif_perf, r=petrochenkov
bors
-3
/
+23
2023-10-27
Fuse `gen` blocks
Oli Scherer
-14
/
+49
2023-10-27
Basic generators work
Oli Scherer
-32
/
+64
2023-10-25
Directly check provenance from the AllocId.
Camille GILLOT
-1
/
+1
2023-10-25
Rename has_provance and tweaks comments.
Camille GILLOT
-3
/
+9
2023-10-25
Verify that the alloc_id is Memory.
Camille GILLOT
-1
/
+6
2023-10-25
Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obk
Matthias Krüger
-4
/
+2
2023-10-25
Only call `mir_const_qualif` if absolutely necessary
Oli Scherer
-3
/
+23
2023-10-25
Do not merge fn pointer casts.
Camille GILLOT
-0
/
+9
2023-10-25
Disambiguate non-deterministic constants.
Camille GILLOT
-44
/
+67
2023-10-25
Take an AllocId in intern_const_alloc_for_constprop.
Camille GILLOT
-7
/
+2
2023-10-25
Do not require absence of metadata.
Camille GILLOT
-4
/
+2
2023-10-25
Fortify transmute check.
Camille GILLOT
-4
/
+3
2023-10-25
Explain why we check variant equality.
Camille GILLOT
-0
/
+15
2023-10-25
Move provenance checks out of interning method.
Camille GILLOT
-4
/
+17
2023-10-25
Directly intern values instead of copying them.
Camille GILLOT
-3
/
+6
2023-10-25
Do not intern GVN temps.
Camille GILLOT
-22
/
+16
2023-10-25
Transform large arrays into Repeat expressions when possible.
Camille GILLOT
-0
/
+14
2023-10-25
Extract simplify_aggregate.
Camille GILLOT
-27
/
+56
2023-10-25
Do not compute actual aggregate type.
Camille GILLOT
-11
/
+47
2023-10-25
Simplify repeat expressions.
Camille GILLOT
-0
/
+6
2023-10-25
Simplify aggregate projections.
Camille GILLOT
-1
/
+40
2023-10-25
Simplify projections in GVN.
Camille GILLOT
-50
/
+106
2023-10-25
Do not transmute immediates to non-immediates.
Camille GILLOT
-0
/
+10
2023-10-25
Do not intern too large aggregates.
Camille GILLOT
-18
/
+24
2023-10-25
Evaluate computed values to constants.
Camille GILLOT
-20
/
+284
[prev]
[next]