about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-12-09Update stdarch dependencyluojia65-0/+0
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-289/+899
2021-12-09Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgrbors-13/+71
2021-12-08Delete Utf8Lossy::from_strDavid Tolnay-5/+0
2021-12-09Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-seMatthias Krüger-13/+16
2021-12-09Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-SimulacrumMatthias Krüger-0/+55
2021-12-09Rollup merge of #91645 - ibraheemdev:future-join, r=joshtriplettMatthias Krüger-0/+239
2021-12-08Fix `Vec::reserve_exact` documentationDexter Chua-1/+1
2021-12-09fix typo in `intrinsics::raw_eq` docsWaffle Maybe-1/+1
2021-12-09Use `*mut [T]` instead of `[MaybeUninit<T>]`The 8472-7/+5
2021-12-08Use spare_capacity_mut instead of invalid unchecked indexingBen Kimock-2/+10
2021-12-08move core/stream/stream/mod.rs to core/stream/stream.rsIbraheem Ahmed-0/+0
2021-12-08trim down expansion of `core::future::join`Ibraheem Ahmed-42/+56
2021-12-08remove implicit .await from `core::future::join`Ibraheem Ahmed-53/+64
2021-12-08Auto merge of #91656 - matthiaskrgr:rollup-lk96y6d, r=matthiaskrgrbors-10/+13
2021-12-08Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-SimulacrumMatthias Krüger-10/+13
2021-12-08Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrumbors-1/+149
2021-12-07Work around Clippy false positive on `as c_char`David Tolnay-0/+5
2021-12-07correct typoDrMeepster-1/+1
2021-12-07fix documentation for `core::ready::Ready`Ibraheem Ahmed-1/+1
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+79
2021-12-07generate `MaybeDone` futures inline `join`Ibraheem Ahmed-63/+47
2021-12-07implement `core::future::join`Ibraheem Ahmed-0/+151
2021-12-08Auto merge of #91484 - workingjubilee:simd-remove-autosplats, r=Mark-Simulacrumbors-525/+540
2021-12-07Define c_char using cfg_if rather than repeating 40-line cfgDavid Tolnay-88/+57
2021-12-07core::ops::unsize: improve docs for DispatchFromDynNick Cameron-1/+32
2021-12-07Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcmMatthias Krüger-6/+6
2021-12-06s/from_raw_parts/new_unchecked/Scott McMurray-3/+3
2021-12-06Implement concat_bytes!Smitty-0/+55
2021-12-06Add tracking issue; make `empty` const too (unstably)Scott McMurray-4/+7
2021-12-06Move the doc test to edition2021Scott McMurray-6/+5
2021-12-06Add `array::IntoIter::{empty, from_raw_parts}`Scott McMurray-0/+129
2021-12-06Add tracking issue numbermbartlett21-2/+2
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-2/+4
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-8/+92
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-64/+42
2021-12-05Add spin_loop hint for RISC-V architectureluojia65-0/+5
2021-12-05doc: suggest try_reserve in try_reserve_exactTennyZhuang-6/+6
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-12/+1
2021-12-05Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-seMatthias Krüger-3/+34
2021-12-05Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-seMatthias Krüger-4/+1
2021-12-04Update array::IntoIter::new deprecation version.Mara Bos-1/+1
2021-12-04Update docs.Mara Bos-4/+2
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-15/+14
2021-12-04Swap body of array::IntoIter::new and IntoIterator::new.Mara Bos-28/+28
2021-12-04Deprecate array::IntoIter::new.Mara Bos-20/+1
2021-12-04Update stabilization version of try_from_mut_slice_to_arrayMara Bos-1/+1
2021-12-04Add documentation to more `From::from` implementations.Kevin Reid-12/+63
2021-12-04Optimize vec::retain performanceThe 8472-32/+29
2021-12-04update vec::retain benchmarksThe 8472-2/+17