about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2024-02-15Rollup merge of #121098 - ShoyuVanilla:thread-local-unnecessary-else, r=Nilst...Matthias Krüger-1/+2
2024-02-15Rollup merge of #118749 - ChrisDenton:winsys, r=cuviperMatthias Krüger-9/+10
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-26/+24
2024-02-15Use generic `NonZero` internally.Markus Reiter-78/+80
2024-02-15Remove unnecessary else block from `thread_local!` expanded codeShoyu Vanilla-1/+2
2024-02-14Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviperOli Scherer-4/+6
2024-02-14Automatically sort windows_sys bindingsChris Denton-8/+1
2024-02-14Add windows_sys readmeChris Denton-0/+9
2024-02-14Move windows_sys.lst to bindings.txtChris Denton-1/+0
2024-02-13Implement Instant for UEFIAyush Singh-0/+116
2024-02-13Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstriebbors-1/+60
2024-02-12Auto merge of #110211 - joboet:queue_lock, r=Amanieubors-197/+559
2024-02-11Rollup merge of #120740 - ChrisDenton:cmaths, r=Mark-SimulacrumMatthias Krüger-140/+88
2024-02-11Implement sys/thread for UEFIAyush Singh-1/+60
2024-02-11add doc-comment to `unlock_queue`joboet-0/+3
2024-02-11std: enabling new netbsd (10) calls.David Carlier-4/+6
2024-02-09Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgrbors-52/+157
2024-02-09std::thread update freebsd stack guard handling.David Carlier-5/+25
2024-02-09Rollup merge of #120776 - joboet:move_pal_path, r=ChrisDentonMatthias Krüger-51/+24
2024-02-09Rollup merge of #120351 - Ayush1325:uefi-time, r=m-ou-seMatthias Krüger-1/+133
2024-02-09Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-3/+2
2024-02-09address review commentsjoboet-21/+19
2024-02-09be more explicit about why adding backlinks eagerly makes sensejoboet-6/+7
2024-02-09format using latest rustfmtjoboet-4/+12
2024-02-09inline some single-use functions, add documentationjoboet-23/+23
2024-02-09queue_rwlock: use a separate `QUEUE_LOCKED` bit to synchronize waiter queue u...joboet-144/+195
2024-02-09use exponential backoff in `lock_contended`joboet-2/+4
2024-02-09immediately register writer node if threads are queuedjoboet-2/+3
2024-02-09avoid unnecessary `Thread` handle allocationjoboet-1/+2
2024-02-09use braces to make operator precedence less ambiguousjoboet-1/+1
2024-02-09adjust code documentationjoboet-2/+2
2024-02-09std: replace pthread `RwLock` with custom implementation inspired by usyncjoboet-197/+494
2024-02-09Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrumbors-1/+18
2024-02-09Implement SystemTime for UEFIAyush Singh-1/+133
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-3/+2
2024-02-08std: move path into `sys`joboet-51/+24
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-9/+9
2024-02-07Make cmath.rs a single fileChris Denton-140/+88
2024-02-05Remove unused structr0cky-9/+0
2024-01-31Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviperNadrieril-2/+2
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-213/+123
2024-01-30Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnayGuillaume Gomez-16/+12
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-16/+12
2024-01-29std: always check the result of `pthread_mutex_lock`joboet-1/+18
2024-01-29Rollup merge of #120462 - mu001999:clean, r=NilstriebDylan DPC-3/+0
2024-01-29Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe...Dylan DPC-1/+33
2024-01-29Clean dead coder0cky-3/+0
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-213/+123
2024-01-27std: thread_local::register_dtor fix proposal for FreeBSD.David Carlier-2/+2
2024-01-27add extra check for invalid handle in ReadDir::nextHTGAzureX1212.-1/+8