| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -6/+4 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -0/+1 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+1 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -0/+6 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+4 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -3/+4 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -0/+2 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -7/+9 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -0/+4 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -0/+1 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -2/+2 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -1/+1 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -1/+1 |
| 2024-02-15 | Add new query just for static initializers | Oli Scherer | -0/+1 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -2/+2 |
| 2024-02-12 | Use a struct instead of a tuple | Oli Scherer | -3/+2 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -2/+3 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -0/+1 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -0/+1 |
| 2024-02-03 | hir: Remove the generic type parameter from `MaybeOwned` | Vadim Petrochenkov | -2/+2 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -0/+5 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -0/+4 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -5/+0 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -0/+4 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -0/+4 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -0/+4 |
| 2024-01-16 | Get rid of the hir_owner query. | Camille GILLOT | -5/+0 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -0/+1 |
| 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-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-03 | Use consisntent style of `size_of` in query type erasure | Maybe Waffle | -4/+4 |
| 2023-10-03 | Use `transmute_unchecked` and make the types explicit in query type erasure | Maybe Waffle | -3/+4 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -0/+1 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+3 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -10/+6 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -0/+5 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -0/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -6/+0 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+1 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -0/+5 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -1/+0 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -2/+2 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -4/+6 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+4 |