about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-04-14Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-SimulacrumMatthias Krüger-0/+10
2024-04-14Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-SimulacrumMatthias Krüger-28/+32
2024-04-13Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-SimulacrumMatthias Krüger-6/+5
2024-04-13Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhprattJacob Pratt-1/+0
2024-04-13Add missing `unsafe` to internal `std::thread::Thread` creation functionsbeetrees-14/+21
2024-04-13Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s...beetrees-3/+3
2024-04-12Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDentonMatthias Krüger-12/+14
2024-04-12Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboetMatthias Krüger-2/+0
2024-04-12Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDentonMatthias Krüger-0/+4
2024-04-12Rollup merge of #123807 - joboet:sys_common_thread, r=jhprattMatthias Krüger-24/+22
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-1/+0
2024-04-12Add `unsafe` to two functions with safety invariantsEduardo Sánchez Muñoz-12/+14
2024-04-12zkvm: remove cmathMarijan Petričević-2/+0
2024-04-12std::net: TcpListener shrinks the backlog argument to 32 for Haiku.David Carlier-0/+4
2024-04-12Update document for std::io::Error::downcastJiahao XU-6/+6
2024-04-12fix typo in library/std/src/lib.rskamaboko123-1/+1
2024-04-12Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=AmanieuMatthias Krüger-2/+8
2024-04-11Move rare overflow error to a cold functionKornel-2/+8
2024-04-11Rollup merge of #123806 - joboet:advanced_overflow, r=AmanieuMatthias Krüger-0/+9
2024-04-11Rollup merge of #122882 - Zoxc:panic-output-panic, r=AmanieuMatthias Krüger-9/+29
2024-04-11Auto merge of #123732 - a1phyr:io_error_factor, r=cuviperbors-159/+67
2024-04-11std: use queue-based `RwLock` on Windows 7joboet-50/+6
2024-04-11std: use queue-based `RwLock` on Xousjoboet-74/+0
2024-04-11std: use queue-based `RwLock` on SGXjoboet-261/+47
2024-04-11std: remove `sys_common::thread`joboet-24/+22
2024-04-11core: panic on overflow in `BorrowedCursor`joboet-0/+9
2024-04-11OpenBSD fix long socket addressesSebastien Marie-0/+10
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-159/+67
2024-04-11Rollup merge of #123756 - lukas-code:file-sync, r=jhprattLeón Orell Valerian Liehr-3/+11
2024-04-11Rollup merge of #123360 - adamgemmell:dev/adagem01/restricted-std, r=ehussLeón Orell Valerian Liehr-1/+10
2024-04-11Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=AmanieuLeón Orell Valerian Liehr-0/+114
2024-04-10clean up docs for `File::sync_*`Lukas Markeffsky-3/+11
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+114
2024-04-10Auto merge of #123725 - GuillaumeGomez:rollup-gk2bbrg, r=GuillaumeGomezbors-6/+123
2024-04-10Rollup merge of #123534 - ChrisDenton:name, r=workingjubileeGuillaume Gomez-6/+123
2024-04-10visionOS: Fix unused import warningMads Marquart-12/+1
2024-04-10Rework Path::ancestors documentation to remove unwrapsKriskras99-4/+3
2024-04-10Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboetbors-18/+74
2024-04-10Bring documentation of Path::to_path_buf in line with the rest of Path/PathBufKriskras99-2/+2
2024-04-10Auto merge of #122812 - dtolnay:mode, r=workingjubileebors-5/+186
2024-04-10Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhprattMatthias Krüger-31/+119
2024-04-09Show mode_t as octal in std::fs Debug implsDavid Tolnay-5/+186
2024-04-09Add comment on UTF-16 surrogatesChris Denton-0/+2
2024-04-09Windows: set main thread name without reencodingChris Denton-4/+8
2024-04-09Add const UTF-8 to UTF-16 conversion macrosChris Denton-2/+113
2024-04-09Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbinibors-14/+226
2024-04-09Auto merge of #123485 - madsmtm:use-libc-copyfile, r=joboetbors-39/+10
2024-04-09Fix dead code warningbjorn3-0/+1
2024-04-09Document Windows argument splittingChris Denton-2/+133
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+93