about summary refs log tree commit diff
path: root/src/librustc/ich/impls_misc.rs
AgeCommit message (Collapse)AuthorLines
2019-11-17Derive HashStable for PanicStrategy.Camille GILLOT-7/+0
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-9/+0
2019-02-05move librustc to 2018Mark Mansi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+26
- Don't hash traits in scope as part of HIR hashing any more. - Some queries returned DefIndexes from other crates. - Provide a generic way of stably hashing maps (not used everywhere yet).