| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -9/+11 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -9/+11 |
| 2023-05-21 | Replace `QueryStruct` with arrays local to `rustc_query_impl` | John KÃ¥re Alsaker | -13/+3 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+8 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -1/+1 |
| 2023-05-18 | Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot | Dylan DPC | -93/+64 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -6/+0 |
| 2023-05-18 | Merge query property modules into one | John KÃ¥re Alsaker | -93/+64 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -1/+1 |
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -5/+13 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -6/+0 |
| 2023-05-17 | Finish move of query.rs | John KÃ¥re Alsaker | -5/+5 |
| 2023-05-17 | Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rs | John KÃ¥re Alsaker | -0/+640 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+2 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -1/+6 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -0/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John KÃ¥re Alsaker | -1/+85 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -1/+1 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -0/+4 |
| 2023-05-12 | add `query opaque_types_defined_by` | lcnr | -0/+9 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -4/+5 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -0/+10 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -1/+1 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -0/+10 |
| 2023-05-04 | Remove unneeded encode/decode methods. | Nicholas Nethercote | -4/+0 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -1/+1 |
| 2023-05-02 | Auto merge of #111028 - compiler-errors:attr-query-no-caching, r=cjgillot | bors | -10/+0 |
| 2023-05-01 | Make some simple queries no longer cache on disk | Michael Goulet | -10/+0 |
| 2023-04-30 | Only cache typeck results if it's the typeck root | Michael Goulet | -1/+1 |
| 2023-04-30 | Bail out of MIR construction if `check_match` fails | clubby789 | -1/+1 |
| 2023-04-26 | Inline tweaks | John KÃ¥re Alsaker | -4/+24 |
| 2023-04-26 | Remove QueryEngine trait | John KÃ¥re Alsaker | -47/+10 |
| 2023-04-26 | Move on_disk_cache.rs | John KÃ¥re Alsaker | -0/+1064 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+11 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -39/+35 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -11/+0 |
| 2023-04-21 | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | -2/+2 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -33/+33 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -4/+0 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -2/+3 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -23/+0 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -107/+18 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -11/+0 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -25/+0 |