about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-06-02Rollup merge of #111647 - klensy:cstr, r=oli-obkMatthias Krüger-26/+26
2023-06-02Only determine clock res once; give up before sleeping more than 1 secondFlorian Bartels-23/+37
2023-06-02Retry to fork/spawn with exponential backoffFlorian Bartels-10/+44
2023-06-02Fix typo in `std::cell` module docsKourosh-1/+1
2023-06-02fix ptr castklensy-7/+9
2023-06-01Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwUMichael Goulet-3/+53
2023-06-01Stabilize 'const_cstr_methods'Trevor Gross-8/+10
2023-06-01Rollup merge of #112154 - ShaneEverittM:zero-len-utf16, r=thomccMatthias Krüger-0/+13
2023-06-01Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait tooMichael Goulet-3/+48
2023-06-01Require that const param tys implement ConstParamTyBoxy-0/+5
2023-06-01doc: improve explanationTshepang Mbambo-1/+1
2023-06-01Rollup merge of #112141 - anna-singleton:issue-111655-fix, r=thomccDylan DPC-2/+1
2023-06-01Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naberbors-0/+2
2023-05-31Fix bug in utf16_to_utf8 for zero length stringsShane Murphy-0/+13
2023-05-31Clarify behavior of inclusive bounds in BTreeMap::{lower,upper}_boundchloekek-0/+8
2023-05-31use c literals in libraryklensy-25/+23
2023-05-31remove reference to Into in ? operator core/std docs, fix 111655anna-singleton-2/+1
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-14/+16
2023-05-31Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` Urgau-0/+2
2023-05-31Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789Matthias Krüger-114/+44
2023-05-31Auto merge of #112127 - matthiaskrgr:rollup-77pt893, r=matthiaskrgrbors-23/+0
2023-05-31Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcmMatthias Krüger-23/+0
2023-05-31Auto merge of #112120 - weihanglo:update-cargo, r=ehussbors-1/+1
2023-05-31Explicit set `workspace.resolver = "1"`Weihang Lo-1/+1
2023-05-30Auto merge of #109698 - epage:wtf, r=Amanieubors-83/+159
2023-05-30add doc on From<OwnedFd/Handle> impl for ChildStd*Vincent Thiberville-0/+24
2023-05-30add FromOwnedFd/FromOwnedHandle for ChildStdin/out/errVincent Thiberville-2/+71
2023-05-30Bump to latest beta compilerMark Rousskov-80/+10
2023-05-30Swap out CURRENT_RUSTC_VERSION to 1.71.0Mark Rousskov-34/+34
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-0/+6
2023-05-30Rollup merge of #107916 - reez12g:issue-107040, r=AmanieuNilstrieb-2/+3
2023-05-30Remove array_zipJubilee Young-23/+0
2023-05-30fix comment on Allocator traitreez12g-2/+3
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-13/+14
2023-05-29Rollup merge of #112045 - Sp00ph:update_current_impl, r=AmanieuMatthias Krüger-2/+3
2023-05-28Update current impl comment for `select_nth_unstable_by_key`Markus Everling-2/+3
2023-05-28Update runtime guarantee for `select_nth_unstable`Markus Everling-6/+4
2023-05-28Stabilize String::leakest31-7/+8
2023-05-27Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=AmanieuMatthias Krüger-2/+2
2023-05-27Rollup merge of #108630 - overlookmotel:realloc-docs-fix, r=AmanieuMatthias Krüger-1/+2
2023-05-27Auto merge of #110975 - Amanieu:panic_count, r=joshtriplettbors-53/+67
2023-05-27Rework handling of recursive panicsAmanieu d'Antras-53/+67
2023-05-27Auto merge of #112016 - GuillaumeGomez:rollup-fhqn4i6, r=GuillaumeGomezbors-0/+4
2023-05-27Rollup merge of #111966 - saethlin:inline-slice-tryfrom, r=thomccGuillaume Gomez-0/+4
2023-05-27Auto merge of #111934 - scottmcm:stabilize-hash-one, r=Amanieubors-5/+1
2023-05-27Auto merge of #111928 - c410-f3r:dqewdas, r=eholkbors-1/+1
2023-05-27Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar...bors-2/+4
2023-05-27Rollup merge of #111973 - Sp00ph:update_current_impl, r=AmanieuMatthias Krüger-4/+6
2023-05-27Allow newly uplifted invalid_from_utf8 lintUrgau-0/+2
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-0/+2