about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-18Update mir-opt filechecksScott McMurray-356/+356
2024-08-18Added "copy" to Debug fmt for copy operandsRayMuir-1/+1
2024-08-18Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrumbors-14/+22
2024-08-18Auto merge of #129230 - RalfJung:miri-sync, r=RalfJungbors-1045/+2536
2024-08-18fix build with bootstrap compilerRalf Jung-0/+7
2024-08-18Auto merge of #3820 - tiif:epoller, r=RalfJungbors-6/+83
2024-08-18Add EPOLLER supporttiif-6/+83
2024-08-18Auto merge of #129227 - jieyouxu:no-dumping, r=Kobzolbors-0/+3
2024-08-18Auto merge of #3818 - tiif:loseevents, r=RalfJungbors-17/+94
2024-08-18tests: disable `dump-ice-to-disk` for i686-mingw许杰友 Jieyou Xu (Joe)-0/+3
2024-08-18epoll: iterate through output buffer then fetch an event from ready listtiif-17/+94
2024-08-18Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJungbors-3/+9
2024-08-18epoll test_socketpair_read: explicitly check real and Miri behaviorRalf Jung-3/+9
2024-08-18Auto merge of #3824 - tiif:maxeventeinval, r=RalfJungbors-6/+25
2024-08-18make sure we read all arguments before returning earlyRalf Jung-3/+5
2024-08-18Auto merge of #129225 - jieyouxu:rollup-xwtkwgr, r=jieyouxubors-220/+217
2024-08-18Rollup merge of #129221 - ehuss:johntitor-rotation, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+0
2024-08-18Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu许杰友 Jieyou Xu (Joe)-10/+8
2024-08-18Rollup merge of #129185 - Zalathar:validate-json, r=jieyouxu许杰友 Jieyou Xu (Joe)-10/+13
2024-08-18Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors许杰友 Jieyou Xu (Joe)-9/+96
2024-08-18Rollup merge of #129164 - ChrisDenton:comdat, r=jieyouxu许杰友 Jieyou Xu (Joe)-190/+100
2024-08-18Move the maxevents.try_into().unwrap() after value checktiif-8/+9
2024-08-18Set EINVAL for epoll_wait maxevent value 0tiif-1/+17
2024-08-18Auto merge of #128982 - saethlin:windows-debuginfo-tests, r=compiler-errorsbors-12/+8
2024-08-18Auto merge of #129115 - jieyouxu:reenable-dump-ice, r=estebankbors-5/+8
2024-08-17Remove JohnTitor from review rotationEric Huss-1/+0
2024-08-17Auto merge of #3813 - tiif:epollfix, r=RalfJungbors-38/+65
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-134/+64
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-110/+180
2024-08-17Always use ar_archive_writer for import libsChris Denton-190/+100
2024-08-18Apply test fixtiif-38/+65
2024-08-17Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgrbors-101/+357
2024-08-17Use cnum for extern crate dataMichael Goulet-10/+8
2024-08-17Rollup merge of #129196 - Zalathar:ref-id-ref, r=compiler-errorsMatthias Krüger-6/+2
2024-08-17Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n...Matthias Krüger-4/+0
2024-08-17Rollup merge of #129191 - aDotInTheVoid:rdj-serial-cleanup, r=GuillaumeGomezMatthias Krüger-19/+23
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-62/+199
2024-08-17Rollup merge of #129167 - cuviper:either-once-empty, r=NadrierilMatthias Krüger-9/+9
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-1/+124
2024-08-17Auto merge of #3823 - RalfJung:sync, r=RalfJungbors-102/+27
2024-08-17simplify synchronization object creation logicRalf Jung-102/+27
2024-08-17Auto merge of #3822 - RalfJung:tls, r=RalfJungbors-12/+15
2024-08-17run TLS tests on SolarishRalf Jung-2/+2
2024-08-17tls_leak_main_thread_allowed: make test check target_thread_localRalf Jung-10/+13
2024-08-17Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-deadbors-20/+204
2024-08-17Remove a useless ref/id/ref round-trip from `pattern_from_hir`Zalathar-6/+2
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-105/+290
2024-08-17Remove useless attributes in merged doctest generated codeGuillaume Gomez-4/+0
2024-08-17rustdoc-json: Clean up serialization and printing.Alona Enraght-Moony-19/+23
2024-08-17Auto merge of #3819 - RalfJung:epoll-test, r=RalfJungbors-41/+37