about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-1/+0
2021-11-22Manually outline error on incremental_verify_ichMark Rousskov-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+2
2021-08-12Prevent double panic when handling incremental fingerprint mismatchAaron Hill-0/+1
2021-05-31Remove unused feature gatesbjorn3-4/+0
2021-05-26Specialize implementationsJacob Pratt-0/+1
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-03-30Stream the dep-graph to a file.Camille GILLOT-0/+1
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2020-08-30mv compiler to compiler/mark-0/+18