about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2025-09-08std: move `thread` into `sys` (rename only)joboet-0/+0
2025-09-08std: make address resolution weirdness local to SGXjoboet-216/+276
2025-09-08Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhprattMatthias Krüger-0/+8
2025-09-07Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-SimulacrumMatthias Krüger-0/+70
2025-09-07docs(std): add error docs for path canonicalizeSoroush Mirzaei-0/+8
2025-09-07Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take...bors-40/+40
2025-09-07feat(std): emulate flock for solaris via fcntlWeihang Lo-0/+70
2025-09-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-40/+40
2025-09-06Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35Trevor Gross-57/+131
2025-09-06Add socket extensions for cygwinBerrysoft-57/+131
2025-09-05Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35León Orell Valerian Liehr-0/+1077
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+1077
2025-09-05Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyrTrevor Gross-3/+127
2025-09-04Add `Path::has_trailing_sep` and related methodsltdk-3/+184
2025-09-04std: Implement WASIp2-specific stdio routinesAlex Crichton-3/+127
2025-09-04Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdevMatthias Krüger-1/+1
2025-09-04fixbendn-1/+1
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+1
2025-09-04Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35Stuart Cook-6/+2
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-23/+307
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-23/+308
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-51/+102
2025-09-03Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35Stuart Cook-13/+177
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-9/+19
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+1
2025-09-03thread parking: fix docs and examplesRalf Jung-16/+59
2025-09-02Rollup merge of #146118 - RalfJung:miri-abort, r=joboetGuillaume Gomez-2/+5
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-1/+0
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-2/+5
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-1/+0
2025-09-01Constify conversion traitsltdk-9/+19
2025-08-31std: fix `SplitPaths` regressionjoboet-5/+15
2025-08-30Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35Trevor Gross-6/+18
2025-08-30Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdevTrevor Gross-22/+91
2025-08-30Fix spurious test timeoutChris Denton-6/+18
2025-08-30std: clarify `OpenOptions` error for create without write accessVladimir Petrzhikovskii-22/+91
2025-08-30Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboetStuart Cook-76/+530
2025-08-30Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboetStuart Cook-2/+2
2025-08-29Rollup merge of #146017 - maurer:pipe2, r=Mark-SimulacrumTrevor Gross-0/+1
2025-08-29Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35Trevor Gross-1/+1
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-1/+0
2025-08-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-1/+0
2025-08-29std: use a TAIT to define `SplitPaths` on UNIXjoboet-29/+7
2025-08-29std: haiku: fix `B_FIND_PATH_IMAGE_PATH`Pavel Grigorenko-1/+1
2025-08-29Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-SimulacrumStuart Cook-0/+1
2025-08-29Rollup merge of #144354 - rafaeling:fix-142726-qnx8-link-fail, r=tgross35Stuart Cook-1/+1
2025-08-29Mark pipe2 supported in AndroidMatthew Maurer-0/+1
2025-08-28std: Start supporting WASIp2 nativelyAlex Crichton-13/+177
2025-08-28Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDentonStuart Cook-7/+10
2025-08-27Rollup merge of #145746 - ivmarkov:fix-nofollow-espidf, r=ibraheemdevJacob Pratt-2/+11