about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-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-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-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-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-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
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-1/+0
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-12/+12
2022-01-10Improve documentation for File::options to give a more likely exampleJosh Triplett-4/+5
2022-01-10Eliminate "boxed" wording in `std::error::Error` documentationdavid-perez-6/+6
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-2/+2
2022-01-10Fix doc formatting for time.rs Yaroslav Dynnikov-1/+1
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-2/+2
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-21/+16
2022-01-08export `tcp::IntoIncoming`Ibraheem Ahmed-1/+1
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-12/+12
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-2/+2
2022-01-07Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht...Eric Huss-2/+1
2022-01-08Add safety comments to panic::(set/take/update)_hookBadel2-0/+15
2022-01-08Change panic::update_hook to simplify usageBadel2-22/+23
2022-01-07silence tidy errorsJane Lusby-27/+27
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+3
2022-01-07Implement panic::update_hookBadel2-0/+66
2022-01-07Stabilize `#[feature(available_parallelism)]`Yoshua Wuyts-2/+1
2022-01-06Add diagnostic items for macrosAlex Macleod-0/+6
2022-01-06Rollup merge of #92288 - yescallop:patch-1, r=m-ou-seMatthias Krüger-2/+2
2022-01-05Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgrbors-0/+1