about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-1/+1
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-4/+6
2025-01-24Update a bunch of comments from before wasi support was addedbjorn3-5/+4
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-5/+0
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-2/+4
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+8
2025-01-22Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35Matthias Krüger-5/+4
2025-01-22Rollup merge of #135837 - ChrisDenton:trunc, r=NoratriebMatthias Krüger-3/+0
2025-01-22Library: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+4
2025-01-21Remove test panic from File::openChris Denton-3/+0
2025-01-21fix OsString::from_encoded_bytes_unchecked descriptionMarijn Schouten-2/+2
2025-01-21Auto merge of #135224 - wyfo:tls-panic-outline, r=cuviperbors-8/+16
2025-01-20Rollup merge of #135626 - clubby789:env-note, r=ibraheemdev许杰友 Jieyou Xu (Joe)-0/+8
2025-01-20Rollup merge of #135491 - RalfJung:remove-dead-rustc_allowed_through_unstable...许杰友 Jieyou Xu (Joe)-34/+4
2025-01-20Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+5
2025-01-18Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcmMatthias Krüger-1/+0
2025-01-18Rollup merge of #135583 - NobodyXu:move-pipe-to-io, r=joshtriplettMatthias Krüger-290/+273
2025-01-17Stabilize `float_next_up_down`Trevor Gross-1/+0
2025-01-18Fix import of pipe in kernel_copy.rsJiahao XU-3/+2
2025-01-17doc: Point to methods on `Command` as alternatives to `set/remove_var`clubby789-0/+8
2025-01-16Rollup merge of #135556 - AeonSolstice:patch-1, r=tgross35Matthias Krüger-1/+1
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-287/+271
2025-01-16uefi: Implement pathAyush Singh-5/+158
2025-01-15Clarify note in `std::sync::LazyLock` exampleAeon-1/+1
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-196/+198
2025-01-15Rollup merge of #134678 - zachs18:offset-ptr-update, r=tgross35Jacob Pratt-23/+13
2025-01-14Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie...Zachary S-23/+13
2025-01-15Update compiler-builtins to 0.1.143Trevor Gross-1/+1
2025-01-14Update compiler-builtins to 0.1.141Trevor Gross-1/+1
2025-01-14wasi/io: remove dead filesRalf Jung-29/+4
2025-01-14remove unnecessary rustc_allowed_through_unstable_modulesRalf Jung-5/+0
2025-01-14remove Rustc{En,De}codable from library and compilerRalf Jung-9/+0
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-2/+1
2025-01-14add comments explaining main thread identificationjoboet-0/+29
2025-01-14std: lazily allocate the main thread handlejoboet-114/+151
2025-01-14Revert "Remove the Arc rt::init allocation for thread info"joboet-118/+54
2025-01-14Auto merge of #135359 - RalfJung:lang-start-unwind, r=joboetbors-17/+30
2025-01-14Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhprattbors-7/+16
2025-01-13Rollup merge of #135393 - Ayush1325:uefi-helper-path, r=thomccJacob Pratt-7/+16
2025-01-13uefi: helpers: Introduce OwnedDevicePathAyush Singh-7/+16
2025-01-13further improve panic_immediate_abort by removing rtprintpanic messagesklensy-0/+5
2025-01-13Rollup merge of #135405 - Ayush1325:path-is-absolute, r=tgross35Matthias Krüger-11/+27
2025-01-13path: Move is_absolute check to sys::pathAyush Singh-11/+27
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-9/+7
2025-01-11avoid nesting the user-defined main so deeply on the stackRalf Jung-12/+17
2025-01-11use a single large catch_unwind in lang_startRalf Jung-14/+22
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-3/+5
2025-01-11Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboetJacob Pratt-1/+344
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-84/+64
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+8