| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -51/+0 | |
| 2019-07-02 | address nits by mattewjasper | Niko Matsakis | -2/+0 | |
| 2019-07-02 | add a `depth_first_search` helper function | Niko Matsakis | -0/+7 | |
| 2019-07-02 | introduce a `VecGraph` abstraction that cheaply stores graphs | Niko Matsakis | -0/+46 | |
| This is perhaps better than the linked list approach I was using before. Lower memory overhead, Theta(N+E) storage. Does require a sort. =) | ||||
