This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-12-29 22:53:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_mir_dataflow
/
src
History
Michael Goulet
dc20733913
Stop using the gen keyword in the compiler
2024-07-14 14:01:01 -04:00
..
framework
Stop using the gen keyword in the compiler
2024-07-14 14:01:01 -04:00
impls
Stop using the gen keyword in the compiler
2024-07-14 14:01:01 -04:00
move_paths
Support tail calls in mir via
TerminatorKind::TailCall
2024-07-07 17:11:04 +02:00
debuginfo.rs
…
drop_flag_effects.rs
Remove
#[macro_use] extern crate tracing
from
rustc_mir_dataflow
.
2024-05-23 18:02:40 +10:00
elaborate_drops.rs
Save 2 pointers in
TerminatorKind
(96 → 80 bytes)
2024-06-21 18:02:05 -07:00
errors.rs
…
lib.rs
Use
tidy
to sort crate attributes for all compiler crates.
2024-06-12 15:49:10 +10:00
points.rs
…
rustc_peek.rs
Remove
#[macro_use] extern crate tracing
from
rustc_mir_dataflow
.
2024-05-23 18:02:40 +10:00
storage.rs
…
un_derefer.rs
…
value_analysis.rs
Propagate places through assignments.
2024-07-13 12:02:10 +00:00