about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-06-16Add more comprehensive tests for is_sorted and friends+merlan #flirora-1/+58
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez-2/+2
2023-06-15privacy: Do not mark items reachable farther than their nominal visibilityVadim Petrochenkov-6/+6
2023-06-15Rollup merge of #112621 - GrigorenkoPV:env, r=jyn514Matthias Krüger-0/+2
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-2/+2
2023-06-15Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcmbors-0/+42
2023-06-15Correct types in method descriptions of `NonZero*` typeszica-9/+12
2023-06-14use indexed loop instead of ptr bumpingThe 8472-10/+20
2023-06-14Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgrbors-1/+1
2023-06-14Fix `SocketAddrV6: Display` testsltdk-1/+1
2023-06-14Fix `Ipv6Addr: Display` testsltdk-3/+3
2023-06-14Rollup merge of #111974 - Sp00ph:update_guarantees, r=AmanieuMatthias Krüger-6/+4
2023-06-14Mention `env!` in `option_env!`'s docsPavel Grigorenko-0/+2
2023-06-14Fix typoAntonios Barotsis-1/+1
2023-06-13Alter `Display` for `Ipv6Addr` for IPv4-compatible addressesltdk-8/+2
2023-06-13Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3bors-12/+3
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-12/+3
2023-06-12optimize slice::Iter::foldThe 8472-0/+23
2023-06-12add benchmarkThe 8472-0/+9
2023-06-12Revert "Fix intra-doc links from pointer appearing in windows HANDLE type alias"Guillaume Gomez-9/+9
2023-06-10Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillotbors-0/+2
2023-06-09Add diagnostic items for `f32::NAN` and `f64::NAN`Urgau-0/+2
2023-06-09Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomezbors-9/+9
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-0/+2
2023-06-09Fix intra-doc links from pointer appearing in windows HANDLE type aliasGuillaume Gomez-9/+9
2023-06-08Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkinMatthias Krüger-3/+45
2023-06-08Allow undropped_manually_drops for some testsUrgau-0/+2
2023-06-07Fix typoThom Chiovoloni-1/+1
2023-06-07Don't panic in ceil_char_boundaryltdk-4/+3
2023-06-07Auto merge of #96875 - SabrinaJewson:noop-waker, r=m-ou-sebors-0/+40
2023-06-04Use 128 bits for TypeId hashThom Chiovoloni-3/+45
2023-06-04Rollup merge of #109093 - Dante-Broggi:patch-2, r=joshtriplettMatthias Krüger-0/+1
2023-06-03Rollup merge of #111702 - cgwalters:option-map-or-else-with-result, r=Mark-Si...Matthias Krüger-1/+20
2023-06-02Fix typo in `std::cell` module docsKourosh-1/+1
2023-06-01Stabilize 'const_cstr_methods'Trevor Gross-8/+10
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-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-31remove reference to Into in ? operator core/std docs, fix 111655anna-singleton-2/+1
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-105/+37
2023-05-31Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcmMatthias Krüger-23/+0
2023-05-30Bump to latest beta compilerMark Rousskov-78/+10
2023-05-30Swap out CURRENT_RUSTC_VERSION to 1.71.0Mark Rousskov-27/+27
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-0/+4
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