| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -2/+2 |
| 2019-12-11 | Make TinyList::remove iterate instead of recurse | Andre Bogus | -24/+16 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-08-13 | refactor `len` and `contains` to iterate instead of recurse | Andre Bogus | -40/+16 |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -136/+3 |
| 2019-02-09 | librustc_data_structures => 2018 | Taiki Endo | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -11/+0 |
| 2018-10-29 | Use opt.take() instead of mem::replace(opt, None) | ljedrz | -5/+3 |
| 2018-08-09 | A few cleanups for rustc_data_structures | ljedrz | -1/+2 |
| 2018-08-02 | make TinyList more readable and optimize remove(_) | Andre Bogus | -32/+49 |
| 2018-06-01 | Make const decoding from the incremental cache thread-safe. | Michael Woerister | -1/+1 |
| 2018-06-01 | Add TinyList data structure. | Michael Woerister | -0/+251 |
