about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-26Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrumbors-148/+2638
2024-06-26Rollup merge of #126879 - the8472:next-chunk-filter-drop, r=cuviperMatthias Krüger-45/+58
2024-06-25regression test for leaks in the the Filter::next_chunk implementationThe 8472-0/+13
2024-06-25add comments explaining optimizations for Filter::next_chunkThe 8472-1/+3
2024-06-25fix Drop items getting leaked in Filter::next_chunkThe 8472-45/+43
2024-06-25Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2024-06-25Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboetMatthias Krüger-4/+5
2024-06-25Rollup merge of #126885 - Borgerr:rm_internal_pathbuf_asmutvec, r=workingjubileeMatthias Krüger-33/+58
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-1/+2
2024-06-25Detect unused structs which derived Defaultmu001999-1/+2
2024-06-25`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...ash-27/+42
2024-06-25remove references to `PathBuf::as_mut_vec` in `PathBuf::_set_extension`ash-6/+5
2024-06-25inner truncate methods for UEFI platformsash-3/+13
2024-06-25#126333 remove `PathBuf::as_mut_vec` reference at top of `PathBuf::_push`ash-1/+2
2024-06-25Add missing slash in const_eval_select doc commentcyrgani-1/+1
2024-06-25Add tests for `f16` and `f128`Trevor Gross-35/+1029
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-2/+1309
2024-06-25Add doctests to existing `f16` and `f128` functionsTrevor Gross-4/+68
2024-06-25Add build.rs config for reliable `f16` and `f128`Trevor Gross-0/+62
2024-06-24core: VaArgSafe is an unsafe traitJubilee Young-4/+5
2024-06-25Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieubors-2/+13
2024-06-24Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboetMichael Goulet-13/+2
2024-06-24Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwcoMichael Goulet-0/+9
2024-06-24Rollup merge of #125082 - kpreid:const-uninit, r=dtolnayMichael Goulet-36/+31
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-36/+31
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-928/+733
2024-06-24Small fixme in core now that NonZero is genericPavel Grigorenko-13/+2
2024-06-24std: fix wasm buildsjoboet-2/+16
2024-06-24Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils...Matthias Krüger-17/+33
2024-06-24Reword docs for `f32` and `f64`Trevor Gross-8/+12
2024-06-24Extract repeated constants from `f32` and `f64` sourceTrevor Gross-101/+160
2024-06-24Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-06-24Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-SimulacrumMatthias Krüger-35/+15
2024-06-23Also get `add nuw` from `uN::checked_add`Scott McMurray-2/+13
2024-06-24SmartPointer derive-macroXiangfei Ding-0/+9
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb...Matthias Krüger-5/+5
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-22Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgrbors-38/+30
2024-06-22Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errorsMatthias Krüger-19/+12
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-19/+18
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-58/+492
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-26/+229
2024-06-22Replace `WriteCloneIntoRaw` with `CloneToUninit`.Kevin Reid-34/+11
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+254
2024-06-22Auto merge of #126750 - scottmcm:less-unlikely, r=jhprattbors-19/+19
2024-06-22Auto merge of #124101 - the8472:pidfd-methods, r=cuviperbors-124/+265
2024-06-22to extract a pidfd we must consume the childThe 8472-12/+19
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-117/+251
2024-06-21std::unix::fs: copy simplification for apple.David Carlier-35/+15