about summary refs log tree commit diff
path: root/library
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-09Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwcoMatthias Krüger-14/+3
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-09Rollup merge of #146326 - cyrgani:int-module-1, r=jhprattStuart Cook-219/+81
2025-09-09Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obkStuart Cook-5/+42
2025-09-09Rollup merge of #146314 - cyrgani:hide-fmt-args-nl, r=GuillaumeGomezStuart Cook-0/+1
2025-09-09Rollup merge of #146300 - bjoernager:f16-f128-sum-product, r=jhprattStuart Cook-1/+1
2025-09-08change end to lastJeremy Smart-26/+169
2025-09-08simplify the declaration of the legacy integer modules (`std::u32` etc.)cyrgani-219/+81
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 #146319 - justinyaodu:patch-1, r=jhprattMatthias Krüger-1/+1
2025-09-08Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhprattMatthias Krüger-0/+8
2025-09-08mark `format_args_nl!` as `#[doc(hidden)]`cyrgani-0/+1
2025-09-08const-eval: disable pointer fragment supportRalf Jung-5/+42
2025-09-08fix typos in commentFang He-2/+2
2025-09-08add some comments to clarify the fixFang He-0/+6
2025-09-08check before test for hardware capabilites in bits 32~63 of usizeFang He-33/+38
2025-09-08Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhprattbors-247/+315
2025-09-07Fix typo in default.rsJustin Yao Du-1/+1
2025-09-07Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-SimulacrumMatthias Krüger-0/+70
2025-09-07Implement 'Sum' and 'Product' for 'f16' and 'f128';Gabriel Bjørnager Jensen-1/+1
2025-09-07docs(std): add error docs for path canonicalizeSoroush Mirzaei-0/+8
2025-09-07optimization: Don't include ASCII characters in Unicode tablesKarl Meakin-247/+315
2025-09-07Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take...bors-50/+50
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-50/+50
2025-09-06Rollup merge of #145940 - pascaldekloe:int-exp-tune, r=tgross35Trevor Gross-176/+237
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-06Auto merge of #146071 - npmccallum:cleanup, r=fmeasebors-106/+55
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-106/+55
2025-09-05Rollup merge of #146257 - alexcrichton:update-wasi-crate, r=tgross35Trevor Gross-4/+4
2025-09-05std: Update `wasi` crate dependencyAlex Crichton-4/+4
2025-09-05Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35León Orell Valerian Liehr-1/+1
2025-09-05Rollup merge of #146225 - Jules-Bertholet:simplify-float-midpoint, r=tgross35León Orell Valerian Liehr-32/+0
2025-09-05Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35León Orell Valerian Liehr-0/+1077
2025-09-05single buffer for exponent fmt of integersPascal S. de Kloe-176/+213
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+1077
2025-09-05change file-is-generated doc comment to innerMarijn Schouten-1/+1
2025-09-05Simplify `{f16, f32, f54, f128}::midpoint()`Jules Bertholet-32/+0
2025-09-05Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyrTrevor Gross-3/+127
2025-09-05Rollup merge of #146152 - rperier:unify_and_dedup_algebraic_float_tests, r=tg...Trevor Gross-83/+44
2025-09-05Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35Trevor Gross-0/+231