| Age | Commit message (Expand) | Author | Lines |
| 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 | -13/+0 |
| 2024-01-15 | Cache local DefId-keyed queries without hashing | Mark Rousskov | -1/+2 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -2/+10 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -4/+11 |
| 2024-01-08 | Value recovery can take the whole CycleError | Michael Goulet | -1/+1 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -123/+100 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -13/+13 |
| 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 | -4/+4 |
| 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-31 | Avoid specialization for AttrId deserialization | bjorn3 | -0/+4 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -93/+65 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -32/+33 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -1/+1 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -22/+15 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -22/+15 |
| 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-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -0/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -2/+1 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -18/+1 |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -4/+4 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -2/+1 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -1/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -8/+3 |
| 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-11-08 | Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillot | Matthias Krüger | -6/+16 |
| 2023-11-07 | Add an explanation for `transmute_unchecked` | Maybe Waffle | -0/+9 |
| 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 | -6/+62 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -4/+60 |
| 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 | -4/+4 |