| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -356/+356 |
| 2024-08-18 | Added "copy" to Debug fmt for copy operands | RayMuir | -1/+1 |
| 2024-08-18 | Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum | bors | -14/+22 |
| 2024-08-18 | Auto merge of #129230 - RalfJung:miri-sync, r=RalfJung | bors | -1045/+2536 |
| 2024-08-18 | fix build with bootstrap compiler | Ralf Jung | -0/+7 |
| 2024-08-18 | Auto merge of #3820 - tiif:epoller, r=RalfJung | bors | -6/+83 |
| 2024-08-18 | Add EPOLLER support | tiif | -6/+83 |
| 2024-08-18 | Auto merge of #129227 - jieyouxu:no-dumping, r=Kobzol | bors | -0/+3 |
| 2024-08-18 | Auto merge of #3818 - tiif:loseevents, r=RalfJung | bors | -17/+94 |
| 2024-08-18 | tests: disable `dump-ice-to-disk` for i686-mingw | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-08-18 | epoll: iterate through output buffer then fetch an event from ready list | tiif | -17/+94 |
| 2024-08-18 | Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJung | bors | -3/+9 |
| 2024-08-18 | epoll test_socketpair_read: explicitly check real and Miri behavior | Ralf Jung | -3/+9 |
| 2024-08-18 | Auto merge of #3824 - tiif:maxeventeinval, r=RalfJung | bors | -6/+25 |
| 2024-08-18 | make sure we read all arguments before returning early | Ralf Jung | -3/+5 |
| 2024-08-18 | Auto merge of #129225 - jieyouxu:rollup-xwtkwgr, r=jieyouxu | bors | -220/+217 |
| 2024-08-18 | Rollup merge of #129221 - ehuss:johntitor-rotation, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-08-18 | Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -10/+8 |
| 2024-08-18 | Rollup merge of #129185 - Zalathar:validate-json, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -10/+13 |
| 2024-08-18 | Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -9/+96 |
| 2024-08-18 | Rollup merge of #129164 - ChrisDenton:comdat, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -190/+100 |
| 2024-08-18 | Move the maxevents.try_into().unwrap() after value check | tiif | -8/+9 |
| 2024-08-18 | Set EINVAL for epoll_wait maxevent value 0 | tiif | -1/+17 |
| 2024-08-18 | Auto merge of #128982 - saethlin:windows-debuginfo-tests, r=compiler-errors | bors | -12/+8 |
| 2024-08-18 | Auto merge of #129115 - jieyouxu:reenable-dump-ice, r=estebank | bors | -5/+8 |
| 2024-08-17 | Remove JohnTitor from review rotation | Eric Huss | -1/+0 |
| 2024-08-17 | Auto merge of #3813 - tiif:epollfix, r=RalfJung | bors | -38/+65 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -134/+64 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -110/+180 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -190/+100 |
| 2024-08-18 | Apply test fix | tiif | -38/+65 |
| 2024-08-17 | Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgr | bors | -101/+357 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -10/+8 |
| 2024-08-17 | Rollup merge of #129196 - Zalathar:ref-id-ref, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-08-17 | Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n... | Matthias Krüger | -4/+0 |
| 2024-08-17 | Rollup merge of #129191 - aDotInTheVoid:rdj-serial-cleanup, r=GuillaumeGomez | Matthias Krüger | -19/+23 |
| 2024-08-17 | Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errors | Matthias Krüger | -62/+199 |
| 2024-08-17 | Rollup merge of #129167 - cuviper:either-once-empty, r=Nadrieril | Matthias Krüger | -9/+9 |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -1/+124 |
| 2024-08-17 | Auto merge of #3823 - RalfJung:sync, r=RalfJung | bors | -102/+27 |
| 2024-08-17 | simplify synchronization object creation logic | Ralf Jung | -102/+27 |
| 2024-08-17 | Auto merge of #3822 - RalfJung:tls, r=RalfJung | bors | -12/+15 |
| 2024-08-17 | run TLS tests on Solarish | Ralf Jung | -2/+2 |
| 2024-08-17 | tls_leak_main_thread_allowed: make test check target_thread_local | Ralf Jung | -10/+13 |
| 2024-08-17 | Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-dead | bors | -20/+204 |
| 2024-08-17 | Remove a useless ref/id/ref round-trip from `pattern_from_hir` | Zalathar | -6/+2 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -105/+290 |
| 2024-08-17 | Remove useless attributes in merged doctest generated code | Guillaume Gomez | -4/+0 |
| 2024-08-17 | rustdoc-json: Clean up serialization and printing. | Alona Enraght-Moony | -19/+23 |
| 2024-08-17 | Auto merge of #3819 - RalfJung:epoll-test, r=RalfJung | bors | -41/+37 |