about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2025-08-11std: sys: pal: uefi: Overhaul TimeAyush Singh-18/+110
2025-08-11Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishopStuart Cook-0/+196
2025-08-10Rollup merge of #145150 - ChrisDenton:inherit, r=Mark-SimulacrumJacob Pratt-12/+11
2025-08-09Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els...Josh Triplett-7/+6
2025-08-09`HashMap`: also add "Usage with custom key types" headingAda Alakbarova-0/+2
2025-08-09`{BTree,Hash}Map`: add "`Entry` API" section headingAda Alakbarova-0/+2
2025-08-09Replace unsafe function with safe alternativeChris Denton-12/+11
2025-08-09add `nonpoison::rwlock` implementationConnor Tsui-0/+1086
2025-08-09reorganize rwlock fileConnor Tsui-327/+372
2025-08-09Rollup merge of #145096 - Spxg:w/wasm_atomic, r=tgross35Stuart Cook-0/+4
2025-08-08Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-...Jakub Beránek-25/+25
2025-08-08Fix wasm target build with atomics featureSpxg-0/+4
2025-08-08Fix wrong cache line size of riscv64minxuanz-5/+3
2025-08-07Rollup merge of #145046 - ulrichstark:master, r=tgross35Trevor Gross-2/+2
2025-08-07Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-seTrevor Gross-1/+1
2025-08-07Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnayTrevor Gross-1/+0
2025-08-07Rollup merge of #144705 - pmur:murp/aarch64-lse, r=AmanieuTrevor Gross-0/+27
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-25/+25
2025-08-07Fix doc comment of File::try_lock and File::try_lock_sharedUlrich Stark-2/+2
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-12/+12
2025-08-07Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r...Stuart Cook-25/+25
2025-08-07Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviperbors-7/+127
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-7/+127
2025-08-06Rollup merge of #144975 - joshtriplett:file-times-dir, r=jhprattGuillaume Gomez-1/+6
2025-08-06Rollup merge of #144972 - the8472:file-prefix-docs, r=joshtriplettGuillaume Gomez-0/+2
2025-08-06Rollup merge of #144861 - Kivooeo:payload-as-str-stabilization, r=ChrisDentonGuillaume Gomez-3/+1
2025-08-06Reword documentation for `set_times` to clarify directory handlingJosh Triplett-2/+3
2025-08-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-25/+25
2025-08-06Clarify EOF handling for `BufRead::skip_until`ginnyTheCat-2/+7
2025-08-06Rollup merge of #144836 - chotchki:patch-1, r=tgross35Jakub Beránek-1/+1
2025-08-06replace version placeholderBoxy-12/+12
2025-08-05`File::set_times`: Add documentation about setting directory timestampsJosh Triplett-0/+4
2025-08-05`File::set_times`: Remove `write(true)` from the example so it works on direc...Josh Triplett-1/+1
2025-08-05add code example showing that file_prefix treats dotfiles as the name of a fi...The 8472-0/+2
2025-08-05Dynamically enable LSE for aarch64 rust provided intrinsicsPaul Murphy-0/+27
2025-08-05Rollup merge of #144872 - connortsui20:once-poison-docs, r=AmanieuSamuel Tardieu-3/+59
2025-08-05Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-seSamuel Tardieu-2/+2
2025-08-04std: sys: io: io_slice: Add UEFI typesAyush Singh-0/+196
2025-08-04remove begin prefixKivooeo-1/+1
2025-08-04remove feature gateKivooeo-1/+0
2025-08-04Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-SimulacrumStuart Cook-6/+6
2025-08-04Rollup merge of #144188 - joshtriplett:available-parallelism, r=Mark-SimulacrumStuart Cook-0/+3
2025-08-04remove gateKivooeo-2/+1
2025-08-03add poisoning documentation to `LazyLock`Connor Tsui-2/+58
2025-08-03fix broken doc section link in `poison.rs`Connor Tsui-1/+1
2025-08-03Rollup merge of #144070 - stifskere:feat/macros/hash_map, r=NoratriebSamuel Tardieu-0/+76
2025-08-03remove rust_ prefixesKivooeo-6/+6
2025-08-03removed gateKivooeo-3/+1
2025-08-03rename rust_panic_without_hookKivooeo-2/+2
2025-08-02Change visibility of Args new functionChristopher Hotchkiss-1/+1