about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-2/+2
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-11/+0
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-4/+5
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+5
2023-10-03Use consisntent style of `size_of` in query type erasureMaybe Waffle-4/+4
2023-10-03Use `transmute_unchecked` and make the types explicit in query type erasureMaybe Waffle-3/+4
2023-10-02remove another unused Key implRalf Jung-9/+0
2023-10-02remove Key impls for types that involve an AllocIdRalf Jung-24/+0
2023-09-26Don't store lazyness in DefKindMichael Goulet-1/+9
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-7/+0
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-10/+0
2023-09-22Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillotbors-5/+4
2023-09-21Record asyncness span in HIRMichael Goulet-1/+2
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-5/+4
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-6/+5
2023-09-19move ConstValue into mirRalf Jung-17/+12
2023-09-10Cache reachable_set on diskTomasz Miąsko-0/+1
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-08-27More precisely detect cycle errors from type_of on opaqueMichael Goulet-1/+19
2023-08-27Pass ErrorGuaranteed to cycle errorMichael Goulet-2/+3
2023-08-16Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Kibors-1/+0
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-16/+74
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-16/+74
2023-08-13Remove metadata_loader querybjorn3-6/+0
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-1/+1
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-08-06Do not mark shallow_lint_levels_on as eval_always.Camille GILLOT-1/+0
2023-08-05parent_module_from_def_id does not need to be a query.Camille GILLOT-5/+0
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-0/+5
2023-08-03Compute variances for lazy type aliasesLeón Orell Valerian Liehr-1/+1
2023-08-01Convert adt_sized_constraint to early-binder, use listMichael Goulet-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-0/+7
2023-07-24Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,...bors-2/+2
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-2/+2
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-23/+0
2023-07-21Add doc-comments for `NaiveLayout`Moulins-2/+3
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+6
2023-07-21add `naive_layout_of` queryMoulins-0/+16
2023-07-20Auto merge of #113546 - cjgillot:unused-query, r=compiler-errorsbors-0/+4
2023-07-19Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkovDylan DPC-1/+1
2023-07-17Do not fetch HIR in native_libs.Camille GILLOT-1/+1
2023-07-17Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercotebors-2/+4
2023-07-17Remove `instance_def_size_estimate` query.Nicholas Nethercote-6/+0
2023-07-16Querify unused trait check.Camille GILLOT-0/+4
2023-07-14Use u64 for incr comp allocation offsetsBen Kimock-2/+4
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-16/+16