| Age | Commit message (Expand) | Author | Lines |
| 2024-09-28 | Enable `f16` tests on x86 Apple platforms | Trevor Gross | -3/+0 |
| 2024-09-28 | Revert "Temporarily `use define_rust_probestack;`" | Trevor Gross | -4/+0 |
| 2024-09-28 | Ungate tests that were skipped due to a broken implementation | Trevor Gross | -6/+3 |
| 2024-09-28 | Resolve FIXMEs related to `f16` assembly | Trevor Gross | -14/+7 |
| 2024-09-28 | Auto merge of #129385 - tgross35:more-platforms-enable-f16, r=Mark-Simulacrum | bors | -14/+11 |
| 2024-09-28 | Auto merge of #130792 - tgross35:update-builtins, r=Amanieu | bors | -4/+4 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -1/+1 |
| 2024-09-28 | Update compiler_builtins to 0.1.130 | Trevor Gross | -4/+4 |
| 2024-09-28 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-28 | Add a benchmark for `__powitf2` | Trevor Gross | -3/+30 |
| 2024-09-28 | Add support for `f128` integer exponentiation | Trevor Gross | -5/+31 |
| 2024-09-28 | Move `float_pow` tests to their own file | Trevor Gross | -56/+54 |
| 2024-09-28 | Remove unneeded features | Trevor Gross | -11/+0 |
| 2024-09-28 | Rollup merge of #128778 - RalfJung:atomic-read-read-races, r=Mark-Simulacrum | Matthias Krüger | -35/+56 |
| 2024-09-28 | Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgr | bors | -18/+90 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -23/+24 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -10/+16 |
| 2024-09-28 | atomics: allow atomic and non-atomic reads to race | Ralf Jung | -24/+38 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -51/+11 |
| 2024-09-28 | make ptr metadata functions callable from stable const fn | Ralf Jung | -29/+7 |
| 2024-09-28 | Auto merge of #130897 - workingjubilee:dump-hexes-with-class, r=thomcc | bors | -1/+1 |
| 2024-09-28 | Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2024-09-28 | Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee | Matthias Krüger | -16/+88 |
| 2024-09-28 | Update Unicode escapes; | Gabriel Bjørnager Jensen | -2/+1 |
| 2024-09-27 | Enable `f16` on platforms that were missing conversion symbols | Trevor Gross | -14/+11 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -2/+11 |
| 2024-09-27 | Rollup merge of #130926 - ChrisDenton:cc-1-1-22, r=tgross35 | Matthias Krüger | -2/+11 |
| 2024-09-27 | Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-09-27 | Mark some more smart pointers as insignificant | Michael Goulet | -0/+2 |
| 2024-09-27 | Mark some more types as having insignificant dtor | Michael Goulet | -0/+2 |
| 2024-09-27 | Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull'; | Gabriel Bjørnager Jensen | -6/+23 |
| 2024-09-27 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-27 | Revert "Bump cc dependency" | Trevor Gross | -1/+1 |
| 2024-09-27 | Update Cargo.lock | Chris Denton | -2/+11 |
| 2024-09-27 | Apply review feedback | Lukas Bergdoll | -13/+16 |
| 2024-09-27 | Apply round 1 of review comments | Lukas Bergdoll | -16/+15 |
| 2024-09-27 | Fix mistake in example | Lukas Bergdoll | -1/+1 |
| 2024-09-27 | Improve Ord docs | Lukas Bergdoll | -95/+263 |
| 2024-09-27 | Reference UNSPECIFIED instead of INADDR_ANY in join_multicast_v4 | Asger Hautop Drewsen | -2/+2 |
| 2024-09-26 | Rollup merge of #130892 - tgross35:library-cargo-update, r=Noratrieb | Jubilee | -32/+32 |
| 2024-09-26 | Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35 | Jubilee | -4/+38 |
| 2024-09-26 | Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb | Jubilee | -170/+1 |
| 2024-09-26 | Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomcc | Jubilee | -5/+25 |
| 2024-09-27 | Rollup merge of #130880 - RalfJung:const-hack, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-27 | Rollup merge of #130845 - RalfJung:utf8chunk, r=tgross35 | Guillaume Gomez | -0/+4 |
| 2024-09-27 | Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross | Guillaume Gomez | -12/+118 |
| 2024-09-26 | library: Compute `RUST_EXCEPTION_CLASS` from native-endian bytes | Jubilee Young | -1/+1 |
| 2024-09-26 | Partially update `library/Cargo.lock` | Trevor Gross | -32/+32 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |