| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung | bors | -122/+297 |
| 2024-10-14 | ensure that a macOS os_unfair_lock that is moved while being held is not impl... | Ralf Jung | -59/+178 |
| 2024-10-14 | move lazy_sync helper methods to be with InterpCx | Ralf Jung | -79/+103 |
| 2024-10-14 | De-duplicate and move `adjust_nan` to `InterpCx` | Eduardo Sánchez Muñoz | -4/+0 |
| 2024-10-14 | Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung | bors | -84/+85 |
| 2024-10-14 | add test ensuring a moved mutex deadlocks | Ralf Jung | -0/+32 |
| 2024-10-14 | Added a variadic argument helper | Yoh Deadfall | -84/+85 |
| 2024-10-14 | Avoid some needless monomorphizations | Oli Scherer | -10/+7 |
| 2024-10-14 | pick more clear names for the types | Ralf Jung | -22/+19 |
| 2024-10-14 | turns out relaxed accesses suffice here | Ralf Jung | -2/+2 |
| 2024-10-14 | make lazy_sync_get_data also take a closure to initialize if needed | Ralf Jung | -51/+32 |
| 2024-10-14 | Windows InitOnce: also store ID outside addressable memory | Ralf Jung | -165/+114 |
| 2024-10-14 | macOS os_unfair_lock: also store ID outside addressable memory | Ralf Jung | -49/+42 |
| 2024-10-14 | pthread_cond: also store ID outside addressable memory | Ralf Jung | -172/+109 |
| 2024-10-14 | pthread_rwlock: also store ID outside addressable memory | Ralf Jung | -135/+112 |
| 2024-10-14 | pthread_mutex: store mutex ID outside adressable memory, so it can be trusted | Ralf Jung | -127/+181 |
| 2024-10-14 | clippy | Ralf Jung | -0/+2 |
| 2024-10-14 | Merge from rustc | Ralf Jung | -7/+154 |
| 2024-10-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-10-14 | Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin | Matthias Krüger | -4/+12 |
| 2024-10-13 | Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung | bors | -61/+191 |
| 2024-10-13 | rework threadname test for more consistency | Ralf Jung | -62/+122 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | Fixed get thread name behavior for FreeBSD | Yoh Deadfall | -8/+10 |
| 2024-10-12 | Fixed pthread get/set name for macOS | Yoh Deadfall | -23/+91 |
| 2024-10-12 | miri: avoid cloning AllocExtra | Ralf Jung | -4/+12 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+93 |
| 2024-10-11 | simplify Tree Borrows write-during-2phase example | Ralf Jung | -13/+15 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-10 | Auto merge of #3960 - tiif:smallchange, r=RalfJung | bors | -25/+68 |
| 2024-10-10 | add libc-pipe test to CI for freebsd, solarish | Ralf Jung | -4/+4 |
| 2024-10-10 | Pipe minor changes: diagnostics, flag support and comments | tiif | -21/+64 |
| 2024-10-10 | Auto merge of #3950 - RalfJung:handle_unsupported_foreign_item, r=RalfJung,sa... | bors | -69/+3 |
| 2024-10-10 | remove -Zmiri-panic-on-unsupported flag | Ralf Jung | -42/+2 |
| 2024-10-10 | remove handle_unsupported_foreign_item helper | Ralf Jung | -36/+10 |
| 2024-10-10 | Auto merge of #3956 - RalfJung:epoll-ready-list, r=RalfJung | bors | -4/+5 |
| 2024-10-10 | epoll event adding: no need to join, there's no old clock here | Ralf Jung | -1/+1 |
| 2024-10-10 | Auto merge of #3959 - JakeRoggenbuck:fix-spelling-in-readme, r=saethlin | bors | -2/+2 |
| 2024-10-09 | syscall/eventfd2: add support | Frank Rehwinkel | -29/+21 |
| 2024-10-09 | syscall/eventfd2: add failing test | Frank Rehwinkel | -0/+29 |
| 2024-10-09 | Auto merge of #3946 - FrankReh:fix-over-synchronization-of-epoll, r=RalfJung | bors | -11/+128 |
| 2024-10-09 | epoll: change clock to be per event | Frank Rehwinkel | -28/+41 |
| 2024-10-09 | Auto merge of #3953 - YohDeadfall:glibc-thread-name, r=RalfJung | bors | -24/+80 |
| 2024-10-09 | Fixed pthread_getname_np impl for glibc | Yoh Deadfall | -24/+80 |
| 2024-10-09 | epoll: rename blocking_epoll_callback since it is not just called after unblo... | Ralf Jung | -4/+5 |
| 2024-10-09 | explain the review bot use | Ralf Jung | -0/+8 |
| 2024-10-08 | epoll: test case showing too much clock sync | Frank Rehwinkel | -0/+104 |
| 2024-10-08 | fix behavior of release_clock() | Ralf Jung | -30/+90 |
| 2024-10-07 | Fix spelling in README | Jake | -2/+2 |
| 2024-10-07 | bump rustc_tools_util version | Ralf Jung | -4/+4 |