about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-09Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35Matthias Krüger-180/+4
2025-06-09Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35Matthias Krüger-10/+8
2025-06-09stabilize nonnull_provenanceRalf Jung-6/+4
2025-06-09Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,...Matthias Krüger-6/+16
2025-06-09Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=KobzolMatthias Krüger-1/+1
2025-06-09compiler-builtins: Emit `rustc-check-cfg` earlierTrevor Gross-2/+3
2025-06-09compiler-builtins: Specify `:r` registers for `usize`Trevor Gross-3/+3
2025-06-09compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 AndroidTrevor Gross-10/+30
2025-06-08Avoid a gratuitous 10s wait in a stress testJosh Triplett-6/+16
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