about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-09-12Merge ref '2a9bacf61876' from rust-lang/rustThe Miri Cronjob Bot-1345/+1156
2025-09-11Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdevbors-1097/+897
2025-09-11Merge ref 'f4665ab8368a' from rust-lang/rustThe Miri Cronjob Bot-737/+923
2025-09-11Rollup merge of #146425 - ferrocene:pvdrz/improve-array-coverage, r=workingju...Stuart Cook-0/+7
2025-09-11Rollup merge of #146424 - ferrocene:pvdrz/improve-ops-coverage, r=workingjubileeStuart Cook-1/+75
2025-09-11Rollup merge of #146380 - rperier:unify_and_dedup_bits_conv_float_tests, r=tg...Stuart Cook-110/+63
2025-09-11Rollup merge of #146379 - madsmtm:fix-platform_version-test, r=tgross35Stuart Cook-3/+3
2025-09-11Rollup merge of #142315 - lolbinarycat:core-dedup-ptr-docs-139190-pt3, r=work...Stuart Cook-134/+111
2025-09-10Improve `core::array` coverageChristian Poveda-0/+7
2025-09-10Update library/coretests/tests/ops.rsChristian Poveda Ruiz-1/+2
2025-09-10Improve `core::ops` coverageChristian Poveda-1/+74
2025-09-10Rollup merge of #146322 - weiznich:fix/146087, r=joboetMatthias Krüger-0/+13
2025-09-10Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35Matthias Krüger-216/+276
2025-09-10core::ptr: deduplicate docs for as_ref, addr, and as_uninit_refbinarycat-134/+111
2025-09-10std: move `thread` into `sys`joboet-1042/+842
2025-09-10Unify and deduplicate bits conv float testsRomain Perier-110/+63
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-26/+169
2025-09-10Add suggestionsGeorg Semmler-3/+2
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-12fix typo in commentFang He-1/+1
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