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
2022-11-15
Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk
bors
-0
/
+351
2022-11-15
Enable SROA by at mir-opt level 3.
Camille GILLOT
-1
/
+1
2022-11-15
Flatten aggregates into locals.
Camille GILLOT
-0
/
+350
2022-11-15
Introduce composite debuginfo.
Camille GILLOT
-0
/
+1
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-1
/
+1
2022-11-15
mv utility methods into separate module
lcnr
-5
/
+5
2022-11-15
nll: correctly deal with bivariance
lcnr
-6
/
+6
2022-11-15
Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk
bors
-0
/
+532
2022-11-14
assert that we are (de)seiralizing ProvenanceMap correctly
Ralf Jung
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-6
/
+5
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-2
/
+2
2022-11-12
Disable limits if mir-opt-level >= 4
Jannis Christopher Köhl
-2
/
+3
2022-11-12
Expand upon comment regarding self-assignment
Jannis Christopher Köhl
-1
/
+1
2022-11-12
Require -Zmir-opt-level >= 3 for now
Jannis Christopher Köhl
-1
/
+1
2022-11-12
Add comment for guessed constants
Jannis Christopher Köhl
-0
/
+1
2022-11-10
Simplify creation of map
Jannis Christopher Köhl
-1
/
+1
2022-11-10
Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor
Michael Goulet
-1
/
+1
2022-11-09
Fix struct field tracking and add tests for it
Jannis Christopher Köhl
-3
/
+1
2022-11-09
Completely remove tracking of references for now
Jannis Christopher Köhl
-12
/
+12
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-35
/
+46
2022-11-07
Limit number of basic blocks and tracked places to 100 for now
Jannis Christopher Köhl
-2
/
+8
2022-11-07
Use new cast methods
Jannis Christopher Köhl
-12
/
+15
2022-11-07
Limit number of tracked places, and some other perf improvements
Jannis Christopher Köhl
-3
/
+20
2022-11-07
Move HasTop and HasBottom into lattice.rs
Jannis Christopher Köhl
-1
/
+1
2022-11-07
Small documentation changes
Jannis Christopher Köhl
-1
/
+7
2022-11-07
Use ParamEnv consistently
Jannis Christopher Köhl
-9
/
+8
2022-11-07
Prevent propagation of overflow if overflow occured
Jannis Christopher Köhl
-16
/
+4
2022-11-07
Fix unimplemented binary_ptr_op
Jannis Christopher Köhl
-1
/
+1
2022-11-07
Improve documentation, plus some small changes
Jannis Christopher Köhl
-9
/
+15
2022-11-07
Make overflow handling more precise
Jannis Christopher Köhl
-11
/
+18
2022-11-07
Make overflow flag propagation conditional
Jannis Christopher Köhl
-2
/
+16
2022-11-07
Fix rebased CastKind
Jannis Christopher Köhl
-1
/
+8
2022-11-07
Use the same is_enabled as the current const prop
Jannis Christopher Köhl
-2
/
+1
2022-11-07
Prevent registration inside references if target is !Freeze
Jannis Christopher Köhl
-2
/
+1
2022-11-07
Remove `Unknown` state in favor of `Value(Top)`
Jannis Christopher Köhl
-7
/
+3
2022-11-07
Track Scalar instead of ScalarInt for const prop
Jannis Christopher Köhl
-42
/
+29
2022-11-07
Add tracking of unreachability
Jannis Christopher Köhl
-3
/
+2
2022-11-07
Ignore terminators explicitly
Jannis Christopher Köhl
-1
/
+0
2022-11-07
Flood with bottom instead of top for unreachable branches
Jannis Christopher Köhl
-2
/
+2
2022-11-07
Move handling of references and simplify flooding
Jannis Christopher Köhl
-13
/
+21
2022-11-07
Add initial version of value analysis and dataflow constant propagation
Jannis Christopher Köhl
-0
/
+492
2022-11-06
Auto merge of #103975 - oli-obk:tracing, r=jackh726
bors
-6
/
+2
2022-11-04
Some tracing and comment cleanups
Oli Scherer
-6
/
+2
2022-11-04
Formatting changes + add UI test
clubby789
-10
/
+9
2022-11-04
Give a specific lint for unsafety not being inherited
clubby789
-9
/
+35
2022-10-31
Remove bounds check with enum cast
ouz-a
-3
/
+1
2022-10-30
Rollup merge of #101428 - JakobDegen:build-tests, r=oli-obk
Michael Howell
-2
/
+2
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-6
/
+5
2022-10-27
Replace `mir_map.0` dump with `built` phase change dump
Jakob Degen
-2
/
+2
2022-10-23
Split phase change from `MirPass`
Jakob Degen
-67
/
+67
[prev]
[next]