| Age | Commit message (Expand) | Author | Lines |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -0/+9 |
| 2025-01-18 | Get rid of `ToPolyTraitRef` | Michael Goulet | -2/+1 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -0/+1 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -11/+1 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -2/+2 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -1/+2 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -11/+11 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -2/+2 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -2/+2 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -1/+1 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -7/+16 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -5/+4 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -2/+12 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -0/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -3/+4 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -4/+1 |
| 2024-11-23 | no more Reveal :( | lcnr | -114/+25 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -5/+12 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -1/+7 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -8/+1 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -2/+1 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+7 |
| 2024-11-19 | `TypingMode::from_param_env` begone | lcnr | -6/+0 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -2/+1 |
| 2024-11-18 | review | lcnr | -1/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -1/+99 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -2/+0 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -2/+0 |
| 2024-11-09 | Do not reveal opaques in the param-env, we got lazy norm instead | Michael Goulet | -5/+6 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -2/+1 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -1/+0 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -3/+1 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -4/+0 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -2/+1 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -10/+0 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -1/+1 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+4 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -1/+66 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -6/+7 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -20/+2 |
| 2024-10-03 | Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint | ismailarilik | -2/+2 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+1 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -20/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -15/+15 |
| 2024-09-06 | Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca | Georg Semmler | -1/+0 |
| 2024-09-06 | Correctly handle stability of `#[diagnostic]` attributes | Georg Semmler | -0/+31 |