about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-11Upgrade the standard library `addr2line` versionTrevor Gross-6/+15
2025-06-11Upgrade the standard library `object` versionTrevor Gross-8/+6
2025-06-11Update dependencies in `library/Cargo.lock`Trevor Gross-32/+22
2025-06-11Fix Debug for Location.Mara Bos-1/+12
2025-06-11stabilize gaiBoxy-1/+0
2025-06-11Fixes to compile with latest Rust nightlyAmanieu d'Antras-5/+3
2025-06-11faster fmt::Display of 128-bit integers, without unsafe pointerPascal S. de Kloe-152/+128
2025-06-11Add trim_prefix and trim_suffix for slice and str.Deven T. Corzine-0/+160
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+33
2025-06-10std::net: adding `unix_socket_exclbind` feature for solaris/illumos.David Carlier-0/+117
2025-06-10format integer tests regrouped, min/max coverage and 128-bit coveragePascal S. de Kloe-36/+121
2025-06-10core docs: improve clarity of considerations about atomic CAS operationsGray Olson-33/+146
2025-06-10Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=NoratriebLeón Orell Valerian Liehr-0/+1
2025-06-10Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35León Orell Valerian Liehr-0/+40
2025-06-10Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work...León Orell Valerian Liehr-126/+68
2025-06-10Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35León Orell Valerian Liehr-273/+168
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-1/+0
2025-06-10Rollup merge of #134442 - epage:change, r=workingjubileeLeón Orell Valerian Liehr-0/+13
2025-06-10indent the probestack inline assemblyFolkert de Vries-110/+110
2025-06-10merge the sgx/fortanix `__rust_probestack` into the general `x86_64` oneFolkert de Vries-73/+23
2025-06-10use `#[naked]` for `__rust_probestack`Folkert de Vries-97/+33
2025-06-10add a fixme to use `extern_custom` when availableFolkert de Vries-0/+9
2025-06-10ci: Fix a typo that was causing a command failureTrevor Gross-1/+1
2025-06-10compiler-builtins: Remove unused `lints.rust` tableTrevor Gross-4/+0
2025-06-10docs: Small clarification on the usage of read_to_string and read_to_end trai...kiseitai3-0/+40
2025-06-09Darwin AArch64 detection updateLaine Taffin Altman-0/+8
2025-06-09Remove `compiler-builtins` from `rustc-dep-of-std` dependenciesTrevor Gross-2/+0
2025-06-09add s390x z17 target featuresFolkert de Vries-0/+15
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-45/+57
2025-06-09Specify the behavior of `file!`Ed Page-0/+13
2025-06-09Mark `core::slice::memchr` as `#[doc(hidden)]`Alona Enraght-Moony-0/+1
2025-06-09core::ptr: deduplicate more method docsbinarycat-126/+68
2025-06-09Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubileeTrevor Gross-6/+4
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-27/+51
2025-06-09Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnayTrevor Gross-5/+19
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-1/+0
2025-06-09float midpoint tests: add missing NAN casesRalf Jung-0/+2
2025-06-09make the default float comparison tolerance type-dependentRalf Jung-15/+31
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-456/+56
2025-06-09Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgrbors-190/+12
2025-06-09float tests: use assert_biteq in more placesRalf Jung-215/+224
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