| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -82/+4 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -2/+11 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -8/+1 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -10/+3 |
| 2024-11-26 | Rollup merge of #133362 - compiler-errors:existential-preds, r=BoxyUwU | Michael Goulet | -4/+0 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -8/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -2/+2 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -39/+0 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -10/+3 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -128/+36 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -2/+2 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -6/+6 |
| 2024-11-23 | no more Reveal :( | lcnr | -120/+28 |
| 2024-11-23 | Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -5/+13 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -39/+0 |
| 2024-11-23 | Remove unnecessary bool from ExpectedFound | Michael Goulet | -2/+2 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -118/+85 |
| 2024-11-23 | No need to re-sort existential preds | Michael Goulet | -4/+0 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+4 |
| 2024-11-22 | Pretty print AsyncFn traits too | Michael Goulet | -11/+23 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -4/+13 |
| 2024-11-22 | Simplify logic a bit | Michael Goulet | -113/+68 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -5/+13 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -3/+9 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -14/+0 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -6/+21 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -14/+0 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -6/+21 |
| 2024-11-20 | Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhpratt | bors | -1/+5 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -1/+5 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -26/+21 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -1/+5 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -5/+2 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+7 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -2/+2 |
| 2024-11-19 | `TypingMode::from_param_env` begone | lcnr | -6/+0 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -15/+19 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -99/+14 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -165/+292 |
| 2024-11-18 | review | lcnr | -1/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -165/+291 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-17 | Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot | bors | -0/+11 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -0/+11 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -23/+3 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -23/+3 |
| 2024-11-12 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -92/+3 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -92/+3 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -2/+2 |