| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | atomic: clarify that failing conditional RMW operations are not 'writes' | Ralf Jung | -2/+3 |
| 2025-03-04 | Fix some typos | fuyangpengqi | -1/+1 |
| 2025-03-04 | exit: document interaction with C | Ralf Jung | -4/+32 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-03 | make _mm256_zero{upper,all} safe | Ralf Jung | -4/+4 |
| 2025-03-03 | add `vec_find_any_eq_or_0_idx_cc` and `vec_find_any_ne_or_0_idx_cc` | Folkert de Vries | -187/+260 |
| 2025-03-03 | add `vec_find_any_eq_or_0_idx` and `vec_find_any_ne_or_0_idx` | Folkert de Vries | -38/+146 |
| 2025-03-03 | add `vec_find_any_eq_cc` and `vec_find_any_ne_cc` | Folkert de Vries | -0/+181 |
| 2025-03-03 | add `vec_find_any_eq_idx` and `vec_find_any_ne_idx` | Folkert de Vries | -0/+95 |
| 2025-03-03 | add `vec_find_any_eq` and `vec_find_any_ne` | Folkert de Vries | -0/+119 |
| 2025-03-03 | add `vec_splat` and friends | Folkert de Vries | -0/+149 |
| 2025-03-03 | add `vec_sqrt` | Folkert de Vries | -0/+26 |
| 2025-03-03 | add `vec_nabs` | Folkert de Vries | -2/+41 |
| 2025-03-03 | add `vec_subc_u128`, `vec_sube_u128`, `vec_subec_u128`, `vec_sub_u128` | Folkert de Vries | -0/+112 |
| 2025-03-03 | add `vec_sum2`, `vec_sum4` and `vec_sum_u128` | Folkert de Vries | -0/+132 |
| 2025-03-03 | add `vec_perm` | Folkert de Vries | -0/+139 |
| 2025-03-03 | add `vec_genmask` and `vec_genmasks` | Folkert de Vries | -0/+109 |
| 2025-03-03 | pull out `ShuffleMask` | Folkert de Vries | -51/+61 |
| 2025-03-03 | add `vec_mergel` and `vec_mergeh` | Folkert de Vries | -0/+142 |
| 2025-03-03 | add `vec_revb` | Folkert de Vries | -0/+63 |
| 2025-03-03 | add `vec_reve` | Folkert de Vries | -0/+102 |
| 2025-03-03 | add `vec_rl_mask` | Folkert de Vries | -0/+85 |
| 2025-03-03 | add `vec_rli` | Folkert de Vries | -1/+70 |
| 2025-03-03 | add vector shift by byte | Folkert de Vries | -0/+86 |
| 2025-03-03 | implement rotate left | Folkert de Vries | -0/+45 |
| 2025-03-03 | implement standard bitshifts | Folkert de Vries | -0/+100 |
| 2025-03-03 | implement the long bitshifts | Folkert de Vries | -2/+103 |
| 2025-03-03 | powerpc: use `llvm.fshl` for `vec_rl` | Folkert de Vries | -16/+45 |
| 2025-03-03 | use the `simd_fma` intrinsic for `vec_madd` | Folkert de Vries | -5/+3 |
| 2025-03-03 | wasm: update for rintf intrinsic rename | Ralf Jung | -2/+2 |
| 2025-03-03 | fix compilation on armebv7r-none-eabi | usamoi | -1429/+1748 |
| 2025-03-03 | stabilize const_cell | Ralf Jung | -5/+5 |
| 2025-03-03 | Rollup merge of #137054 - jhpratt:phantom-variance, r=Mark-Simulacrum | Matthias Krüger | -0/+12 |
| 2025-03-03 | fix order on shl impl | Speedy_Lex | -1/+1 |
| 2025-03-02 | Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workingjubilee | Matthias Krüger | -0/+7 |
| 2025-03-02 | Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-03-02 | Rollup merge of #137641 - kpreid:dealloc, r=Amanieu | Matthias Krüger | -2/+8 |
| 2025-03-02 | Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-03-03 | uefi: helpers: Add DevicePathNode abstractions | Ayush Singh | -0/+179 |
| 2025-03-02 | Document workings of successors more clearly | Marijn Schouten | -5/+11 |
| 2025-03-02 | doc: clarify that consume can be called after BufReader::peek | binarycat | -1/+5 |
| 2025-03-02 | dec2flt: Refactor the fast path | Trevor Gross | -24/+23 |
| 2025-03-02 | dec2flt: Refactor float traits | Trevor Gross | -111/+264 |
| 2025-03-02 | Remove outdated information from the readme | Trevor Gross | -43/+5 |
| 2025-03-02 | dec2flt: Rename fields to be consistent with documented notation | Trevor Gross | -20/+24 |
| 2025-03-02 | dec2flt: Rename `Number` to `Decimal` | Trevor Gross | -22/+51 |
| 2025-03-02 | dec2flt: Rename `Decimal` to `DecimalSeq` | Trevor Gross | -22/+70 |
| 2025-03-02 | dec2flt: Update documentation of existing methods | Trevor Gross | -17/+35 |
| 2025-03-02 | float: Update some constants to `pub(crate)` | Trevor Gross | -6/+6 |
| 2025-03-01 | Disable `f16` on Aarch64 without `neon` | Trevor Gross | -0/+7 |