| Age | Commit message (Expand) | Author | Lines |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -148/+2638 |
| 2024-06-26 | Rollup merge of #126879 - the8472:next-chunk-filter-drop, r=cuviper | Matthias Krüger | -45/+58 |
| 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 | 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 | 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 | 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-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-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 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 | 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 | 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 build | David Carlier | -2/+1 |
| 2024-06-23 | Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb... | Matthias Krüger | -5/+5 |
| 2024-06-23 | std::unix::os::home_dir: fallback's optimisation. | David Carlier | -2/+3 |
| 2024-06-22 | Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgr | bors | -38/+30 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -19/+12 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -19/+18 |
| 2024-06-22 | Auto merge of #116113 - kpreid:arcmut, r=dtolnay | bors | -58/+492 |
| 2024-06-22 | Generalize `{Rc,Arc}::make_mut()` to unsized types. | Kevin Reid | -26/+229 |
| 2024-06-22 | Replace `WriteCloneIntoRaw` with `CloneToUninit`. | Kevin Reid | -34/+11 |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+254 |
| 2024-06-22 | Auto merge of #126750 - scottmcm:less-unlikely, r=jhpratt | bors | -19/+19 |
| 2024-06-22 | Auto merge of #124101 - the8472:pidfd-methods, r=cuviper | bors | -124/+265 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -12/+19 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -117/+251 |
| 2024-06-21 | std::unix::fs: copy simplification for apple. | David Carlier | -35/+15 |