about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-25Release 0.1.113Amanieu d'Antras-1/+1
2024-06-25fix UI test, simplify error messagejoboet-0/+6
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-25Simplify `str::clone_into`DaniPopes-3/+4
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-25Stabilize const unchecked conversion from u32 to charDavid Tolnay-3/+5
2024-06-25std: separate TLS key creation from TLS accessjoboet-125/+100
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-25simd_bitmask intrinsic: add a non-power-of-2 multi-byte exampleRalf Jung-6/+13
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-25Remove `__rust_force_expr`.Nicholas Nethercote-14/+4
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-25Check that we get somewhat sane PIDs when spawning with pidfdsThe 8472-0/+3
2024-06-25more fine-grained feature-detection for pidfd spawningThe 8472-21/+33
2024-06-25document safety properties of the internal Process::new constructorThe 8472-0/+6
2024-06-25use pidfd_spawn for faster process creation when pidfds are requestedThe 8472-6/+106
2024-06-25document the cvt methodsThe 8472-0/+4
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 split_first has no codegen issuesPavel Grigorenko-6/+2
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-24Fix simd_gather documentationPetteri Räty-3/+0
2024-06-23wasm64 build with target-feature=+simd128,+atomicswooden-worm-10/+18
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-23Implement `unsigned_signed_diff`ilikdoge-0/+61
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 building on AVRbeetrees-4/+2