]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_dataflow/src/value_analysis.rs
Only allow registration of scalars for now
[rust.git] / compiler / rustc_mir_dataflow / src / value_analysis.rs
2022-11-07 Jannis Christopher... Only allow registration of scalars for now
2022-11-07 Jannis Christopher... Handle StorageLive
2022-11-07 Jannis Christopher... Add comment about downcast projection element
2022-11-07 Jannis Christopher... Use StorageDead and Deinit to flood place
2022-11-07 Jannis Christopher... Flood place on drop
2022-11-07 Jannis Christopher... Remove superfluous line
2022-11-07 Jannis Christopher... Add more documentation
2022-11-07 Jannis Christopher... Add tracking of unreachability
2022-11-07 Jannis Christopher... Ignore terminators explicitly
2022-11-07 Jannis Christopher... Reject registration of downcasts for now
2022-11-07 Jannis Christopher... Move handling of references and simplify flooding
2022-11-07 Jannis Christopher... Clarify place expressions vs place objects
2022-11-07 Jannis Christopher... Begin a semi-formal argument for correctness
2022-11-07 Jannis Christopher... Add additional flooding when assigning a value and...
2022-11-07 Jannis Christopher... Clarify registration and tracking of references
2022-11-07 Jannis Christopher... Fix spelling
2022-11-07 Jannis Christopher... Try field type normalization instead of forcing it
2022-11-07 Jannis Christopher... Add initial version of value analysis and dataflow...