about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-12-03miri: support 'promising' alignment for symbolic alignment checkRalf Jung-6/+85
2023-12-03library: use c string literalsklensy-26/+26
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-56/+71
2023-12-03Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472bors-0/+10
2023-12-02Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushibors-2/+131
2023-12-02std: Invert logic for inclusion of `sys_common::net`Alex Crichton-8/+8
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-1022/+2123
2023-12-02Remove link to core::arch::x86_64Caleb Zulawski-1/+1
2023-12-02Add diagnostic item to PartialEq::{eq,ne}Urgau-0/+2
2023-12-02Add substring API for `OsStr`Jan Verbeek-2/+131
2023-12-01Attempt to try to resolve blocking concernsCaio-0/+143
2023-12-01Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-sebors-1/+1
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/+63
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-29Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgrbors-4/+108
2023-11-29Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib...Matthias Krüger-0/+1
2023-11-29Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomccMatthias Krüger-0/+11
2023-11-29Rollup merge of #118265 - RalfJung:memcpy, r=cuviperMatthias Krüger-3/+2
2023-11-29Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-seMatthias Krüger-1/+95
2023-11-29Auto merge of #114841 - bvanjoi:fix-114814, r=cuviperbors-0/+14
2023-11-28Address unused tuple struct fields in the standard libraryJake Goulding-0/+1
2023-11-28Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-seMatthias Krüger-107/+91
2023-11-28Rollup merge of #118193 - max-heller:command-typo, r=m-ou-seMatthias Krüger-1/+1
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-71/+488
2023-11-28Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkinMatthias Krüger-2/+2
2023-11-28Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviperMatthias Krüger-2/+2
2023-11-28Rollup merge of #118299 - frewsxcv:patch-2, r=cuviperMatthias Krüger-9/+41
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/+80
2023-11-28Add proper cfgsr0cky-0/+11
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/+61
2023-11-27benchmarks for Chars::advance_byThe 8472-0/+19
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-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-26Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieubors-19/+1029
2023-11-26unify read_to_end and io::copy impls for reading into a VecThe 8472-107/+91
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