about summary refs log tree commit diff
path: root/src/librustc_data_structures/fx.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-14/+0
2020-01-04define_id_collections -> rustc_data_structuresMazdak Farrokhzad-0/+8
2019-12-22Format the worldMark Rousskov-1/+1
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-3/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-15/+0
2018-05-24get `rustc_hash` from external crateNiko Matsakis-85/+4
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-6/+0
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1
2016-11-08Add FxHasher, a faster alternative to FnvHasher.Nicholas Nethercote-0/+115