about summary refs log tree commit diff
path: root/src/librustc_data_structures/veccell/mod.rs
AgeCommit message (Collapse)AuthorLines
2018-01-28Remove VecCellMark Simulacrum-47/+0
2016-03-05apply rustfmt to librustc_data_structures, correcting ↵Niko Matsakis-2/+2
rust-lang-nursery/rustfmt#836
2016-01-06Fix tidy errorsNiko Matsakis-0/+10
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+37
along with a README explaining how they are to be used