about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-12-05Rollup merge of #118450 - marcin-serwin:master, r=workingjubileeMichael Goulet-4/+4
2023-12-05Rollup merge of #118350 - DaniPopes:tuple-default, r=workingjubileeMichael Goulet-9/+6
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+7
2023-12-05Stabilize `type_name_of_val`Trevor Gross-21/+18
2023-12-05Auto merge of #118362 - RalfJung:panic_nounwind, r=thomccbors-3/+6
2023-12-04Improve example in `slice::windows()` docGurinder Singh-5/+5
2023-12-04Auto merge of #116915 - bend-n:unwet, r=saethlinbors-1/+4
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-1/+4
2023-12-03move calling miri_promise_symbolic_alignment to a shared helperRalf Jung-65/+38
2023-12-03miri: support 'promising' alignment for symbolic alignment checkRalf Jung-6/+85
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-56/+70
2023-12-03Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472bors-0/+10
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-13/+13
2023-12-02Add diagnostic item to PartialEq::{eq,ne}Urgau-0/+2
2023-12-01Attempt to try to resolve blocking concernsCaio-0/+143
2023-12-01update addr docsRalf Jung-8/+8
2023-11-30move exposed-provenance APIs into separate feature gate and explain the relat...Ralf Jung-48/+62
2023-11-29Remove `{,r}split_array_ref{,_mut}` methods from slicesTrevor Gross-162/+16
2023-11-29Use OnceCell in cell module documentationMarcin Serwin-4/+4
2023-11-29Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-sebors-16/+2
2023-11-29Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviperMatthias Krüger-3/+21
2023-11-29Rollup merge of #118265 - RalfJung:memcpy, r=cuviperMatthias Krüger-3/+2
2023-11-29Auto merge of #114841 - bvanjoi:fix-114814, r=cuviperbors-0/+14
2023-11-28reword panic comments and add spaces to unlikely branchesRyan Mehri-60/+64
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-40/+316
2023-11-28Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkinMatthias Krüger-2/+2
2023-11-28Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviperMatthias Krüger-3/+3
2023-11-28Rollup merge of #115331 - the8472:chars_advance, r=cuviperMatthias Krüger-0/+50
2023-11-28Fix comments for unsigned non-zero `checked_add`, `saturating_add`Zalathar-2/+2
2023-11-27optimize str::iter::Chars::advance_byThe 8472-0/+50
2023-11-27use the usual attributes for panic_misaligned_pointer_dereferenceRalf Jung-2/+2
2023-11-27make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed...Ralf Jung-1/+4
2023-11-27stabilise bound_mapDylan DPC-3/+1
2023-11-27Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr...bors-1/+1
2023-11-27Simplify Default for tuplesDaniPopes-9/+6
2023-11-27Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th...bors-14/+44
2023-11-26Add `is_aligned{,_to}` convenience methods to `NonNull`Maybe Waffle-0/+234
2023-11-26Add `align_offset` convenience method to `NonNull`Maybe Waffle-0/+60
2023-11-26Add `replace` and `swap` convenience methods to `NonNull`Maybe Waffle-0/+35
2023-11-26Add `offset_from`-ish convenience methods to `NonNull`Maybe Waffle-11/+209
2023-11-26Add offset-ish convenience methods to `NonNull`Maybe Waffle-0/+274
2023-11-26Add read/write/copy convenience methods to `NonNull`Maybe Waffle-14/+223
2023-11-26rustdoc: Remove space from fake-variadic fn ptr implsMaybe Waffle-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-9/+9
2023-11-26Use inner docs to fix linksCaleb Zulawski-1/+2
2023-11-26Fix library testsCaleb Zulawski-3/+2
2023-11-26Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs`Maybe Waffle-16/+2
2023-11-26Improve some comments for non-zero opsMaybe Waffle-14/+44
2023-11-26Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrumbors-147/+154
2023-11-25Remove an unneeded helper from the tuple library codeScott McMurray-13/+1