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