| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJung | bors | -138/+201 |
| 2024-07-26 | diagnostics: add a macro to make things a bit easier to read | Ralf Jung | -76/+59 |
| 2024-07-26 | better diagnostics for Tree Borrows + int2ptr casts | Ralf Jung | -70/+150 |
| 2024-07-26 | Auto merge of #3765 - rust-lang:rustup-2024-07-26, r=RalfJung | bors | -2219/+2907 |
| 2024-07-26 | Merge from rustc | The Miri Cronjob Bot | -2218/+2906 |
| 2024-07-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-26 | Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgr | bors | -349/+910 |
| 2024-07-26 | Rollup merge of #128211 - juliusl:pr/align-change-time, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-07-26 | Rollup merge of #128194 - maurer:fix-mmx, r=cuviper | Matthias Krüger | -5/+0 |
| 2024-07-26 | Rollup merge of #128150 - BoxyUwU:std_only_sized_const_params, r=workingjubilee | Matthias Krüger | -14/+16 |
| 2024-07-26 | Rollup merge of #128085 - Zalathar:notes, r=Nadrieril | Matthias Krüger | -60/+198 |
| 2024-07-26 | Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviper | Matthias Krüger | -4/+16 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -150/+358 |
| 2024-07-26 | Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=... | Matthias Krüger | -114/+320 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -462/+192 |
| 2024-07-25 | fix: compilation issue w/ refactored type | Julius Liu | -2/+2 |
| 2024-07-25 | Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinval | bors | -139/+242 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -14/+16 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -92/+142 |
| 2024-07-25 | LLVM: LLVM-20.0 removes MMX types | Matthew Maurer | -5/+0 |
| 2024-07-25 | Rollup merge of #128189 - oli-obk:tainting_stuff, r=compiler-errors | Matthias Krüger | -11/+5 |
| 2024-07-25 | Rollup merge of #128187 - Urgau:fix-1.80.0-release-version, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #128185 - surechen:fix_128042_2, r=compiler-errors | Matthias Krüger | -1/+42 |
| 2024-07-25 | Rollup merge of #128137 - GrigorenkoPV:cstr-derive, r=dtolnay | Matthias Krüger | -11/+21 |
| 2024-07-25 | Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu | Matthias Krüger | -41/+45 |
| 2024-07-25 | Rollup merge of #126908 - GnomedDev:cow-inline-asm-temp-piece, r=compiler-errors | Matthias Krüger | -27/+28 |
| 2024-07-25 | Auto merge of #128186 - matthiaskrgr:rollup-01b7t98, r=matthiaskrgr | bors | -576/+762 |
| 2024-07-25 | Turn an unreachable code path into an ICE | Oli Scherer | -11/+5 |
| 2024-07-25 | Fix 1.80.0 version in RELEASES.md | Urgau | -1/+1 |
| 2024-07-25 | Rollup merge of #128173 - compiler-errors:misused-intrinsics, r=oli-obk | Matthias Krüger | -47/+0 |
| 2024-07-25 | Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukang | Matthias Krüger | -20/+81 |
| 2024-07-25 | Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk | Matthias Krüger | -130/+108 |
| 2024-07-25 | Rollup merge of #128158 - workingjubilee:unsafe-wrap-personality-gcc, r=Chris... | Matthias Krüger | -141/+180 |
| 2024-07-25 | Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnr | Matthias Krüger | -72/+49 |
| 2024-07-25 | Rollup merge of #127300 - biabbas:fix_connect_timeout, r=tgross35 | Matthias Krüger | -10/+19 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -156/+325 |
| 2024-07-25 | Fix a span error when parsing a wrong param of function. | surechen | -1/+42 |
| 2024-07-25 | Auto merge of #128102 - Oneirical:real-testate, r=Kobzol | bors | -29/+52 |
| 2024-07-25 | CStr: derive PartialEq, Eq; add test for Ord | Pavel Grigorenko | -11/+21 |
| 2024-07-25 | In connect timeout, read readiness of socket for vxworks. Check pollhup or po... | B I Mohammed Abbas | -10/+19 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -65/+57 |
| 2024-07-25 | Remove an obsolete comment | Zalathar | -6/+0 |
| 2024-07-25 | Various notes on match lowering | Zalathar | -54/+198 |
| 2024-07-25 | Auto merge of #3762 - rust-lang:rustup-2024-07-25, r=saethlin | bors | -1676/+2510 |
| 2024-07-25 | Merge from rustc | The Miri Cronjob Bot | -1675/+2509 |
| 2024-07-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-25 | Auto merge of #128169 - matthiaskrgr:rollup-ylsoq30, r=matthiaskrgr | bors | -607/+792 |
| 2024-07-24 | Don't add crashes for misuses of intrinsics | Michael Goulet | -47/+0 |
| 2024-07-24 | Don't ICE if HIR and middle types disagree in borrowck error reporting | Michael Goulet | -20/+81 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -130/+108 |