| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -4/+0 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+1 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -1/+1 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -3/+7 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -1/+5 |
| 2023-10-21 | coverage: Change query `codegened_and_inlined_items` to a plain function | Zalathar | -6/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -9/+9 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -2/+2 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -11/+0 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -4/+5 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+5 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+9 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -7/+0 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -10/+0 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -1/+0 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -1/+0 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -1/+1 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -4/+4 |
| 2023-09-10 | Cache reachable_set on disk | Tomasz Miąsko | -0/+1 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -1/+11 |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -15/+15 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -15/+15 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -6/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | Do not mark shallow_lint_levels_on as eval_always. | Camille GILLOT | -1/+0 |
| 2023-08-05 | parent_module_from_def_id does not need to be a query. | Camille GILLOT | -5/+0 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -0/+5 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -1/+1 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -1/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+7 |
| 2023-07-24 | Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,... | bors | -2/+2 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -17/+0 |
| 2023-07-21 | Add doc-comments for `NaiveLayout` | Moulins | -2/+3 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+5 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -0/+11 |
| 2023-07-20 | Auto merge of #113546 - cjgillot:unused-query, r=compiler-errors | bors | -0/+4 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -1/+1 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -1/+1 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -6/+0 |
| 2023-07-16 | Querify unused trait check. | Camille GILLOT | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -11/+11 |
| 2023-07-06 | get rid of a bit more calls to poly_select | Michael Goulet | -1/+1 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -1/+1 |