| Age | Commit message (Expand) | Author | Lines |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -2/+2 |
| 2024-08-20 | Rollup merge of #129294 - scottmcm:stabilize-repeat-n, r=Noratrieb | Matthias Krüger | -14/+10 |
| 2024-08-20 | Implement `ptr::fn_addr_eq` | Urgau | -0/+27 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -2/+30 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -14/+10 |
| 2024-08-20 | Auto merge of #129226 - RalfJung:libc, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-08-19 | Add a precondition check for Layout::from_size_align_unchecked | Ben Kimock | -7/+27 |
| 2024-08-19 | NVPTX: Add f16 SIMD intrinsics | Kjetil Kjeka | -0/+148 |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -3/+13 |
| 2024-08-19 | Avoid legacy numeric constants | Eduardo Sánchez Muñoz | -37/+33 |
| 2024-08-19 | Add loongarch64-unknown-linux-gnu to CI | Eduardo Sánchez Muñoz | -1/+24 |
| 2024-08-19 | docs: Mention `spare_capacity_mut()` in `Vec::set_len` | Jan Ferdinand Sauer | -1/+6 |
| 2024-08-19 | Apply fixes to `build.rs` files | Trevor Gross | -7/+17 |
| 2024-08-19 | library: bump libc dependency | Ralf Jung | -2/+2 |
| 2024-08-18 | Rollup merge of #128902 - evanj:evan.jones/env-var-doc, r=workingjubilee | Trevor Gross | -6/+5 |
| 2024-08-18 | Document futility of printing temporary pointers | Kornel | -2/+10 |
| 2024-08-18 | soft-deprecate the addr_of macros | Ralf Jung | -0/+6 |
| 2024-08-18 | code review improvements | Evan Jones | -9/+5 |
| 2024-08-18 | Fix for issue #129212 for the ESP-IDF | ivmarkov | -6/+24 |
| 2024-08-17 | Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macro | Eduardo Sánchez Muñoz | -8/+2 |
| 2024-08-17 | Remove `#![feature(asm_const)]` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -105/+290 |
| 2024-08-17 | Auto merge of #128598 - RalfJung:float-comments, r=workingjubilee | bors | -500/+85 |
| 2024-08-17 | Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnay | bors | -0/+147 |
| 2024-08-16 | Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnay | bors | -2/+1 |
| 2024-08-16 | Rollup merge of #129161 - dtolnay:spawnunck, r=Noratrieb | Matthias Krüger | -2/+1 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-08-16 | Stabilize std::thread::Builder::spawn_unchecked | David Tolnay | -2/+1 |
| 2024-08-16 | Refer to other docs | Maarten | -23/+3 |
| 2024-08-16 | Clarify the layout documentation for x86 SIMD types. | Luca Versari | -30/+75 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -500/+85 |
| 2024-08-15 | Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubilee | Jubilee | -1/+19 |
| 2024-08-15 | Add cautionary paragraph about noop wakers. | Ian Jackson | -0/+8 |
| 2024-08-15 | Add unordered list with possible values for each const | Maarten | -64/+125 |
| 2024-08-15 | proposal to expand (a subset of) linux specific socket capabilities. | David Carlier | -10/+8 |
| 2024-08-15 | Format std::env::consts docstrings | Maarten | -37/+37 |
| 2024-08-15 | Rollup merge of #128946 - orlp:faster-ip-hash, r=joboet | Matthias Krüger | -2/+23 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-08-15 | Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-se | Matthias Krüger | -3/+11 |
| 2024-08-14 | size-optimize some of the panic dependencies | The 8472 | -0/+2 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -9/+24 |
| 2024-08-14 | Document the layout of x86 SIMD types. | Luca Versari | -0/+45 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -2/+33 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-08-14 | add Box::as_ptr and Box::as_mut_ptr methods | Ralf Jung | -2/+90 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+11 |
| 2024-08-14 | stabilize `option_get_or_insert_default` | Slanterns | -3/+1 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -3/+1 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -91/+166 |
| 2024-08-14 | Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb | Matthias Krüger | -0/+5 |