| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -6/+2 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -3/+3 |
| 2024-02-12 | Remove impl_polarity query | Oli Scherer | -4/+0 |
| 2024-02-12 | Use a struct instead of a tuple | Oli Scherer | -1/+1 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -2/+2 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -3/+3 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -2/+2 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -0/+4 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -1/+1 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+5 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -2/+2 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -2/+2 |
| 2024-01-27 | Remove unnecessary unit returns in query declarations | DaniPopes | -14/+14 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -2/+2 |
| 2024-01-25 | Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasper | Matthias Krüger | -2/+6 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -2/+2 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -2/+6 |
| 2024-01-22 | Add a simpler and more targetted code path for impl trait in assoc items | Oli Scherer | -0/+9 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -7/+9 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -8/+0 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -7/+9 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -1/+10 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -5/+5 |
| 2024-01-17 | Make crate_inherent_impls_overlap_check bubble up its errors | Oli Scherer | -1/+2 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -1/+2 |
| 2024-01-16 | Get rid of the hir_owner query. | Camille GILLOT | -8/+0 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -2/+1 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -0/+2 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -11/+11 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -5/+4 |
| 2024-01-04 | Make iteration order of collect_return_position_impl_trait_in_trait_tys query... | Michael Woerister | -2/+2 |
| 2024-01-04 | Make iteration order of supported_target_features query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of trimmed_def_paths query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of named_variable_map, late_bound_vars_map, and resolve_... | Michael Woerister | -2/+2 |
| 2024-01-04 | Make iteration order of wasm_import_module_map query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of upstream_monomorphizations query stable | Michael Woerister | -2/+2 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -2/+2 |
| 2024-01-02 | Merge check_for_entry_fn fully into check_mod_type_wf | Oli Scherer | -4/+0 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -2/+2 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -1/+3 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -3/+3 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -1/+1 |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -1/+0 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -1/+1 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -1/+11 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -5/+2 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -1/+11 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -4/+0 |