about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-17Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstriebbors-1/+100
2024-05-17Rollup merge of #125186 - Colepng:master, r=lqdMatthias Krüger-1/+1
2024-05-17Rollup merge of #125171 - scottmcm:rename-flatten, r=jhprattMatthias Krüger-10/+10
2024-05-16Access alloc field directly in Arc/Rc::into_raw_with_allocator.Zachary S-4/+4
2024-05-16Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieubors-0/+0
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+60
2024-05-16Add doctests for f16 and f128 library functions where possibleTrevor Gross-1/+40
2024-05-16Remove duplicate word from addr docsCole Kauder-McMurrich-1/+1
2024-05-16Auto merge of #124728 - beetrees:from-f16-for-f64, r=BurntSushibors-2/+3
2024-05-16Fix linkchecker doc errorsLukas Bergdoll-12/+12
2024-05-16Turn bare links into automatic linksLukas Bergdoll-4/+4
2024-05-16Move BufGuard impl outside of functionLukas Bergdoll-11/+10
2024-05-16Fix tidy errorsLukas Bergdoll-21/+13
2024-05-16Replace sort implementationsLukas Bergdoll-1685/+2618
2024-05-16Auto merge of #124959 - prorealize:update-result-documentation, r=joboetbors-4/+8
2024-05-15Rename `flatten(_mut)` → `as_flattened(_mut)`Scott McMurray-10/+10
2024-05-15Rollup merge of #125003 - RalfJung:aligned_alloc, r=cuviperLeón Orell Valerian Liehr-11/+8
2024-05-15feat: update stdarch submodule for intrinsics on ARMOlasunkanmi Olayinka-0/+0
2024-05-15Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator.Zachary S-0/+1
2024-05-15Rollup merge of #125038 - ivan-shrimp:checked_sub, r=joboetLeón Orell Valerian Liehr-3/+3
2024-05-15Rollup merge of #124307 - reitermarkus:escape-debug-size-hint-inline, r=joboetLeón Orell Valerian Liehr-79/+126
2024-05-15Correct f128 extend and truncate symbol names on powerpcTrevor Gross-2/+50
2024-05-15Implement `f128` comparisonTrevor Gross-1/+124
2024-05-15Implement `f128` multiplicationTrevor Gross-6/+29
2024-05-15Implement `f128` addition and subtractionTrevor Gross-9/+69
2024-05-15Enable no-fail-fast for more usable test outputTrevor Gross-1/+1
2024-05-15Refactor float test macros to have a fallbackTrevor Gross-36/+127
2024-05-15Add `i256` and `u256` bigint typesTrevor Gross-0/+314
2024-05-15Split `Int` into `Int` and `MinInt`Trevor Gross-172/+210
2024-05-15Update library/core/src/result.rsRenato A-1/+1
2024-05-14Merge branch 'master' of https://github.com/rust-lang/compiler-builtinstheKidOfArcrania-15/+85
2024-05-14Remove aarch64 CItheKidOfArcrania-3/+0
2024-05-15Divide float nanoseconds instead of secondsArtyom Pavlov-2/+6
2024-05-14avoid using aligned_alloc; posix_memalign is better-behavedRalf Jung-11/+8
2024-05-14Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor`Benoît du Garreau-10/+23
2024-05-14feat: stabilization for stdarch_aarch64_crc32Olasunkanmi Olayinka-12/+89
2024-05-13Rollup merge of #116675 - joshlf:patch-10, r=scottmcmJacob Pratt-5/+33
2024-05-13Add fn into_raw_with_allocator to Rc/Arc/Weak.Zachary S-10/+107
2024-05-13Forward alloc features to coreDion Dokter-2/+2
2024-05-13Maybe try arm64theKidOfArcrania-3/+3
2024-05-13Update targettheKidOfArcrania-1/+1
2024-05-13Add aarch64 targettheKidOfArcrania-0/+3
2024-05-13Rollup merge of #123817 - slanterns:seek_relative, r=dtolnayMatthias Krüger-2/+1
2024-05-13Fix paths for Windows arm64 buildtheKidOfArcrania-4/+4
2024-05-13[ptr] Document maximum allocation sizeJoshua Liebow-Feeser-5/+33
2024-05-13Add vec_insert and vec_extractLuca Barbato-0/+98
2024-05-13Don't use `T` with both Result and Option, improve explanation.Lokathor-67/+70
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-16/+15
2024-05-13Panic if `PathBuf::set_extension` would add a path separatorTobias Bucher-0/+36
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-32/+33