about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-20Avoid extra `cast()`s after `CStr::as_ptr()`Josh Stone-2/+2
2024-08-20Rollup merge of #129294 - scottmcm:stabilize-repeat-n, r=NoratriebMatthias Krüger-14/+10
2024-08-20Implement `ptr::fn_addr_eq`Urgau-0/+27
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-2/+30
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-14/+10
2024-08-20Auto merge of #129226 - RalfJung:libc, r=Mark-Simulacrumbors-2/+2
2024-08-19Add a precondition check for Layout::from_size_align_uncheckedBen Kimock-7/+27
2024-08-19NVPTX: Add f16 SIMD intrinsicsKjetil Kjeka-0/+148
2024-08-19Stabilize feature `char_indices_offset`Eduardo Sánchez Muñoz-3/+13
2024-08-19Avoid legacy numeric constantsEduardo Sánchez Muñoz-37/+33
2024-08-19Add loongarch64-unknown-linux-gnu to CIEduardo Sánchez Muñoz-1/+24
2024-08-19docs: Mention `spare_capacity_mut()` in `Vec::set_len`Jan Ferdinand Sauer-1/+6
2024-08-19Apply fixes to `build.rs` filesTrevor Gross-7/+17
2024-08-19library: bump libc dependencyRalf Jung-2/+2
2024-08-18Rollup merge of #128902 - evanj:evan.jones/env-var-doc, r=workingjubileeTrevor Gross-6/+5
2024-08-18Document futility of printing temporary pointersKornel-2/+10
2024-08-18soft-deprecate the addr_of macrosRalf Jung-0/+6
2024-08-18code review improvementsEvan Jones-9/+5
2024-08-18Fix for issue #129212 for the ESP-IDFivmarkov-6/+24
2024-08-17Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macroEduardo Sánchez Muñoz-8/+2
2024-08-17Remove `#![feature(asm_const)]`Eduardo Sánchez Muñoz-1/+0
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-105/+290
2024-08-17Auto merge of #128598 - RalfJung:float-comments, r=workingjubileebors-500/+85
2024-08-17Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnaybors-0/+147
2024-08-16Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnaybors-2/+1
2024-08-16Rollup merge of #129161 - dtolnay:spawnunck, r=NoratriebMatthias Krüger-2/+1
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-3/+1
2024-08-16Stabilize std::thread::Builder::spawn_uncheckedDavid Tolnay-2/+1
2024-08-16Refer to other docsMaarten-23/+3
2024-08-16Clarify the layout documentation for x86 SIMD types.Luca Versari-30/+75
2024-08-16float to/from bits and classify: update comments regarding non-conformant har...Ralf Jung-500/+85
2024-08-15Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubileeJubilee-1/+19
2024-08-15Add cautionary paragraph about noop wakers.Ian Jackson-0/+8
2024-08-15Add unordered list with possible values for each constMaarten-64/+125
2024-08-15proposal to expand (a subset of) linux specific socket capabilities.David Carlier-10/+8
2024-08-15Format std::env::consts docstringsMaarten-37/+37
2024-08-15Rollup merge of #128946 - orlp:faster-ip-hash, r=joboetMatthias Krüger-2/+23
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-1/+1
2024-08-15Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-seMatthias Krüger-3/+11
2024-08-14size-optimize some of the panic dependenciesThe 8472-0/+2
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-9/+24
2024-08-14Document the layout of x86 SIMD types.Luca Versari-0/+45
2024-08-14Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm许杰友 Jieyou Xu (Joe)-2/+33
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+1
2024-08-14add Box::as_ptr and Box::as_mut_ptr methodsRalf Jung-2/+90
2024-08-14CommandExt::before_exec: deprecate safety in edition 2024Ralf Jung-3/+11
2024-08-14stabilize `option_get_or_insert_default`Slanterns-3/+1
2024-08-14stabilize `is_none_or`Slanterns-3/+1
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-91/+166
2024-08-14Rollup merge of #129001 - cblh:fix/128713, r=NoratriebMatthias Krüger-0/+5