about summary refs log tree commit diff
path: root/src/librustc_query_system/lib.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-18/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-0/+2
- Move the type parameter from `encode` and `decode` methods to the trait. - Remove `UseSpecialized(En|De)codable` traits. - Remove blanket impls for references. - Add `RefDecodable` trait to allow deserializing to arena-allocated references safely. - Remove ability to (de)serialize HIR. - Create proc-macros `(Ty)?(En|De)codable` to help implement these new traits.
2020-08-02Introduce an abstraction for EvaluationCache and SelectionCache.Camille GILLOT-0/+1
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-20Remove uses of `Vec::remove_item`Lukas Kalbertodt-1/+0
2020-06-10Use min_specialization in the remaining rustc cratesMatthew Jasper-1/+1
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-03-27Implement HashStable directly.Camille GILLOT-2/+0
2020-03-27Cleanups.Camille GILLOT-3/+1
2020-03-26Retire DepGraphSafe and HashStableContext.Camille GILLOT-17/+0
2020-03-26Make librustc_query_system compile.Camille GILLOT-0/+6
2020-03-23Make librustc_query_system compile.Camille GILLOT-0/+32