about summary refs log tree commit diff
path: root/src/librustc_data_structures/tiny_list.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-11/+0
2018-10-29Use opt.take() instead of mem::replace(opt, None)ljedrz-5/+3
2018-08-09A few cleanups for rustc_data_structuresljedrz-1/+2
2018-08-02make TinyList more readable and optimize remove(_)Andre Bogus-32/+49
2018-06-01Make const decoding from the incremental cache thread-safe.Michael Woerister-1/+1
2018-06-01Add TinyList data structure.Michael Woerister-0/+251