| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -13/+16 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -8/+19 |
| 2024-04-19 | Remove `feed_local_crate` in favor of creating the `CrateNum` via `TyCtxt` | Oli Scherer | -7/+0 |
| 2024-04-19 | Prepare for `CrateNum` query feeding on creation | Oli Scherer | -2/+5 |
| 2024-04-19 | Isolate `CrateNum` creation to `TyCtxt` methods | Oli Scherer | -0/+10 |
| 2024-04-19 | Move `stable_crate_ids` from `CrateStore` to `Untracked` | Oli Scherer | -1/+6 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -0/+11 |
| 2024-04-09 | Fix stage 2 | Michael Goulet | -1/+1 |
| 2024-04-09 | Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov | bors | -5/+1 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -0/+15 |
| 2024-04-08 | Shrink the size of ClosureTypeInfo to fit into 64 bytes again | Oli Scherer | -0/+14 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -1/+1 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -0/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -3/+10 |
| 2024-04-07 | Auto merge of #123058 - lukas-code:clauses, r=lcnr | bors | -10/+51 |
| 2024-04-06 | add RawList | Lukas Markeffsky | -1/+1 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -2/+10 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -9/+50 |
| 2024-04-03 | Fix up error message for debug_assert_args_compat for IATs | Michael Goulet | -19/+31 |
| 2024-04-03 | Simplify some cfging | Michael Goulet | -5/+7 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -18/+75 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+7 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -2/+10 |
| 2024-03-27 | Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt` | John Kåre Alsaker | -1/+52 |
| 2024-03-27 | Make `def_path_hash_to_def_id` a hook | Oli Scherer | -5/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+7 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -4/+4 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -1/+1 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+21 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+42 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -9/+3 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -2/+7 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -0/+8 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-10 | Auto merge of #122064 - Zoxc:dep-graph-encode-tweaks, r=cjgillot | bors | -1/+1 |
| 2024-03-09 | Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -0/+8 |
| 2024-03-08 | Rename some functions to represent their generalized behavior | Michael Goulet | -10/+10 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -4/+67 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -3/+2 |
| 2024-03-06 | Add a profiler reference to `GraphEncoder` | John Kåre Alsaker | -1/+1 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -1/+6 |
| 2024-03-05 | Remove a use of feed_local_crate and make it fail if used within queries | Oli Scherer | -0/+6 |
| 2024-03-05 | Prevent feeding `CRATE_DEF_ID` queries outside the resolver | Oli Scherer | -2/+10 |
| 2024-03-05 | Prevent leaking `Feed`s into query results | Oli Scherer | -0/+8 |
| 2024-03-05 | Get rid of `feed_local_def_id` | Oli Scherer | -4/+5 |
| 2024-03-05 | Keep `TyCtxtFeed` around longer in the resolver | Oli Scherer | -0/+35 |
| 2024-03-05 | Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn` | Oli Scherer | -0/+8 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -3/+3 |
| 2024-03-04 | Allow a way to add constructors for rustc_type_ir types | Michael Goulet | -21/+0 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+4 |