| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstrieb | bors | -1/+100 |
| 2024-05-17 | Rollup merge of #125186 - Colepng:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-17 | Rollup merge of #125171 - scottmcm:rename-flatten, r=jhpratt | Matthias Krüger | -10/+10 |
| 2024-05-16 | Access alloc field directly in Arc/Rc::into_raw_with_allocator. | Zachary S | -4/+4 |
| 2024-05-16 | Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieu | bors | -0/+0 |
| 2024-05-16 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+60 |
| 2024-05-16 | Add doctests for f16 and f128 library functions where possible | Trevor Gross | -1/+40 |
| 2024-05-16 | Remove duplicate word from addr docs | Cole Kauder-McMurrich | -1/+1 |
| 2024-05-16 | Auto merge of #124728 - beetrees:from-f16-for-f64, r=BurntSushi | bors | -2/+3 |
| 2024-05-16 | Fix linkchecker doc errors | Lukas Bergdoll | -12/+12 |
| 2024-05-16 | Turn bare links into automatic links | Lukas Bergdoll | -4/+4 |
| 2024-05-16 | Move BufGuard impl outside of function | Lukas Bergdoll | -11/+10 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -21/+13 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -1685/+2618 |
| 2024-05-16 | Auto merge of #124959 - prorealize:update-result-documentation, r=joboet | bors | -4/+8 |
| 2024-05-15 | Rename `flatten(_mut)` → `as_flattened(_mut)` | Scott McMurray | -10/+10 |
| 2024-05-15 | Rollup merge of #125003 - RalfJung:aligned_alloc, r=cuviper | León Orell Valerian Liehr | -11/+8 |
| 2024-05-15 | feat: update stdarch submodule for intrinsics on ARM | Olasunkanmi Olayinka | -0/+0 |
| 2024-05-15 | Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator. | Zachary S | -0/+1 |
| 2024-05-15 | Rollup merge of #125038 - ivan-shrimp:checked_sub, r=joboet | León Orell Valerian Liehr | -3/+3 |
| 2024-05-15 | Rollup merge of #124307 - reitermarkus:escape-debug-size-hint-inline, r=joboet | León Orell Valerian Liehr | -79/+126 |
| 2024-05-15 | Correct f128 extend and truncate symbol names on powerpc | Trevor Gross | -2/+50 |
| 2024-05-15 | Implement `f128` comparison | Trevor Gross | -1/+124 |
| 2024-05-15 | Implement `f128` multiplication | Trevor Gross | -6/+29 |
| 2024-05-15 | Implement `f128` addition and subtraction | Trevor Gross | -9/+69 |
| 2024-05-15 | Enable no-fail-fast for more usable test output | Trevor Gross | -1/+1 |
| 2024-05-15 | Refactor float test macros to have a fallback | Trevor Gross | -36/+127 |
| 2024-05-15 | Add `i256` and `u256` bigint types | Trevor Gross | -0/+314 |
| 2024-05-15 | Split `Int` into `Int` and `MinInt` | Trevor Gross | -172/+210 |
| 2024-05-15 | Update library/core/src/result.rs | Renato A | -1/+1 |
| 2024-05-14 | Merge branch 'master' of https://github.com/rust-lang/compiler-builtins | theKidOfArcrania | -15/+85 |
| 2024-05-14 | Remove aarch64 CI | theKidOfArcrania | -3/+0 |
| 2024-05-15 | Divide float nanoseconds instead of seconds | Artyom Pavlov | -2/+6 |
| 2024-05-14 | avoid using aligned_alloc; posix_memalign is better-behaved | Ralf Jung | -11/+8 |
| 2024-05-14 | Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor` | Benoît du Garreau | -10/+23 |
| 2024-05-14 | feat: stabilization for stdarch_aarch64_crc32 | Olasunkanmi Olayinka | -12/+89 |
| 2024-05-13 | Rollup merge of #116675 - joshlf:patch-10, r=scottmcm | Jacob Pratt | -5/+33 |
| 2024-05-13 | Add fn into_raw_with_allocator to Rc/Arc/Weak. | Zachary S | -10/+107 |
| 2024-05-13 | Forward alloc features to core | Dion Dokter | -2/+2 |
| 2024-05-13 | Maybe try arm64 | theKidOfArcrania | -3/+3 |
| 2024-05-13 | Update target | theKidOfArcrania | -1/+1 |
| 2024-05-13 | Add aarch64 target | theKidOfArcrania | -0/+3 |
| 2024-05-13 | Rollup merge of #123817 - slanterns:seek_relative, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-05-13 | Fix paths for Windows arm64 build | theKidOfArcrania | -4/+4 |
| 2024-05-13 | [ptr] Document maximum allocation size | Joshua Liebow-Feeser | -5/+33 |
| 2024-05-13 | Add vec_insert and vec_extract | Luca Barbato | -0/+98 |
| 2024-05-13 | Don't use `T` with both Result and Option, improve explanation. | Lokathor | -67/+70 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -16/+15 |
| 2024-05-13 | Panic if `PathBuf::set_extension` would add a path separator | Tobias Bucher | -0/+36 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -32/+33 |