summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/on_disk_cache.rs
AgeCommit message (Expand)AuthorLines
2024-01-11`specialization_graph_of`'s `errored` field is used in the only call site, an...Oli Scherer-0/+9
2024-01-06Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiserbors-123/+100
2024-01-04Make iteration order of collect_return_position_impl_trait_in_trait_tys query...Michael Woerister-2/+2
2023-12-31Avoid specialization for AttrId deserializationbjorn3-0/+4
2023-12-31Remove almost all uses of specialization from the metadata encoding codebjorn3-93/+65
2023-12-31Avoid specialization for the Span Encodable and Decodable implsbjorn3-32/+33
2023-12-19Unify SourceFile::name_hash and StableSourceFileIdMichael Woerister-22/+15
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-2/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-8/+3
2023-09-09Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillotbors-1/+1
2023-09-08Avoid a `source_span` query when encoding Spans into query resultsJohn Kåre Alsaker-1/+1
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-1/+1
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-2/+3
2023-07-14Use u64 for incr comp allocation offsetsBen Kimock-2/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-7/+0
2023-06-22migrate inferred_outlives_of to ClauseMichael Goulet-7/+0
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-0/+7
2023-06-19s/Clause/ClauseKindMichael Goulet-1/+1
2023-05-04Remove unneeded encode/decode methods.Nicholas Nethercote-4/+0
2023-04-26Inline tweaksJohn Kåre Alsaker-4/+24
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-47/+9
2023-04-26Move on_disk_cache.rsJohn Kåre Alsaker-0/+1064