| Age | Commit message (Expand) | Author | Lines |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -8/+15 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+6 |
| 2024-02-17 | Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDenton | Guillaume Boisseau | -5/+25 |
| 2024-02-17 | Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se | bors | -9/+9 |
| 2024-02-16 | Remove cfg_attr | Steven | -1/+0 |
| 2024-02-16 | Use a hardcoded constant instead of calling OpenProcessToken. | Steven | -5/+26 |
| 2024-02-16 | std: move locks to `sys` on platforms without threads | joboet | -140/+1 |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -340/+0 |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -151/+0 |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -1609/+0 |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -153/+0 |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -337/+1 |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -491/+10 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -80/+80 |
| 2024-02-16 | Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett | bors | -0/+116 |
| 2024-02-15 | Rollup merge of #120672 - devnexen:update_thread_stack_guardpages_fbsd, r=m-o... | Guillaume Gomez | -5/+25 |
| 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 | 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 | -644/+136 |
| 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 | -643/+3 |
| 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 |