about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2023-09-09std::process (unsupported): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+20
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-32/+7
2023-09-06fix typoRalf Jung-1/+1
2023-09-06Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplettbors-3/+1
2023-09-04"what would rustfmt do"Tshepang Mbambo-71/+69
2023-09-04Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubileebors-4/+3
2023-09-03Rollup merge of #115512 - Fulgen301:startupinfow, r=ChrisDentonMatthias Krüger-1/+1
2023-09-03Rollup merge of #115489 - saethlin:is-interrupted, r=thomccMatthias Krüger-17/+18
2023-09-03Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz...Fulgen301-1/+1
2023-09-03Use std::io::Error::is_interrupted everywhereBen Kimock-17/+18
2023-09-03Move RawOsError defination to sysAyush Singh-4/+3
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-2/+1
2023-09-02Rollup merge of #115443 - epage:os_str, r=cuviperMatthias Krüger-90/+86
2023-09-02Rollup merge of #115427 - solid-rs:patch/kmc-solid/is-interrupted, r=cuviperMatthias Krüger-8/+2
2023-09-01don't panic in BorrowedCursor::writeZachary S-2/+3
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-82/+82
2023-09-01stabilize `io_error_other` featureIbraheem Ahmed-3/+1
2023-09-01feat(std): Stabilize 'os_str_bytes' featureEd Page-8/+4
2023-09-01Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrumbors-5/+7
2023-09-01kmc-solid: Refactor `is_interrupted` to avoid integer overflowTomoaki Kawada-2/+1
2023-09-01docs: improve std::fs::read docSteve Lau-5/+7
2023-09-01kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is...Tomoaki Kawada-6/+1
2023-08-29std::thread::set_name exploit the return on haikuDavid CARLIER-1/+3
2023-08-29further expand on Arc and Box analogyRalf Jung-3/+6
2023-08-29rewording after comments by @thomccMarc Schoolderman-5/+5
2023-08-29Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomccbors-0/+5
2023-08-29Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviperbors-8/+1
2023-08-29fix std::primitive doc: homogenous -> homogeneousMeng Xiangzhuo-3/+3
2023-08-29fix a doc typo at std::os::unix::fs::FileExt::write_atMeng Xiangzhuo-1/+1
2023-08-28Remove old bindings that have been movedChris Denton-7/+1
2023-08-28Add GetActiveProcessorCount and process attributesChris Denton-0/+7
2023-08-28Abstract over internal `SOCKET` typeChris Denton-20/+26
2023-08-28Update windows ffi bindingsChris Denton-98/+82
2023-08-28Rollup merge of #115310 - RalfJung:panic-and-format, r=scottmcmMatthias Krüger-0/+12
2023-08-28Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDentonbors-2/+306
2023-08-28fix(sys/hermit): add is_interruptedMartin Kröning-0/+5
2023-08-28fix(sys/hermit): remove obsolete network initializationMartin Kröning-8/+1
2023-08-28print macros: add xrefs to format syntax documentationIan Jackson-0/+12
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-6/+30
2023-08-28Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomccMatthias Krüger-1/+1
2023-08-28Rollup merge of #109660 - ijackson:leap, r=thomccMatthias Krüger-0/+24
2023-08-28Auto merge of #115254 - cuviper:aligned_alloc-size, r=thomccbors-1/+5
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-6/+30
2023-08-27Rollup merge of #115007 - kpreid:alloc, r=Mark-SimulacrumMatthias Krüger-6/+20
2023-08-26wasi: round up the size for `aligned_alloc`Josh Stone-1/+5
2023-08-26Document std limitations before/after mainThe 8472-1/+25
2023-08-26Auto merge of #115228 - saethlin:is-interrupted, r=thomccbors-7/+66
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-7/+66
2023-08-25Added option to set ProcThreadAttributes for Windows processesMichael van Straten-2/+306
2023-08-25Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomccMatthias Krüger-2/+6