| Age | Commit message (Expand) | Author | Lines |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -5/+10 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -30/+41 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -19/+29 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -1/+1 |
| 2024-12-09 | Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obk | León Orell Valerian Liehr | -1/+1 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -2/+2 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -8/+23 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -19/+29 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -1/+1 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -16/+11 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -1/+12 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -30/+30 |
| 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 | -124/+4 |
| 2024-12-06 | Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -1/+1 |
| 2024-12-06 | Remove 'tcx lifetime from OnDiskCache | bjorn3 | -15/+10 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -0/+50 |
| 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-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -0/+6 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -0/+50 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -0/+3 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -5/+7 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -17/+9 |
| 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 | 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 |