about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/query.rs
AgeCommit message (Expand)AuthorLines
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-1/+1
2020-10-22Retire rustc_dep_node_try_load_from_on_disk_cache.Camille GILLOT-26/+0
2020-10-22Retire rustc_dep_node_force.Camille GILLOT-33/+0
2020-10-22Unify query name and node name.Camille GILLOT-1/+1
2020-10-22Remove unused category from macros.Camille GILLOT-6/+5
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-17Preserve doc-comments when generating queriesJoshua Nelson-10/+19
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-08-30mv compiler to compiler/mark-0/+567