about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-01-22Disable test_try_reserve on AndroidAmanieu d'Antras-0/+1
2022-01-21Rollup merge of #93134 - tlyu:delete-stdin-split, r=AmanieuMatthias Krüger-24/+1
2022-01-21Rollup merge of #93109 - JakobDegen:arc-docs, r=m-ou-seMatthias Krüger-7/+13
2022-01-21Rollup merge of #92586 - esp-rs:bugfix/allocation-alignment-espidf, r=yaahcMatthias Krüger-2/+8
2022-01-21Update HashMap::try_reserve test to version from hashbrownAmanieu d'Antras-5/+15
2022-01-21Update hashbrown to 0.12.0Amanieu d'Antras-1/+1
2022-01-21Old versions of Android generate SIGSEGV from libc::abortAmanieu d'Antras-1/+6
2022-01-21fs: Use readdir() instead of readdir_r() on AndroidTavian Barnes-0/+10
2022-01-21fs: Use readdir() instead of readdir_r() on LinuxTavian Barnes-13/+30
2022-01-21fs: Implement more ReadDir methods in terms of name_cstr()Tavian Barnes-23/+18
2022-01-21Fix STD compilation for the ESP-IDF targetivmarkov-3/+7
2022-01-20delete `Stdin::split` forwarderTaylor Yu-24/+1
2022-01-20Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbiniMatthias Krüger-52/+838
2022-01-20Rollup merge of #92992 - kornelski:backtraceopt, r=Mark-SimulacrumMatthias Krüger-8/+19
2022-01-20Fix compilation for a few tier 2 targetsHans Kratz-8/+5
2022-01-20Correct docs in `Arc` and `Rc`.Jakob Degen-7/+13
2022-01-19Write for Cursor with a custom AllocatorJosh Stone-7/+23
2022-01-19impl Write for Cursor<[u8; N]>Josh Stone-0/+35
2022-01-19Refactor tests of Write for Cursor<_>Josh Stone-44/+28
2022-01-19`impl Display for io::ErrorKind`Joshua Nelson-1/+17
2022-01-19Update std::fs::remove_dir_all documentationPietro Albini-4/+8
2022-01-19Fix CVE-2022-21658 for WASIAlex Crichton-8/+63
2022-01-19Fix CVE-2022-21658 for UNIX-likeHans Kratz-13/+351
2022-01-19Fix CVE-2022-21658 for WindowsChris Denton-27/+419
2022-01-19Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne...Matthias Krüger-22/+45
2022-01-18Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-SimulacrumMatthias Krüger-1/+0
2022-01-18Rollup merge of #92866 - maxwase:does_exist_typo, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-1/+0
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-6/+4
2022-01-17Help optimize out backtraces when disabledKornel-8/+19
2022-01-17Add PanicInfo::can_unwind which indicates whether a panic handler isAmanieu d'Antras-8/+15
2022-01-16Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasperMatthias Krüger-0/+6
2022-01-16Auto merge of #92598 - Badel2:panic-update-hook, r=yaahcbors-0/+82
2022-01-15stabilize windows_process_extensions_raw_argJacob Kiesel-1/+1
2022-01-15Rollup merge of #92863 - camelid:read_to_string-rm-mut, r=m-ou-seMatthias Krüger-2/+2
2022-01-15Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-seMatthias Krüger-0/+2
2022-01-15Rollup merge of #92684 - ibraheemdev:patch-10, r=m-ou-seMatthias Krüger-0/+2
2022-01-14Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-SimulacrumMatthias Krüger-1/+0
2022-01-14Typos fixMaxwase-2/+2
2022-01-13Set the allocation MIN_ALIGN for espidf to 4.Scott Mabin-2/+8
2022-01-13fix stability attribute for `tcp::IntoIncoming`Ibraheem Ahmed-1/+3
2022-01-13Remove `&mut` from `io::read_to_string` signatureNoah Lev-2/+2
2022-01-13Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-seMatthias Krüger-4/+1048
2022-01-13Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrumbors-9/+9
2022-01-12Use the correct `cvt` for converting socket errors on Windows.Dan Gohman-1/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-6/+4
2022-01-12Rollup merge of #92748 - david-perez:eliminate-boxed-wording-std-error, r=Mar...Matthias Krüger-6/+6
2022-01-12Rollup merge of #92720 - rosik:patch-1, r=m-ou-seMatthias Krüger-1/+1
2022-01-12Rollup merge of #92709 - joshtriplett:file-options-docs, r=Mark-SimulacrumMatthias Krüger-4/+5
2022-01-11Inline std::os::unix::ffi::OsStringExt methodsKonrad Borowski-0/+2