about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ich/hcx.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-209/+0
2021-10-03Remove StableHashProvider.Camille GILLOT-30/+0
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+1
2021-09-21use indexmap instead of hashmaplcnr-41/+2
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1/+6
2021-09-10Encode spans relative to their parent.Camille GILLOT-1/+6
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+0
2021-07-13Cache expansion hash.Camille GILLOT-8/+0
2021-07-04Query-ify global limit attribute handlingAaron Hill-0/+2
2021-06-11Hash DefId in rustc_span.Camille GILLOT-10/+2
2021-03-27Remove (lots of) dead codeJoshua Nelson-5/+0
2021-03-11Remove useless method.Camille GILLOT-7/+0
2021-01-23Add disambiugator to ExpnDataAaron Hill-0/+8
2020-12-03rustc_span: add span_data_to_lines_and_cols to caching source map viewTyson Nottingham-1/+8
2020-08-30mv compiler to compiler/mark-0/+287