about summary refs log tree commit diff
path: root/src/librustc_data_structures/graph/implementation/mod.rs
AgeCommit message (Expand)AuthorLines
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2019-12-22Format the worldMark Rousskov-51/+15
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-2/+2
2019-10-01Fix clippy warningsYuki Okushi-2/+2
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-09librustc_data_structures => 2018Taiki Endo-15/+11
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-4/+4
2018-08-09A few cleanups for rustc_data_structuresljedrz-4/+4
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-4/+4
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-1/+1
2018-07-12rename `control_flow_graph` to `graph`Niko Matsakis-0/+417