about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2022-08-17Mitigate Stale Data Read for xAPIC vulnerabilityRaoul Strackx-7/+137
2022-08-16Update fortanix-sgx-abi and export some useful SGX usercall traitsMohsen Zohrevandi-4/+30
2022-08-16Refactor copying data to userspaceRaoul Strackx-19/+32
2022-08-15Auto merge of #100007 - ChrisDenton:dtor-inline-never, r=michaelwoeristerbors-0/+4
2022-08-14Rollup merge of #100249 - Meziu:master, r=joshtriplettMatthias Krüger-5/+5
2022-08-13created tcpstream quickack traitBerend-Jan Lange-0/+11
2022-08-12Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcmDylan DPC-4/+5
2022-08-12Auto merge of #99624 - vincenzopalazzo:macros/unix_error, r=Amanieubors-2/+6
2022-08-11Rollup merge of #100203 - compiler-errors:command-args-size-hint, r=m-ou-seMatthias Krüger-0/+3
2022-08-11Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkovMatthias Krüger-2/+4
2022-08-11Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-SimulacrumDylan DPC-3/+9
2022-08-11promote debug_assert to assertVincenzo Palazzo-2/+6
2022-08-10add crt-static for androidBryanskiy-2/+4
2022-08-08Replace pointer casting in hashmap_random_keys with safe codeBlackHoleFox-9/+9
2022-08-08linux: Use `pthread_setname_np` instead of `prctl`Josh Stone-3/+9
2022-08-07Fix HorizonOS regression in FileTimesAndrea Ciliberti-5/+5
2022-08-07Rollup merge of #100127 - ChrisDenton:remove-init, r=thomccMatthias Krüger-160/+94
2022-08-06provide correct size hint for unsupported platform CommandArgsMichael Goulet-0/+3
2022-08-05non-linux platformsNick Cameron-29/+25
2022-08-05cleanup code w/ pointers in std a littleMaybe Waffle-4/+5
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-9/+8
2022-08-04Update after code reviewChris Denton-6/+12
2022-08-04kmc-solid: Add a stub implementation of `File::set_times`Tomoaki Kawada-0/+12
2022-08-04Remove Windows function preloadingChris Denton-158/+86
2022-08-04Add visibility modifier to compat macroChris Denton-2/+2
2022-08-03FilesTimes support does not build for ESP-IDFIvan Markov-3/+7
2022-08-03Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-seDylan DPC-2/+4
2022-08-03Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomccDylan DPC-60/+8
2022-08-02Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomccMatthias Krüger-2/+2
2022-08-01kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr`Tomoaki Kawada-2/+2
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-2/+174
2022-08-01Never inline Windows dtor accessChris Denton-0/+4
2022-07-31Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-07-31Make sure `symbol_name` is const evaluatedChris Denton-4/+4
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-10/+4
2022-07-31Fix compat.rs for `cfg(miri)`Chris Denton-1/+1
2022-07-31Auto merge of #99553 - ChrisDenton:lazy-compat-fn, r=Mark-Simulacrumbors-64/+205
2022-07-30Fix warnings in stubbed out set_timesJosh Triplett-4/+5
2022-07-30Reset directory iteration in remove_dir_allChris Denton-1/+3
2022-07-30Remove socklen_t from platforms where it's no longer usedLinus Färnstrand-6/+0
2022-07-27Fix futex module imports on wasm+atomicssandydoo-2/+4
2022-07-26Rewrite Windows `compat_fn` macroChris Denton-64/+205
2022-07-26Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-SimulacrumYuki Okushi-0/+14
2022-07-25Implement `fs::get_path` for FreeBSD.David CARLIER-0/+14
2022-07-25Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-SimulacrumYuki Okushi-45/+5
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-46/+189
2022-07-22Recover error strings on Unix from_lossy_utf8Jubilee Young-1/+3
2022-07-22Stub out `set_times` to return unsupported on RedoxJosh Triplett-2/+13
2022-07-21Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-seMatthias Krüger-64/+256
2022-07-21remove unused importjoboet-1/+1