about summary refs log tree commit diff
path: root/src/librustc_data_structures/fnv.rs
AgeCommit message (Expand)AuthorLines
2017-08-02Remove unused fnv hash codeMatt Brubeck-66/+0
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-09-01ICH: Adapt to changes in the MetaItem AST representation.Michael Woerister-0/+6
2016-03-05apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...Niko Matsakis-2/+6
2016-02-14rustc: Ensure FNV hashing is inlined across cratesAlex Crichton-0/+4
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-6/+5
2015-09-06move fnv hashing support into librustc_data_structuresNiko Matsakis-0/+52