| Age | Commit message (Expand) | Author | Lines |
| 2025-06-11 | Upgrade the standard library `addr2line` version | Trevor Gross | -6/+15 |
| 2025-06-11 | Upgrade the standard library `object` version | Trevor Gross | -8/+6 |
| 2025-06-11 | Update dependencies in `library/Cargo.lock` | Trevor Gross | -32/+22 |
| 2025-06-11 | Fix Debug for Location. | Mara Bos | -1/+12 |
| 2025-06-11 | stabilize gai | Boxy | -1/+0 |
| 2025-06-11 | Fixes to compile with latest Rust nightly | Amanieu d'Antras | -5/+3 |
| 2025-06-11 | faster fmt::Display of 128-bit integers, without unsafe pointer | Pascal S. de Kloe | -152/+128 |
| 2025-06-11 | Add trim_prefix and trim_suffix for slice and str. | Deven T. Corzine | -0/+160 |
| 2025-06-11 | feat: Add `bit_width` for unsigned integer types | Shun Sakai | -0/+33 |
| 2025-06-10 | std::net: adding `unix_socket_exclbind` feature for solaris/illumos. | David Carlier | -0/+117 |
| 2025-06-10 | format integer tests regrouped, min/max coverage and 128-bit coverage | Pascal S. de Kloe | -36/+121 |
| 2025-06-10 | core docs: improve clarity of considerations about atomic CAS operations | Gray Olson | -33/+146 |
| 2025-06-10 | Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=Noratrieb | León Orell Valerian Liehr | -0/+1 |
| 2025-06-10 | Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35 | León Orell Valerian Liehr | -0/+40 |
| 2025-06-10 | Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work... | León Orell Valerian Liehr | -126/+68 |
| 2025-06-10 | Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35 | León Orell Valerian Liehr | -273/+168 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-06-10 | Rollup merge of #134442 - epage:change, r=workingjubilee | León Orell Valerian Liehr | -0/+13 |
| 2025-06-10 | indent the probestack inline assembly | Folkert de Vries | -110/+110 |
| 2025-06-10 | merge the sgx/fortanix `__rust_probestack` into the general `x86_64` one | Folkert de Vries | -73/+23 |
| 2025-06-10 | use `#[naked]` for `__rust_probestack` | Folkert de Vries | -97/+33 |
| 2025-06-10 | add a fixme to use `extern_custom` when available | Folkert de Vries | -0/+9 |
| 2025-06-10 | ci: Fix a typo that was causing a command failure | Trevor Gross | -1/+1 |
| 2025-06-10 | compiler-builtins: Remove unused `lints.rust` table | Trevor Gross | -4/+0 |
| 2025-06-10 | docs: Small clarification on the usage of read_to_string and read_to_end trai... | kiseitai3 | -0/+40 |
| 2025-06-09 | Darwin AArch64 detection update | Laine Taffin Altman | -0/+8 |
| 2025-06-09 | Remove `compiler-builtins` from `rustc-dep-of-std` dependencies | Trevor Gross | -2/+0 |
| 2025-06-09 | add s390x z17 target features | Folkert de Vries | -0/+15 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -45/+57 |
| 2025-06-09 | Specify the behavior of `file!` | Ed Page | -0/+13 |
| 2025-06-09 | Mark `core::slice::memchr` as `#[doc(hidden)]` | Alona Enraght-Moony | -0/+1 |
| 2025-06-09 | core::ptr: deduplicate more method docs | binarycat | -126/+68 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -6/+4 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -27/+51 |
| 2025-06-09 | Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnay | Trevor Gross | -5/+19 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -1/+0 |
| 2025-06-09 | float midpoint tests: add missing NAN cases | Ralf Jung | -0/+2 |
| 2025-06-09 | make the default float comparison tolerance type-dependent | Ralf Jung | -15/+31 |
| 2025-06-09 | float tests: deduplicate min, max, and rounding tests | Ralf Jung | -456/+56 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -190/+12 |
| 2025-06-09 | float tests: use assert_biteq in more places | Ralf Jung | -215/+224 |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -180/+4 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -6/+4 |
| 2025-06-09 | Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,... | Matthias Krüger | -6/+16 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-06-09 | compiler-builtins: Emit `rustc-check-cfg` earlier | Trevor Gross | -2/+3 |
| 2025-06-09 | compiler-builtins: Specify `:r` registers for `usize` | Trevor Gross | -3/+3 |
| 2025-06-09 | compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 Android | Trevor Gross | -10/+30 |
| 2025-06-08 | Avoid a gratuitous 10s wait in a stress test | Josh Triplett | -6/+16 |