about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2024-01-09Rollup merge of #118241 - fortanix:raoul/gh-530-make_userspace_types_send, r=...Guillaume Gomez-0/+6
2024-01-09Rollup merge of #118748 - devnexen:fbsd_getrandom_simpl, r=Nilstrieb,dtolnayGuillaume Gomez-11/+1
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+4
2023-12-30openbsd: available_parallelism: use the right APISebastien Marie-26/+6
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-1/+1
2023-12-23Adjust the std library for sanitizer_cfi cfgs changesUrgau-1/+1
2023-12-17Use FileEndOfFileInfo, not FileAllocationInfoChris Denton-6/+8
2023-12-15Cfg remove lang items in doctestCameron Steffen-1/+1
2023-12-14Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkinbors-26/+25
2023-12-13Auto merge of #116438 - ChrisDenton:truncate, r=thomccbors-6/+27
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-1/+7
2023-12-08std: getrandom simplification for freebsd.David Carlier-11/+1
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-6/+1168
2023-12-07add teeos std impl袁浩-6/+1168
2023-12-07Add emulated TLS supportquininer-1/+7
2023-12-06library: fix comment about const assert in win apiklensy-1/+1
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-1/+1
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-1/+29
2023-12-06std: xous: take eh_frame address from main argsSean Cross-1/+28
2023-12-05Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubileeMichael Goulet-1/+1
2023-12-03library: use c string literalsklensy-26/+25
2023-11-29Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-seMatthias Krüger-1/+94
2023-11-26Making `User<T>` and `User<[T]>` `Send`Raoul Strackx-0/+6
2023-11-24Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomccMatthias Krüger-1/+1
2023-11-24Rollup merge of #117656 - ChrisDenton:invalid, r=thomccMatthias Krüger-7/+8
2023-11-23Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubileebors-128/+73
2023-11-22x fmt library/stdChris Denton-3/+2
2023-11-22redundant_slicingChris Denton-1/+1
2023-11-22cmp_nullChris Denton-2/+2
2023-11-22manual_range_containsChris Denton-2/+2
2023-11-22op_refChris Denton-1/+1
2023-11-22manual_mapChris Denton-5/+3
2023-11-22unnecessary_lazy_evaluationsChris Denton-1/+1
2023-11-22redundant_closureChris Denton-4/+4
2023-11-22duration_subsecChris Denton-1/+1
2023-11-22unnecessary_castChris Denton-9/+9
2023-11-22needless_borrowChris Denton-8/+8
2023-11-22needless_borrows_for_generic_argsChris Denton-2/+2
2023-11-22manual_slice_size_calculationChris Denton-1/+1
2023-11-22unnecessary_mut_passedChris Denton-2/+2
2023-11-22needless_returnChris Denton-1/+1
2023-11-22allow clippy style in windows/c.rsChris Denton-0/+1
2023-11-21Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubileeNilstrieb-0/+2
2023-11-19Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-SimulacrumMichael Goulet-11/+84
2023-11-19Use an absolute path to the NUL deviceChris Denton-1/+1
2023-11-19Don't set cmsg fields in msghdr if we have no cmsg to sendThe 8472-3/+4
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-12/+0
2023-11-17Update windows-bindgenChris Denton-5/+5
2023-11-17Define `INVALID_HANDLE_VALUE` ourselvesChris Denton-2/+3
2023-11-16std: personality: support gcc personality on XousSean Cross-0/+1