about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-3/+7
2023-09-08Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushibors-1/+51
2023-09-07Guarantee that Layout::align returns a non-zero power of twoJoshua Liebow-Feeser-0/+2
2023-09-07Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r...bors-0/+1
2023-09-06Fix minor grammar typoDarius Wiles-1/+1
2023-09-06clarify that unsafe code must not rely on our safe traitsRalf Jung-0/+35
2023-09-06Update doc for `alloc::format!` and `core::concat!`ShE3py-1/+1
2023-09-05Rollup merge of #114794 - RalfJung:swap-safety, r=m-ou-seMatthias Krüger-3/+9
2023-09-05fix a comment in std::iter::successorsJuly Tikhonov-1/+1
2023-09-05if -> whenRalf Jung-3/+3
2023-09-05Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obkMatthias Krüger-12/+27
2023-09-05Rollup merge of #114813 - RalfJung:fpu-control, r=AmanieuMatthias Krüger-0/+12
2023-09-05Rollup merge of #114412 - RalfJung:libc-symbols, r=pnkfelixMatthias Krüger-5/+13
2023-09-05Rollup merge of #113510 - ink-feather-org:const_ptr_transmute_docs, r=RalfJungMatthias Krüger-1/+4
2023-09-04Simplify `core::hint::spin_loop`Maybe Waffle-24/+17
2023-09-03Clarify ManuallyDrop bit validityJoshua Liebow-Feeser-6/+6
2023-09-03Auto merge of #115491 - Zoxc:refcell-tweak, r=Mark-Simulacrumbors-2/+24
2023-09-03Stabilize const_transmute_copyFinomnis-2/+1
2023-09-03Rollup merge of #115279 - schuelermine:patch/doc/RangeFull/remote-parens, r=M...Matthias Krüger-1/+1
2023-09-03support in-place collecting additional FlatMap shapesThe 8472-15/+59
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-40/+272
2023-09-03Outline panicking code for `RefCell::borrow` and `RefCell::borrow_mut`John Kåre Alsaker-2/+24
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-2/+63
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