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
/
src
/
librustc_mir
/
dataflow
/
graphviz.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-02
Remove unused graphviz visualization
Dylan MacKenzie
-277
/
+0
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-56
/
+67
2019-06-24
Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix
bors
-9
/
+6
2019-06-22
rustc_mir: don't pass `on_entry` when building transfer functions.
Dylan MacKenzie
-9
/
+6
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+1
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-19
/
+19
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-7
/
+7
2019-03-17
Use a valid name for graphviz graphs
Matthew Jasper
-8
/
+9
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
librustc_mir => 2018
Taiki Endo
-12
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix
bors
-8
/
+8
2018-12-17
Add required lifetime parameter to BitDenotation.
David Wood
-8
/
+8
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-2
/
+2
2018-10-05
Remove graphviz::IntoCow
ljedrz
-3
/
+2
2018-09-20
Improve handling of type bounds in `bit_set.rs`.
Nicholas Nethercote
-2
/
+1
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-2
/
+1
2018-09-13
Remove bitslice.rs.
Nicholas Nethercote
-1
/
+1
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+0
2018-09-05
A few cleanups and minor improvements to mir/dataflow
ljedrz
-9
/
+6
2018-08-16
Speed up NLL with `HybridIdxSetBuf`.
Nicholas Nethercote
-19
/
+16
2018-07-24
Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertj
kennytm
-2
/
+2
2018-07-23
Simplify 2 functions in rustc_mir/dataflow
ljedrz
-2
/
+2
2018-07-23
Remove unneded lifetimes relations declaration
Santiago Pastorino
-2
/
+2
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-3
/
+3
2018-03-09
Fix tests after two-phase borrow rewrite
bobtwinkles
-2
/
+2
2018-03-09
mir dataflow: change graphviz output
bobtwinkles
-142
/
+143
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-2
/
+2
2017-12-13
Revised graphviz rendering API to avoid requiring borrowed state.
Felix S. Klock II
-5
/
+5
2017-08-16
Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m...
Felix S. Klock II
-50
/
+0
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-0
/
+339