This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-17 05:25:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02763ff0ec8ac3e60a2c5508dbc7fda2b8900fee
rust
/
compiler
/
rustc_mir_dataflow
/
src
T
History
Camille Gillot
6319bee585
Introduce Operand::RuntimeChecks.
2025-12-14 17:25:53 +00:00
..
framework
Put
Analysis
back into
Results
.
2025-10-28 10:26:50 +11:00
impls
Replace Rvalue::NullaryOp by a variant in mir::ConstValue.
2025-12-14 17:25:51 +00:00
move_paths
Introduce Operand::RuntimeChecks.
2025-12-14 17:25:53 +00:00
debuginfo.rs
mir-opt: Eliminate dead statements even if they are used by debuginfos
2025-10-02 14:58:59 +08:00
drop_flag_effects.rs
…
errors.rs
…
lib.rs
Put
Analysis
back into
Results
.
2025-10-28 10:26:50 +11:00
points.rs
Reimplement DestinationPropagation according to live ranges.
2025-09-07 16:24:46 +00:00
rustc_peek.rs
…
un_derefer.rs
…
value_analysis.rs
Use
let...else
instead of
match foo { ... _ => return };
and
if let ... else return
2025-12-12 17:52:39 +00:00