| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -82/+2 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -15/+18 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -15/+18 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -2/+0 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -2/+0 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -5/+13 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -17/+9 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -1/+4 |
| 2024-12-01 | fix safe-transmute handling of enums | Ralf Jung | -0/+2 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -0/+4 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -2/+0 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -4/+7 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -3/+13 |
| 2024-11-30 | coverage: Allow niches in counter/expression IDs | Zalathar | -2/+0 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -84/+7 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -3/+19 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+6 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -9/+18 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -9/+18 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -84/+7 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -19/+3 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -4/+36 |
| 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 | -4/+4 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 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 | -161/+62 |
| 2024-11-23 | rebase | lcnr | -1/+1 |
| 2024-11-23 | review | lcnr | -2/+3 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -18/+8 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -12/+12 |
| 2024-11-23 | no more Reveal :( | lcnr | -130/+40 |
| 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/+96 |
| 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/+34 |
| 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-22 | Get rid of HIR const checker | Michael Goulet | -5/+7 |
| 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 | -4/+10 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -21/+12 |