about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2025-04-03Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obkbors-6/+3
2025-04-03hygiene: Avoid recursion in syntax context decodingVadim Petrochenkov-1/+2
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-2/+2
2025-04-02ensure_ok().query doesn't need cache_on_diskMichael Goulet-2/+0
2025-04-02Use return_result_from_ensure_ok a bit moreMichael Goulet-2/+3
2025-04-02cache_on_disk_if false is a noopMichael Goulet-2/+0
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-2/+2
2025-04-01Decouple trait impls of different traits wrt incrementalOli Scherer-0/+5
2025-03-30Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"Jakub Beránek-5/+5
2025-03-29less decoding if it has the same syntax contextbohan-5/+5
2025-03-27Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obkStuart Cook-2/+4
2025-03-26Add `TyCtx::env_var_os`Mads Marquart-0/+35
2025-03-26Avoiding calling queries when collecting active queriesJohn Kåre Alsaker-2/+4
2025-03-20Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...Matthias Krüger-1/+1
2025-03-19Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obkbors-31/+15
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-1/+1
2025-03-15Move codec module back into middleMichael Goulet-4/+2
2025-03-14Rename `QuerySideEffects` to `QuerySideEffect`John Kåre Alsaker-15/+15
2025-03-14Represent diagnostic side effects as dep nodesJohn Kåre Alsaker-18/+2
2025-03-13Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...Matthias Krüger-2/+2
2025-03-12Rename `hir_attrs` query as `hir_attr_map`.Nicholas Nethercote-1/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+2
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-2/+2
2025-03-09Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlinbors-1/+1
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-8/+8
2025-03-09Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile...Matthias Krüger-3/+3
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-6/+0
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-3/+3
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+5
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-8/+8
2025-03-06Account for UseCloned on expr_use_visitorSantiago Pastorino-0/+5
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied bou...Michael Goulet-11/+10
2025-03-01Update `const_conditions` and `explicit_implied_const_bounds` docsDeadbeef-0/+14
2025-02-28Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr许杰友 Jieyou Xu (Joe)-1/+1
2025-02-28Fix typo in query expansion documentationSamuel Tardieu-1/+1
2025-02-27Fix method name in `TyCtxt::hir_crate()` documentationSamuel Tardieu-3/+3
2025-02-27Always inline `query_get_at`.Nicholas Nethercote-1/+1
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-6/+0
2025-02-19Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errorsbors-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-2/+2
2025-02-17Clean up dropck code a bitMatthew Jasper-1/+1
2025-02-14Fix early lint check desc in queryyukang-1/+1
2025-02-11Simplify intra-crate qualifiers.Nicholas Nethercote-9/+10
2025-02-10Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul...Jubilee-3/+4
2025-02-10Rollup merge of #136053 - Zalathar:defer-counters, r=saethlinJubilee-3/+10
2025-02-08Rustfmtbjorn3-9/+12
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-10/+10
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-3/+10
2025-02-05Removed dependency on the field-offset crate.David Venhoek-3/+4
2025-02-03Notes on types/traits used for in-memory query cachingZalathar-0/+6