| Age | Commit message (Expand) | Author | Lines |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -1/+43 |
| 2024-12-07 | Auto merge of #133897 - oli-obk:push-lsxrqtqqwmpt, r=jieyouxu | bors | -24/+0 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -653/+52 |
| 2024-12-06 | Rollup merge of #133954 - oli-obk:push-lxrmszqzszzu, r=jieyouxu | Matthias Krüger | -1/+8 |
| 2024-12-06 | Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-12-06 | Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3 | bors | -428/+396 |
| 2024-12-06 | Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202... | bjorn3 | -428/+396 |
| 2024-12-06 | Hide errors whose suggestions would contain error constants or types | Oli Scherer | -0/+3 |
| 2024-12-06 | Silence follow-up errors from `lit_to_const` | Oli Scherer | -1/+5 |
| 2024-12-06 | Rollup merge of #133931 - bjorn3:even_stricter_fn_abi_sanity_checking, r=nnet... | Matthias Krüger | -10/+20 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -12/+110 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -4/+29 |
| 2024-12-06 | Only allow PassMode::Direct for aggregates on wasm when using the C ABI | bjorn3 | -10/+20 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -16/+20 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+35 |
| 2024-12-05 | Rollup merge of #133936 - oli-obk:push-qmvqsmwqrtqr, r=lqd | Guillaume Gomez | -16/+10 |
| 2024-12-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -0/+398 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -12/+110 |
| 2024-12-05 | Avoid looking at HIR for inline const pattern literals | Oli Scherer | -24/+0 |
| 2024-12-05 | Rollup merge of #133867 - taiki-e:platform-support, r=Noratrieb | Jacob Pratt | -23/+23 |
| 2024-12-05 | Rollup merge of #127565 - esp-rs:xtensa-vaargs, r=workingjubilee | Jacob Pratt | -2/+111 |
| 2024-12-05 | Avoid fetching the anon const hir node that is already available | Oli Scherer | -16/+10 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -223/+613 |
| 2024-12-05 | Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obk | León Orell Valerian Liehr | -82/+52 |
| 2024-12-05 | Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obk | León Orell Valerian Liehr | -52/+2 |
| 2024-12-05 | Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxu | León Orell Valerian Liehr | -1/+13 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -83/+307 |
| 2024-12-05 | Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmease | León Orell Valerian Liehr | -1/+63 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -4/+176 |
| 2024-12-05 | Auto merge of #133828 - compiler-errors:incr-sad, r=lcnr | bors | -10/+22 |
| 2024-12-05 | Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadata | Taiki Endo | -18/+18 |
| 2024-12-05 | Resolve more | Michael Goulet | -15/+15 |
| 2024-12-04 | fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder | Michael Goulet | -82/+52 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -43/+23 |
| 2024-12-04 | No need to create placeholders for GAT args in confirm_object_candidate | Michael Goulet | -52/+2 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -42/+157 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -7/+10 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -11/+31 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -2/+1 |
| 2024-12-04 | Specify type kind of constant that can't be used in patterns | Esteban Küber | -6/+14 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -5/+29 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -3/+24 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -1/+5 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -1/+12 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -33/+72 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -1/+63 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -10/+10 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -1/+13 |
| 2024-12-04 | Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errors | Matthias Krüger | -5/+12 |
| 2024-12-04 | Rollup merge of #133849 - Zalathar:replay, r=oli-obk | Matthias Krüger | -149/+276 |