about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
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
2022-01-05Mention *scoped* thread in panic message.Mara Bos-1/+1
2022-01-05Note the invariance over 'env in Scope<'env>.Mara Bos-0/+2
2022-01-05Fix missing .load() in Scope's Debug impl.Mara Bos-1/+1
2022-01-05Rename n_running_threads to num_running_threads.Mara Bos-11/+11
2022-01-05Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnayMatthias Krüger-33/+37
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-0/+1
2022-01-04Fix typo in Scope::spawn docs.Mara Bos-1/+1
2022-01-04Fix typo in is_running() docs.Mara Bos-2/+2
2022-01-04Fix typo in documentation.Mara Bos-1/+1
2022-01-04Use > rather than == for overflow check in scoped threads.Mara Bos-1/+1
2022-01-04Fix variance of thread::Scope.Mara Bos-1/+1
2022-01-04Rollup merge of #92525 - zohnannor:patch-1, r=camelidMatthias Krüger-1/+2
2022-01-04Rollup merge of #92456 - danielhenrymantilla:patch-1, r=petrochenkovMatthias Krüger-11/+8
2022-01-04Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma...Matthias Krüger-18/+54
2022-01-04Formatting.Mara Bos-1/+3
2022-01-04Simplify panicking mechanism of thread::scope.Mara Bos-31/+22
2022-01-04Add documentation for scoped threads.Mara Bos-11/+175
2022-01-04Add ScopedJoinHandle::is_running().Mara Bos-1/+10
2022-01-04Implement RFC 3151: Scoped threads.Mara Bos-26/+202
2022-01-04Simpilfy thread::JoinInner.Mara Bos-9/+9