| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -1/+1 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -17/+116 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -5/+10 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -1/+1 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -2/+2 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -5/+6 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -1/+1 |
| 2024-12-07 | Tweak wording | Esteban Küber | -5/+5 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -2/+4 |
| 2024-12-07 | Account for `impl Trait` in "add bound" suggestion message | Esteban Küber | -0/+6 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -16/+9 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -23/+61 |
| 2024-12-07 | Add test for lack of suggestion in stable | Esteban Küber | -2/+2 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -14/+31 |
| 2024-12-07 | Don't suggest restricting bound with unstable traits on stable | Esteban Küber | -8/+24 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -5/+10 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -0/+12 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -114/+3 |
| 2024-12-06 | Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -1/+4 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+12 |
| 2024-12-02 | Rollup merge of #133610 - camelid:move-from_anon_const, r=BoxyUwU | Guillaume Gomez | -82/+2 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -82/+2 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -15/+18 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -1/+4 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -82/+4 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -9/+11 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -9/+11 |
| 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 |