| Age | Commit message (Expand) | Author | Lines |
| 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/+6 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -0/+16 |
| 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 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -2/+4 |
| 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 | Use u64 for incr comp allocation offsets | Ben Kimock | -2/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -16/+16 |
| 2023-07-06 | get rid of a bit more calls to poly_select | Michael Goulet | -3/+3 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -1/+1 |
| 2023-07-05 | Specialize `try_destructure_mir_constant` for its sole user | Oli Scherer | -2/+13 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -0/+4 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -12/+2 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -1/+1 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -4/+4 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -6/+8 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -12/+5 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -8/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -2/+9 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -3/+3 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+17 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -3/+3 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+10 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -1/+10 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -1/+10 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -2/+3 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -4/+0 |
| 2023-05-31 | Remove `deref_mir_constant` | Oli Scherer | -8/+0 |
| 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 |