| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -1/+9 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | inhibit layout randomization for Box | The 8472 | -1/+9 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+2 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -33/+30 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -3/+4 |
| 2024-07-18 | Move query providers | Michael Goulet | -0/+2 |