| Age | Commit message (Expand) | Author | Lines |
| 2024-06-25 | Release 0.1.113 | Amanieu d'Antras | -1/+1 |
| 2024-06-25 | fix UI test, simplify error message | joboet | -0/+6 |
| 2024-06-25 | regression test for leaks in the the Filter::next_chunk implementation | The 8472 | -0/+13 |
| 2024-06-25 | add comments explaining optimizations for Filter::next_chunk | The 8472 | -1/+3 |
| 2024-06-25 | fix Drop items getting leaked in Filter::next_chunk | The 8472 | -45/+43 |
| 2024-06-25 | Simplify `str::clone_into` | DaniPopes | -3/+4 |
| 2024-06-25 | Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-25 | Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboet | Matthias Krüger | -4/+5 |
| 2024-06-25 | Rollup merge of #126885 - Borgerr:rm_internal_pathbuf_asmutvec, r=workingjubilee | Matthias Krüger | -33/+58 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -1/+2 |
| 2024-06-25 | Stabilize const unchecked conversion from u32 to char | David Tolnay | -3/+5 |
| 2024-06-25 | std: separate TLS key creation from TLS access | joboet | -125/+100 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -1/+2 |
| 2024-06-25 | `PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12... | ash | -27/+42 |
| 2024-06-25 | remove references to `PathBuf::as_mut_vec` in `PathBuf::_set_extension` | ash | -6/+5 |
| 2024-06-25 | inner truncate methods for UEFI platforms | ash | -3/+13 |
| 2024-06-25 | #126333 remove `PathBuf::as_mut_vec` reference at top of `PathBuf::_push` | ash | -1/+2 |
| 2024-06-25 | simd_bitmask intrinsic: add a non-power-of-2 multi-byte example | Ralf Jung | -6/+13 |
| 2024-06-25 | Add missing slash in const_eval_select doc comment | cyrgani | -1/+1 |
| 2024-06-25 | Add tests for `f16` and `f128` | Trevor Gross | -35/+1029 |
| 2024-06-25 | Add more `f16` and `f128` library functions and constants | Trevor Gross | -2/+1309 |
| 2024-06-25 | Add doctests to existing `f16` and `f128` functions | Trevor Gross | -4/+68 |
| 2024-06-25 | Add build.rs config for reliable `f16` and `f128` | Trevor Gross | -0/+62 |
| 2024-06-25 | Remove `__rust_force_expr`. | Nicholas Nethercote | -14/+4 |
| 2024-06-24 | core: VaArgSafe is an unsafe trait | Jubilee Young | -4/+5 |
| 2024-06-25 | Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu | bors | -2/+13 |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 |
| 2024-06-25 | more fine-grained feature-detection for pidfd spawning | The 8472 | -21/+33 |
| 2024-06-25 | document safety properties of the internal Process::new constructor | The 8472 | -0/+6 |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -6/+106 |
| 2024-06-25 | document the cvt methods | The 8472 | -0/+4 |
| 2024-06-24 | Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboet | Michael Goulet | -13/+2 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+9 |
| 2024-06-24 | Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay | Michael Goulet | -36/+31 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -36/+31 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -928/+733 |
| 2024-06-24 | Small fixme in core now that split_first has no codegen issues | Pavel Grigorenko | -6/+2 |
| 2024-06-24 | Small fixme in core now that NonZero is generic | Pavel Grigorenko | -13/+2 |
| 2024-06-24 | std: fix wasm builds | joboet | -2/+16 |
| 2024-06-24 | Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils... | Matthias Krüger | -17/+33 |
| 2024-06-24 | Fix simd_gather documentation | Petteri Räty | -3/+0 |
| 2024-06-23 | wasm64 build with target-feature=+simd128,+atomics | wooden-worm | -10/+18 |
| 2024-06-24 | Reword docs for `f32` and `f64` | Trevor Gross | -8/+12 |
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -101/+160 |
| 2024-06-24 | Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-06-24 | Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simulacrum | Matthias Krüger | -35/+15 |
| 2024-06-23 | Implement `unsigned_signed_diff` | ilikdoge | -0/+61 |
| 2024-06-23 | Also get `add nuw` from `uN::checked_add` | Scott McMurray | -2/+13 |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+9 |
| 2024-06-23 | Fix building on AVR | beetrees | -4/+2 |