about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-10/+0
2023-07-22Auto merge of #113224 - zachs18:vec_extend_remove_allocator_lifetime, r=cuviperbors-3/+3
2023-07-22Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviperbors-6/+3
2023-07-21Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviperbors-1/+58
2023-07-21Clarify logic on bytes:code units ratioAndrew Tribick-2/+4
2023-07-21Demonstrate multibyte character removal in String::pop and String::remove doc...Andrew Tribick-8/+8
2023-07-21Bump compiler_builtins to 0.1.98Nicholas Bishop-1/+1
2023-07-21Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgrbors-32/+61
2023-07-21Rollup merge of #113907 - ChrisDenton:tls, r=thomccMatthias Krüger-28/+49
2023-07-21Rollup merge of #113810 - glandium:allocator-fn, r=AmanieuMatthias Krüger-4/+12
2023-07-21Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th...bors-8/+66
2023-07-21Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieubors-51/+36
2023-07-20Minor improvements to Windows TLS dtorsChris Denton-28/+49
2023-07-20Fix size_hint for EncodeUtf16Andrew Tribick-5/+36
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing `ass...Scott McMurray-79/+116
2023-07-20Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrumbors-20/+26
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe...Matthias Krüger-0/+8
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-07-19avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-7/+34
2023-07-18Link methods in From implsltdk-0/+4
2023-07-18support for mips32r6 as a target_arch valuechenx97-3/+11
2023-07-18support for mips64r6 as a target_arch valuechenx97-2/+6
2023-07-18Update documentation for std::process::Command's new methodAleksandr Kovalev-0/+8
2023-07-18remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constantsKaDiWa-51/+36
2023-07-18Make {Rc,Arc}::allocator associated functionsMike Hommey-4/+12
2023-07-17Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieubors-300/+1518
2023-07-17Rollup merge of #113762 - alexpovel:master, r=NilstriebMatthias Krüger-1/+1
2023-07-17Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubileeMatthias Krüger-1/+1
2023-07-16adds crate attribute to examples so they compiledvdsk-0/+2
2023-07-16Fix typoAlex Povel-1/+1
2023-07-16Implement `From<{&,&mut} [T; N]>` for `Vec<T>`EFanZh-0/+40
2023-07-16fix examples add tracking issuedvdsk-9/+16
2023-07-16fixes sleep_until examplesdvdsk-2/+7
2023-07-16Fix sort_unstable_by_key italicizationnipzu-1/+1
2023-07-15Add BITS, from_bits, to_bits to IP addressesltdk-52/+115
2023-07-16collect.rs: remove "Basic usage" text where not usefulTshepang Mbambo-6/+0
2023-07-15Adds thread::sleep_until, tracking issue TODOdvdsk-0/+66
2023-07-14Rollup merge of #113662 - pedroclobo:vec-deque-rotate, r=thomccMatthias Krüger-25/+25
2023-07-14std: add tests for `Path::with_extension`João M. Bezerra-5/+45
2023-07-14Re-export core::ffi::FromBytesUntilNulError in std::ffiAllen Wild-0/+2
2023-07-14Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrumbors-25/+114
2023-07-14Rollup merge of #113618 - tshepang:patch-1, r=jyn514Matthias Krüger-2/+2
2023-07-14Rollup merge of #112525 - hermitcore:devel, r=m-ou-seMatthias Krüger-5/+4
2023-07-13Fix VecDeque's rotate_left and rotate_right panic testsPedro Lobo-2/+2
2023-07-13Rename VecDeque's rotate_left and rotate_right parametersPedro Lobo-23/+23
2023-07-13Eliminate ZST allocations in `Box` and `Vec`Amanieu d'Antras-25/+114
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+4
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-69/+12