about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-27Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+26
2024-12-27Rollup merge of #134606 - RalfJung:ptr-copy-docs, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-5/+3
2024-12-27Remove 2 unused intrinsicssayantn-4/+0
2024-12-27Remove v64.rs as it was superseded by simd.rssayantn-85/+0
2024-12-27Refactor the `as_*` functions in x86sayantn-408/+71
2024-12-27Allow Clippy lints in `compiler-builtins-smoke-test`Trevor Gross-2/+2
2024-12-27Fix new `clippy::precedence` lintsTrevor Gross-32/+32
2024-12-27Auto merge of #134786 - ChrisDenton:fix-rename-symlink, r=tgross35bors-7/+39
2024-12-27Fix renaming symlinks on WindowsChris Denton-7/+39
2024-12-27Fix mistake in windows file openChris Denton-1/+1
2024-12-26Rollup merge of #134791 - notriddle:notriddle/inline-ffi-error-types, r=tgross35Jacob Pratt-7/+7
2024-12-26Rollup merge of #134789 - betrusted-io:bump-unwinding-to-0.25.0, r=Mark-Simul...Jacob Pratt-3/+3
2024-12-26Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-SimulacrumJacob Pratt-0/+1
2024-12-26Rollup merge of #134728 - deltragon:barrier-doc, r=tgross35Jacob Pratt-34/+26
2024-12-26Rollup merge of #134649 - SUPERCILEX:statx-remember, r=thomccJacob Pratt-1/+5
2024-12-26Rollup merge of #134644 - kpreid:duplicates, r=Mark-SimulacrumJacob Pratt-1/+27
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