about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-99/+92
2023-09-03Unimpl Shl, ShlAssign, Shr and ShrAssign for SaturatingMichael Watzko-123/+126
2023-09-02Auto merge of #115273 - the8472:take-fold, r=cuviperbors-19/+82
2023-09-02Rollup merge of #115449 - scottmcm:stable-const-is-ascii, r=ChrisDentonMatthias Krüger-3/+2
2023-09-02Rollup merge of #114845 - scottmcm:npo-align, r=WaffleLapkinMatthias Krüger-1/+33
2023-09-02Auto merge of #113295 - clarfonthey:ascii-step, r=cuviperbors-1/+44
2023-09-01Update mod.rsvwkd-1/+1
2023-09-01Const-stabilize `is_ascii`Scott McMurray-3/+2
2023-09-01Support bootstrap.Camille GILLOT-3/+6
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-9/+21
2023-09-01Auto merge of #114065 - lukas-code:u16_from_char, r=dtolnaybors-2/+36
2023-09-01fix `Debug` impl for `AsciiChar`soqb-2/+39
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-0/+2
2023-08-29Implement `CStr::count_bytes`Trevor Gross-0/+28
2023-08-29Refactor the const `strlen` implementation to `const_strlen`Trevor Gross-34/+44
2023-08-29Auto merge of #114795 - RalfJung:cell-swap, r=dtolnaybors-3/+16
2023-08-29fix std::primitive doc: homogenous -> homogeneousMeng Xiangzhuo-3/+3
2023-08-28Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errorsMatthias Krüger-10/+2
2023-08-28Rollup merge of #115310 - RalfJung:panic-and-format, r=scottmcmMatthias Krüger-4/+29
2023-08-28reduce indirection in for_each specializationThe 8472-7/+6
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-8/+2
2023-08-28Revert "Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`"David Tolnay-2/+0
2023-08-28improve panic.md edition disucssion, and nitsRalf Jung-14/+19
2023-08-28format, format_args: Make xref to std::fmt much more prominentIan Jackson-1/+2
2023-08-28panic macro: Link directly to format syntax, not to format!Ian Jackson-2/+2
2023-08-28panic macro: Document edition differencesIan Jackson-0/+19
2023-08-28Auto merge of #103836 - H4x5:extra-float-constants, r=thomccbors-0/+40
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-9/+43
2023-08-28Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomccMatthias Krüger-4/+4
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-9/+43
2023-08-27Remove parens around .. in documentation snippetAnselm Schüler-1/+1
2023-08-27Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iteratorsThe 8472-19/+83
2023-08-27Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrumbors-2/+8
2023-08-26Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a...Matthias Krüger-0/+2
2023-08-26Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplettMatthias Krüger-7/+1
2023-08-26Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`Ciarán Curley-0/+2
2023-08-25Auto merge of #115133 - coderwithcat:master, r=cuviperbors-2/+2
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-0/+19
2023-08-25use the correct linkcui fliter-2/+2
2023-08-24Fix intra-doc links from pointer appearing in windows HANDLE type aliasGuillaume Gomez-9/+9
2023-08-25Remove special cases that are no longer needed due to #112606Tobias Bucher-7/+1
2023-08-24Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lintUrgau-0/+1
2023-08-24document more things as needing to stay in syncRalf Jung-0/+2
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-0/+17
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-31/+14
2023-08-23Bump cfg(bootstrap)Mark Rousskov-23/+6
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-0/+3
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-8/+8
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-3/+3
2023-08-21try to clarify wordingRalf Jung-9/+9