about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-28Rollup merge of #136173 - taiki-e:c-char, r=tgross35Matthias Krüger-7/+9
2025-01-28Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995Matthias Krüger-0/+2
2025-01-28Rollup merge of #135869 - hkBst:patch-12, r=NoratriebMatthias Krüger-1/+1
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-103/+98
2025-01-28uefi: process: Fix argsAyush Singh-4/+3
2025-01-28Rollup merge of #136012 - hkBst:patch-22, r=workingjubilee,tgross35Matthias Krüger-6/+44
2025-01-28Rollup merge of #135886 - hkBst:patch-14, r=workingjubileeMatthias Krüger-2/+2
2025-01-28Rollup merge of #135805 - DiuDiu777:master, r=NoratriebMatthias Krüger-2/+5
2025-01-28Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=NoratriebMatthias Krüger-210/+251
2025-01-28Rollup merge of #133829 - GrigorenkoPV:fetch_update_infallible, r=NoratriebMatthias Krüger-3/+374
2025-01-28Fix platform-specific doc string for AtomicUsize::from_mut to be platform-ind...Marijn Schouten-1/+1
2025-01-28Temporarily pin `indicatif` to 0.17.9Trevor Gross-1/+2
2025-01-28clarify BufRead::{fill_buf, consume} docsMarijn Schouten-24/+17
2025-01-28Document powf and powi calls that always return 1.0Marijn Schouten-6/+44
2025-01-28Switch musl from a script download to a submoduleTrevor Gross-46/+19
2025-01-28Update comments and sort target_arch in c_char_definitionTaiki Endo-7/+9
2025-01-27Add a version to some FIXMEs that will be resolved in LLVM 20Trevor Gross-2/+2
2025-01-27Remove use of the `start` featureTrevor Gross-7/+5
2025-01-27Stabilize target_feature_11Caleb Zulawski-1/+0
2025-01-27Stabilize `HashMap::get_many_mut` as `HashMap::get_disjoint_mut`Urgau-15/+17
2025-01-27Stabilize `num_midpoint_signed` featureUrgau-5/+4
2025-01-27Rollup merge of #135876 - usamoi:mpmc-doc, r=tgross35Guillaume Gomez-4/+12
2025-01-27Rollup merge of #135807 - jhpratt:phantom-variance, r=AmanieuGuillaume Gomez-0/+267
2025-01-27Rollup merge of #135773 - hkBst:patch-10, r=tgross35Guillaume Gomez-4/+9
2025-01-27Ignore specific `atan2` and `sin` tests on i586Trevor Gross-16/+25
2025-01-27Overhaul examples for PermissionsExtMarijn Schouten-49/+75
2025-01-27Clarify WindowsMut (Lending)IteratorMarijn Schouten-4/+9
2025-01-27Stabilize `const_black_box`Trevor Gross-2/+4
2025-01-27Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmeasebors-285/+294
2025-01-27Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35bors-17/+37
2025-01-27fix doc for std::sync::mpmcusamoi-4/+12
2025-01-27Rollup merge of #136079 - RalfJung:compiler-fence-example, r=jhprattLeón Orell Valerian Liehr-13/+13
2025-01-27Rollup merge of #135635 - tbu-:pr_io_pipe, r=joboetLeón Orell Valerian Liehr-272/+281
2025-01-26compiler_fence: fix exampleRalf Jung-13/+13
2025-01-26Optimize `Rc::<str>::default()` implementationRené Kijewski-3/+6
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-26Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhprattbors-11/+12
2025-01-26Test pipes also when not running on Windows and Linux simultaneouslyTobias Bucher-1/+1
2025-01-26Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new locationTobias Bucher-16/+20
2025-01-26Move `std::io::pipe` code into its own fileTobias Bucher-272/+277
2025-01-26Actually run the bstr testbjorn3-3/+3
2025-01-26Move env modifying tests to a separate integration testbjorn3-160/+166
2025-01-26Fix for SGXbjorn3-1/+1
2025-01-26Fix benchmarking of libstdbjorn3-0/+1
2025-01-26Move std::sync unit tests to integration testsbjorn3-99/+101
2025-01-26Move std::thread_local unit tests to integration testsbjorn3-14/+16
2025-01-26Move std::time unit tests to integration testsbjorn3-53/+53
2025-01-26Move std::path unit tests to integration testsbjorn3-128/+139
2025-01-26Move std::panic unit tests to integration testsbjorn3-7/+4
2025-01-26Move std::num unit tests to integration testsbjorn3-6/+3