| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Rollup merge of #121098 - ShoyuVanilla:thread-local-unnecessary-else, r=Nilst... | Matthias Krüger | -1/+2 |
| 2024-02-15 | Rollup merge of #118749 - ChrisDenton:winsys, r=cuviper | Matthias Krüger | -9/+10 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -26/+24 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -78/+80 |
| 2024-02-15 | Remove unnecessary else block from `thread_local!` expanded code | Shoyu Vanilla | -1/+2 |
| 2024-02-14 | Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviper | Oli Scherer | -4/+6 |
| 2024-02-14 | Automatically sort windows_sys bindings | Chris Denton | -8/+1 |
| 2024-02-14 | Add windows_sys readme | Chris Denton | -0/+9 |
| 2024-02-14 | Move windows_sys.lst to bindings.txt | Chris Denton | -1/+0 |
| 2024-02-13 | Implement Instant for UEFI | Ayush Singh | -0/+116 |
| 2024-02-13 | Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstrieb | bors | -1/+60 |
| 2024-02-12 | Auto merge of #110211 - joboet:queue_lock, r=Amanieu | bors | -197/+559 |
| 2024-02-11 | Rollup merge of #120740 - ChrisDenton:cmaths, r=Mark-Simulacrum | Matthias Krüger | -140/+88 |
| 2024-02-11 | Implement sys/thread for UEFI | Ayush Singh | -1/+60 |
| 2024-02-11 | add doc-comment to `unlock_queue` | joboet | -0/+3 |
| 2024-02-11 | std: enabling new netbsd (10) calls. | David Carlier | -4/+6 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -52/+157 |
| 2024-02-09 | std::thread update freebsd stack guard handling. | David Carlier | -5/+25 |
| 2024-02-09 | Rollup merge of #120776 - joboet:move_pal_path, r=ChrisDenton | Matthias Krüger | -51/+24 |
| 2024-02-09 | Rollup merge of #120351 - Ayush1325:uefi-time, r=m-ou-se | Matthias Krüger | -1/+133 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -3/+2 |
| 2024-02-09 | address review comments | joboet | -21/+19 |
| 2024-02-09 | be more explicit about why adding backlinks eagerly makes sense | joboet | -6/+7 |
| 2024-02-09 | format using latest rustfmt | joboet | -4/+12 |
| 2024-02-09 | inline some single-use functions, add documentation | joboet | -23/+23 |
| 2024-02-09 | queue_rwlock: use a separate `QUEUE_LOCKED` bit to synchronize waiter queue u... | joboet | -144/+195 |
| 2024-02-09 | use exponential backoff in `lock_contended` | joboet | -2/+4 |
| 2024-02-09 | immediately register writer node if threads are queued | joboet | -2/+3 |
| 2024-02-09 | avoid unnecessary `Thread` handle allocation | joboet | -1/+2 |
| 2024-02-09 | use braces to make operator precedence less ambiguous | joboet | -1/+1 |
| 2024-02-09 | adjust code documentation | joboet | -2/+2 |
| 2024-02-09 | std: replace pthread `RwLock` with custom implementation inspired by usync | joboet | -197/+494 |
| 2024-02-09 | Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrum | bors | -1/+18 |
| 2024-02-09 | Implement SystemTime for UEFI | Ayush Singh | -1/+133 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -3/+2 |
| 2024-02-08 | std: move path into `sys` | joboet | -51/+24 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -9/+9 |
| 2024-02-07 | Make cmath.rs a single file | Chris Denton | -140/+88 |
| 2024-02-05 | Remove unused struct | r0cky | -9/+0 |
| 2024-01-31 | Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper | Nadrieril | -2/+2 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -213/+123 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -16/+12 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -16/+12 |
| 2024-01-29 | std: always check the result of `pthread_mutex_lock` | joboet | -1/+18 |
| 2024-01-29 | Rollup merge of #120462 - mu001999:clean, r=Nilstrieb | Dylan DPC | -3/+0 |
| 2024-01-29 | Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe... | Dylan DPC | -1/+33 |
| 2024-01-29 | Clean dead code | r0cky | -3/+0 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -213/+123 |
| 2024-01-27 | std: thread_local::register_dtor fix proposal for FreeBSD. | David Carlier | -2/+2 |
| 2024-01-27 | add extra check for invalid handle in ReadDir::next | HTGAzureX1212. | -1/+8 |