about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-09-09Fix compare_against_sw_vers test when a version part is 0Mads Marquart-3/+3
2025-09-09Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJungMatthias Krüger-5/+5
2025-09-09Make the compile test use a const insteadGeorg Semmler-8/+7
2025-09-09Make Barrier RefUnwindSafe againGeorg Semmler-0/+15
2025-09-09add approx_delta to all gamma testsLorrensP-2158466-5/+5
2025-09-09Rollup merge of #146343 - madsmtm:fix-platform_version, r=tgross35Stuart Cook-3/+8
2025-09-08Weakly export platform_version symbolsMads Marquart-0/+5
2025-09-08Reorder test to make failures clearerMads Marquart-3/+3
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-47/+47
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-47/+47
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 #146257 - alexcrichton:update-wasi-crate, r=tgross35Trevor Gross-1/+1
2025-09-05std: Update `wasi` crate dependencyAlex Crichton-1/+1
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-4/+221
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/+7
2025-09-04fixbendn-1/+1
2025-09-04add testbendn-0/+6
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-7/+3
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/+182
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-09-01Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJungStuart Cook-2/+2
2025-08-31std: fix `SplitPaths` regressionjoboet-5/+15
2025-08-31fixLorrensP-2158466-2/+2
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-271/+771