about summary refs log tree commit diff
path: root/src/librustc_data_structures/graph/dominators
AgeCommit message (Expand)AuthorLines
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2019-12-22Format the worldMark Rousskov-12/+7
2019-12-02Move predecessor cache outside of Body, use wrapper types to manage Cache and...Paul Daniel Faria-8/+9
2019-10-21Eliminate `intersect_opt`.Nicholas Nethercote-21/+6
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-9/+4
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-2/+2
2019-04-09Kill dead code dominator code.Edd Barrett-47/+0
2019-02-09librustc_data_structures => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-20/+0
2018-08-27micro-optimize dominator codeNiko Matsakis-2/+2
2018-08-09A few cleanups for rustc_data_structuresljedrz-1/+2
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-0/+257