| Age | Commit message (Expand) | Author | Lines |
| 2024-12-27 | Spruce up the docs of several queries related to the type/trait system and co... | León Orell Valerian Liehr | -94/+217 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -9/+7 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -8/+8 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -2/+2 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -1/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+1 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -5/+6 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -1/+1 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -5/+6 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -1/+2 |
| 2024-12-12 | Remove 'tcx lifetime from QuerySystemFns | bjorn3 | -4/+4 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -1/+1 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -1/+3 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -1/+1 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -16/+11 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -1/+1 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -10/+1 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -1/+1 |
| 2024-12-06 | Remove 'tcx lifetime from OnDiskCache | bjorn3 | -15/+10 |
| 2024-12-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -0/+6 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -5/+0 |
| 2024-12-01 | fix safe-transmute handling of enums | Ralf Jung | -0/+2 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -4/+7 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+6 |
| 2024-11-23 | rebase | lcnr | -1/+1 |
| 2024-11-23 | review | lcnr | -2/+3 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -4/+5 |
| 2024-11-23 | no more Reveal :( | lcnr | -4/+4 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -5/+0 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+30 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -15/+3 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -1/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -4/+4 |
| 2024-11-19 | Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr | bors | -3/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -14/+26 |
| 2024-11-15 | Improve VecCache under parallel frontend | Mark Rousskov | -3/+4 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -2/+34 |
| 2024-11-12 | Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnr | bors | -5/+11 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-10 | query/plumbing: adjust comment to reality | Ralf Jung | -1/+1 |
| 2024-11-10 | move all mono-time checks into their own folder, and their own query | Ralf Jung | -5/+11 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+8 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -0/+10 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -0/+10 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -2/+3 |
| 2024-11-05 | cleanup: Remove outdated comment and logic of `thir_body` | Adwin White | -1/+1 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -2/+3 |