index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ich
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-8
/
+8
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-2
/
+2
2018-09-18
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...
Michael Woerister
-10
/
+2
2018-08-19
mv CachingCodemapView CachingSourceMapView
Donato Sciarra
-1
/
+1
2018-08-09
Cache ignored attributes inside ICH entirely
Mark Rousskov
-1
/
+1
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-2
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-1
/
+0
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-1
/
+1
2018-01-21
Remove the IGNORED_ATTR_NAMES thread local
John Kåre Alsaker
-1
/
+1
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-6
/
+0
2017-09-18
incr.comp.: Use StableHash impls instead of functions for hashing most maps.
Michael Woerister
-3
/
+1
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-0
/
+1
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-2
/
+3
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-1
/
+1
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-1
/
+2
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-0
/
+1
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-2
/
+2
2017-04-07
ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.
Michael Woerister
-2
/
+0
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-1
/
+27
2017-03-22
Move some constants to rustc::ich.
Michael Woerister
-0
/
+17
2017-03-22
Move CachingCodemapView to rustc::ich.
Michael Woerister
-0
/
+2
2017-03-22
Move DefPathHashes to rustc::ich
Michael Woerister
-1
/
+2
2017-03-22
Move Fingerprint to rustc::ich::Fingerprint.
Michael Woerister
-0
/
+14