about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-26Rollup merge of #134379 - bjoernager:slice-as-array, r=dtolnayJacob Pratt-0/+60
2024-12-26docs: inline `core::ffi::c_str` types to `core::ffi`Michael Howell-2/+2
2024-12-26docs: inline `std::ffi::c_str` types to `std::ffi`Michael Howell-5/+5
2024-12-26unwinding: bump version to fix asmSean Cross-3/+3
2024-12-26Replace string function name matching with enums where possibleTrevor Gross-62/+46
2024-12-26Impl FromIterator for tuples with arity 1-12Sebastian Hahn-33/+47
2024-12-26Fix formattingSebastian Hahn-19/+19
2024-12-26docs: update code example for Iterator#rpositionwtlin1228-0/+1
2024-12-26chore: release v0.1.140github-actions[bot]-1/+9
2024-12-26Disable f128 for amdgpu (#737)Sebastian Neubauer-0/+2
2024-12-25stabilize const_alloc_layoutRalf Jung-10/+5
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-3/+18
2024-12-25stabilize const_swapRalf Jung-9/+7
2024-12-25Auto merge of #134729 - oliveredget:typo, r=jieyouxubors-4/+4
2024-12-24Auto merge of #134722 - ChrisDenton:trunc, r=Amanieubors-8/+20
2024-12-24Auto merge of #134333 - daxpedda:stdarch-bump, r=daxpeddabors-11/+2
2024-12-24Fix compilation issues on other unixesAlex Saveau-44/+53
2024-12-24Bump `stdarch`daxpedda-11/+2
2024-12-24chore: fix typosoliveredget-4/+4
2024-12-24Use scoped threads in `std::sync::Barrier` examplesdeltragon-34/+26
2024-12-24Windows: Use FILE_ALLOCATION_INFO for truncationChris Denton-8/+20
2024-12-24Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obkStuart Cook-48/+103
2024-12-24Rollup merge of #134662 - ionicmc-rs:any-safety-docs, r=AmanieuStuart Cook-2/+12
2024-12-23core_arch: Add LoongArch basic intrinsicsWANG Rui-0/+365
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-48/+103
2024-12-23Rollup merge of #134363 - estebank:derive-default, r=SparrowLiiMatthias Krüger-33/+7
2024-12-23Expand feature detection on AArch64 DarwinLaine Taffin Altman-38/+84
2024-12-23Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiserTrevor Gross-6/+4
2024-12-23Use `#[derive(Default)]` instead of manually implementing itEsteban Küber-33/+7
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-6/+4
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-7/+46
2024-12-22Rename associated type helpers, add `OpITy`Trevor Gross-6/+8
2024-12-22Introduce helper types for accessing trait itemsTrevor Gross-5/+23
2024-12-22Auto merge of #131311 - rust-lang:cargo_update, r=clubby789bors-2/+2
2024-12-22Fix a bug in `abs_diff`Trevor Gross-2/+2
2024-12-22Fix a bug in `abs_diff`Trevor Gross-6/+2
2024-12-22Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errorsMatthias Krüger-1/+15
2024-12-22Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubileeMatthias Krüger-0/+20
2024-12-22Rollup merge of #130289 - intgr-forks:Permissions-readonly-vs-unix-root, r=Ch...Matthias Krüger-6/+11
2024-12-22Adjust syntaxCaio-21/+280
2024-12-22Fixes safety docs for `dyn Any + Send {+ Sync}`Mostafa Khaled-2/+12
2024-12-22Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy...Kevin Reid-1/+15
2024-12-22Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasperbors-2/+1
2024-12-22docs: Permissions.readonly() also ignores root user special permissionsMarti Raudsepp-6/+11
2024-12-22Improve prose around `as_slice` example of IterMutMarijn Schouten-22/+20
2024-12-22Specify only that duplicates are discarded, not the order.Kevin Reid-8/+10
2024-12-22Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472bors-2/+20
2024-12-22Delete `Rvalue::Len`Scott McMurray-2/+1
2024-12-22docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf...Martin Nordholts-0/+20
2024-12-22Remove tests against system muslTrevor Gross-501/+12