summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/persist/dirty_clean.rs
AgeCommit message (Expand)AuthorLines
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.Nicholas Nethercote-0/+1
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-1/+1
2024-03-21rename items -> free_itemsRalf Jung-1/+1
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer-1/+1
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-2/+2
2024-01-16Get rid of the hir_owner query.Camille GILLOT-2/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-13/+13
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-3/+3
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-1/+1
2023-06-11Applied nitsAndrew Xie-6/+4
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-4/+4
2023-06-05Fixed to_sorted => to_sorted_stable_ordAndrew Xie-7/+9
2023-06-04Fixed unord mistakeAndrew Xie-3/+3
2023-06-04Fixed failing test + minor cleanupAndrew Xie-6/+3
2023-06-04Switched some uses to UnordMapAndrew Xie-9/+13
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-2/+2
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-03-21Use local key in providersMichael Goulet-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-3/+5
2023-01-30incremental: migrate diagnosticsDavid Wood-37/+26
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-3/+3
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-4/+4
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-4/+4
2022-08-01Remove trait_of_item query.Camille GILLOT-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-06-16Remove unused `hir_id` arg from `visit_attribute`.Nicholas Nethercote-2/+1
2022-05-10only_local: always check for misuselcnr-5/+2
2022-04-09replace tcx.hir().item with tcx.def_span queryMiguel Guarniz-9/+6
2022-04-08remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...Miguel Guarniz-19/+0
2022-04-08remove some uses of visit_all_item_likes in incremental, metadata and interfa...Miguel Guarniz-1/+22
2022-02-19Adopt let else in more placesest31-3/+2
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-4/+4
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-2/+1
2021-12-21Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query resultAaron Hill-2/+40
2021-12-13Remove `in_band_lifetimes` from `rustc_incremental`Peter Jaszkowiak-4/+4
2021-10-20Merge two query callbacks arrays.Camille GILLOT-15/+6
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-2/+1
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+2
2021-05-16Remove remains of rustc_dirty.Camille GILLOT-43/+18
2021-05-15Fix tests on traits.Camille GILLOT-14/+7
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-44/+4
2021-03-30Address review.Camille GILLOT-2/+0