about summary refs log tree commit diff
path: root/src/librustc/ich/mod.rs
AgeCommit message (Expand)AuthorLines
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from constsljedrz-8/+8
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-2/+2
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-10/+2
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-1/+1
2018-08-09Cache ignored attributes inside ICH entirelyMark Rousskov-1/+1
2018-08-09Move Fingerprint to data structuresMark Rousskov-2/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-3/+3
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-1/+0
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-1/+1
2018-01-21Remove the IGNORED_ATTR_NAMES thread localJohn Kåre Alsaker-1/+1
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-6/+0
2017-09-18incr.comp.: Use StableHash impls instead of functions for hashing most maps.Michael Woerister-3/+1
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-0/+1
2017-09-18incr.comp.: Compute hashes of all query results.Michael Woerister-2/+3
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-1/+1
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-1/+2
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-0/+1
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-2/+2
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-2/+0
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+27
2017-03-22Move some constants to rustc::ich.Michael Woerister-0/+17
2017-03-22Move CachingCodemapView to rustc::ich.Michael Woerister-0/+2
2017-03-22Move DefPathHashes to rustc::ichMichael Woerister-1/+2
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-0/+14