about summary refs log tree commit diff
path: root/src/librustc_query_system/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-23/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-0/+1
- 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-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-04-28Introduce ArenaStorage.Camille GILLOT-0/+1
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-04-15Update parking_lot dependency to avoid use of deprecated asm!Amanieu d'Antras-1/+1
2020-03-26Don't allow access to the Session.Camille GILLOT-1/+0
2020-03-26Prune dependencies.Camille GILLOT-2/+0
2020-03-26Make librustc_query_system compile.Camille GILLOT-0/+3
2020-03-23Make librustc_query_system compile.Camille GILLOT-0/+22