| Age | Commit message (Expand) | Author | Lines |
| 2024-12-22 | Fix a bug in `abs_diff` | Trevor Gross | -2/+2 |
| 2024-12-22 | Fix a bug in `abs_diff` | Trevor Gross | -6/+2 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-12-22 | Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubilee | Matthias Krüger | -0/+20 |
| 2024-12-22 | Rollup merge of #130289 - intgr-forks:Permissions-readonly-vs-unix-root, r=Ch... | Matthias Krüger | -6/+11 |
| 2024-12-22 | Adjust syntax | Caio | -21/+280 |
| 2024-12-22 | Fixes safety docs for `dyn Any + Send {+ Sync}` | Mostafa Khaled | -2/+12 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -1/+15 |
| 2024-12-22 | Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper | bors | -2/+1 |
| 2024-12-22 | docs: Permissions.readonly() also ignores root user special permissions | Marti Raudsepp | -6/+11 |
| 2024-12-22 | Improve prose around `as_slice` example of IterMut | Marijn Schouten | -22/+20 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -8/+10 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -2/+20 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -2/+1 |
| 2024-12-22 | docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf... | Martin Nordholts | -0/+20 |
| 2024-12-22 | Remove tests against system musl | Trevor Gross | -501/+12 |
| 2024-12-22 | Impl String::into_chars | tison | -2/+185 |
| 2024-12-22 | Stabilize `hash_extract_if` | Pavel Grigorenko | -16/+10 |
| 2024-12-22 | Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35 | Matthias Krüger | -2/+8 |
| 2024-12-21 | Fix forgetting to save statx availability on success | Alex Saveau | -1/+5 |
| 2024-12-22 | Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgr | bors | -5/+5 |
| 2024-12-21 | Document collection `From` and `FromIterator` impls that drop duplicate keys. | Kevin Reid | -1/+25 |
| 2024-12-22 | Rollup merge of #134630 - fifty-six:master, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -15/+102 |
| 2024-12-22 | cargo update | github-actions | -2/+2 |
| 2024-12-21 | Eliminate redundant statx syscalls | Alex Saveau | -9/+64 |
| 2024-12-21 | Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJung | Matthias Krüger | -14/+89 |
| 2024-12-21 | Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe... | Matthias Krüger | -4/+199 |
| 2024-12-21 | Use `&raw` for `ptr` primitive docs | Yusuf Bham | -5/+5 |
| 2024-12-21 | Unify fs::copy and io::copy | Alex Saveau | -19/+1 |
| 2024-12-21 | Windows: Use WriteFile to write to a UTF-8 console | Chris Denton | -1/+26 |
| 2024-12-21 | Avoid short writes in LineWriter | Chris Denton | -6/+21 |
| 2024-12-21 | Fix `_mm*_mask_cmp_ep*_mask` bug with `IMM3=7` | sayantn | -24/+24 |
| 2024-12-21 | Fix Wasm `f*_sqrt()` doc | daxpedda | -2/+2 |
| 2024-12-21 | Disable `armv7-unknown-linux-gnueabihf` `dox.sh` CI temporarily | sayantn | -1/+3 |
| 2024-12-21 | Make `assert_instr` stricter | sayantn | -4/+9 |
| 2024-12-21 | Refactor `dox.sh`, add `loongarch64` and `nvptx64` | sayantn | -36/+23 |
| 2024-12-21 | Upgrade Intel SDE | sayantn | -6/+6 |
| 2024-12-21 | Add PowerPC (32-bit) to CI | sayantn | -0/+6 |
| 2024-12-21 | Remove `gba.json` as it was unused | sayantn | -34/+0 |
| 2024-12-21 | Re-enable the disabled PPC tests, Upgrade CPU | sayantn | -8/+4 |
| 2024-12-21 | Enable `x86_64-pc-windows-msvc-dev` | Sayantan Chakraborty | -5/+0 |
| 2024-12-21 | Document CTFE behavior of methods that call is_null | Tim (Theemathas) Chirananthavat | -0/+69 |
| 2024-12-21 | Correctly document is_null CTFE behavior. | Tim (Theemathas) Chirananthavat | -16/+22 |
| 2024-12-21 | ptr::copy: fix docs for the overlapping case | Ralf Jung | -5/+3 |
| 2024-12-21 | Rollup merge of #134593 - kornelski:less-unwrap, r=jhpratt | Jacob Pratt | -50/+76 |
| 2024-12-21 | Rollup merge of #134579 - hkBst:patch-6, r=jhpratt | Jacob Pratt | -20/+13 |
| 2024-12-21 | Rollup merge of #134577 - hkBst:patch-5, r=jhpratt | Jacob Pratt | -5/+11 |
| 2024-12-21 | Rollup merge of #134576 - hkBst:patch-4, r=jhpratt | Jacob Pratt | -6/+12 |
| 2024-12-20 | Document `PointerLike` implementation restrictions. | Kevin Reid | -2/+8 |