about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-08Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis...Jubilee-17/+16
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-6/+17
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-9/+0
2025-06-08Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3bors-991/+217
2025-06-08Mark `slice::swap_with_slice` unstably constPaolo Barbolini-1/+2
2025-06-08De-duplicate f16 & f128 doctest attributesUrgau-180/+4
2025-06-08compiler-builtins: Fix a `rustdoc::bare-urls` errorTrevor Gross-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-11/+14
2025-06-07Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obkGuillaume Gomez-3/+0
2025-06-07Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case...Guillaume Gomez-2/+2
2025-06-07Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJungGuillaume Gomez-1/+1
2025-06-07centralize aliasing rules discussion in UnsafeCell docsRalf Jung-15/+11
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-991/+217
2025-06-07Address documentation issues identified with FutureDiggory Blake-7/+16
2025-06-07Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target featuressayantn-1/+0
2025-06-07Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target featuressayantn-1/+0
2025-06-07Fix usage of `bootstrap` in coreUrgau-4/+1
2025-06-07UnsafePinned: update get() docs and signature to allow shared mutationRalf Jung-9/+12
2025-06-07fix wording in assertAmogh Shivaram-1/+1
2025-06-07Auto merge of #141964 - sayantn:update-stdarch, r=Amanieubors-0/+0
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+19
2025-06-07get rid of spurious cfg(bootstrap)Ralf Jung-3/+0
2025-06-07cfg for no no_global_oom_handlingAmogh Shivaram-0/+1
2025-06-07Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35Jacob Pratt-353/+548
2025-06-07Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=...Jacob Pratt-3/+2
2025-06-06put feature attribute in exampleAmogh Shivaram-0/+2
2025-06-06Add `into_chunks`Amogh Shivaram-0/+52
2025-06-06fix testsJeremy Smart-4/+9
2025-06-06Rollup merge of #142114 - GuillaumeGomez:u128-const, r=UrgauGuillaume Gomez-2/+2
2025-06-06Rollup merge of #142105 - tshepang:basic-usage, r=workingjubileeGuillaume Gomez-39/+0
2025-06-06Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscrossGuillaume Gomez-16/+11
2025-06-06Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubileeGuillaume Gomez-0/+2
2025-06-06unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c...Ralf Jung-16/+11
2025-06-06Stabilised `os_string_pathbuf_leak`schvv31n-3/+2
2025-06-06Compute number of digits instead of relying on constant value for u128 displa...Guillaume Gomez-2/+2
2025-06-06std: sys: random: uefi: Provide rdrand based fallbackAyush Singh-19/+150
2025-06-06remove extraneous textTshepang Mbambo-39/+0
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-6/+17
2025-06-06Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubileeMatthias Krüger-1/+1
2025-06-06Rollup merge of #125087 - tbu-:pr_file_stream_len, r=ChrisDentonMatthias Krüger-11/+90
2025-06-05Fix AIX buildThalia Archibald-1/+1
2025-06-05Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgrbors-1177/+1414
2025-06-05Clarify description of `Seek::stream_len`Tobias Bucher-1/+1
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-10/+89
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-76/+41
2025-06-05Rollup merge of #142036 - tgross35:update-builtins, r=tgross35Matthias Krüger-1177/+1414
2025-06-05Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgrbors-22/+11
2025-06-05Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub...Matthias Krüger-22/+11
2025-06-05Auto merge of #135054 - cramertj:file-cstr, r=m-ou-sebors-16/+25
2025-06-05Stabilize `const_eq_ignore_ascii_case`Paolo Barbolini-2/+2