about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-07-01Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-sebors-118/+170
2023-07-01Auto merge of #113194 - lu-zero:intrinsics-inline, r=thomccbors-3/+3
2023-07-01Return `Ok` on kill if process has already exitedChris Denton-14/+17
2023-07-01Rollup merge of #113153 - tshepang:patch-6, r=cuviperMatthias Krüger-4/+4
2023-07-01Rollup merge of #113072 - tshepang:patch-1, r=cuviperMatthias Krüger-40/+0
2023-06-30Add support for allocators in `Rc` and `Arc`Cyborus04-1/+1
2023-06-30Add support for allocators in `Rc` and `Arc`Cyborus04-300/+1518
2023-06-30std docs: factorize literal in Barrier exampleGuilliam Xavier-6/+8
2023-06-30Mark wrapped intrinsics as inline(always)Luca Barbato-3/+3
2023-06-30Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnayMatthias Krüger-8/+10
2023-06-29Enable co-induction support for Safe TransmuteBryan Garza-0/+1
2023-06-29make HashMap::or_insert_with example more simpleTshepang Mbambo-4/+4
2023-06-29Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_inLi Zhanhui-14/+15
2023-06-29Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti...Matthias Krüger-30/+60
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-6/+6
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-60/+23
2023-06-27std: remove an allocation in `Path::with_extension`João M. Bezerra-3/+21
2023-06-27std: edit [T]::swap docsJoão M. Bezerra-0/+2
2023-06-27Rollup merge of #112628 - gootorov:box_alloc_partialeq, r=joshtriplettMatthias Krüger-9/+26
2023-06-27Change the wording in `std::fmt::Write::write_str`Tobias Bucher-2/+2
2023-06-27Make `rustc_on_unimplemented` std-agnosticRageking8-30/+60
2023-06-26str docs: remove "Basic usage" text where not usefulTshepang Mbambo-40/+0
2023-06-26Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitorTakayuki Maeda-9/+1
2023-06-26Auto merge of #113024 - Jerrody:master, r=thomccbors-1/+1
2023-06-26Auto merge of #111850 - the8472:external-step-by, r=scottmcmbors-36/+482
2023-06-25Mark the StepBy specialization as unsafeThe 8472-8/+8
2023-06-25StepBy<Range<{int <= usize}>> can be TrustedLenThe 8472-1/+7
2023-06-25doccomments for StepBy specializationsThe 8472-0/+41
2023-06-25Stabilize chown functions (`unix_chown`)Yuki Okushi-6/+3
2023-06-25Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomccbors-49/+44
2023-06-25Always inline primitive data types.George-1/+1
2023-06-25Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubileeMatthias Krüger-1/+0
2023-06-25Rollup merge of #112956 - Amanieu:weak-intrinsics, r=Mark-SimulacrumMatthias Krüger-0/+3
2023-06-25Rollup merge of #112950 - tshepang:patch-4, r=Mark-SimulacrumMatthias Krüger-2/+8
2023-06-24Remove unnecessary `path` attributeChris Denton-1/+0
2023-06-24Move arm32 shim to c.rsChris Denton-49/+44
2023-06-23Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=AmanieuMichael Goulet-1/+1
2023-06-23Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnayMichael Goulet-2/+2
2023-06-23Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriateTobias Bucher-0/+46
2023-06-23Forward `io::{Read,Seek,Write}` impls of `File` to `&File`Tobias Bucher-33/+20
2023-06-23Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDentonMatthias Krüger-10/+14
2023-06-23Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std`Amanieu d'Antras-0/+3
2023-06-23DirEntry::file_name: improve explanationTshepang Mbambo-2/+8
2023-06-23add inline annotation to concrete implsThe 8472-0/+7
2023-06-23Specialize StepBy<Range<{integer}>>The 8472-36/+428
2023-06-21Actually save all the filesThom Chiovoloni-7/+6
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-7/+36
2023-06-21Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr...Thom Chiovoloni-4/+48
2023-06-21Finish up preliminary tvos support in libstdThom Chiovoloni-8/+31
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-22/+84