about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-03-06Allow optimizing out `panic_bounds_check` in Unicode checks.Markus Reiter-39/+34
2025-03-06Update stdarchEric Huss-0/+5
2025-03-06Don't field-project (`.0`) into SIMD typesScott McMurray-11/+54
2025-03-06Rollup merge of #138038 - tgross35:update-builtins, r=tgross35Michael Goulet-4/+4
2025-03-06Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercoteMichael Goulet-2/+2
2025-03-06Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplettMichael Goulet-1/+3
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-1/+0
2025-03-06Rollup merge of #137327 - arlosi:home-dir, r=Mark-SimulacrumMichael Goulet-5/+0
2025-03-06Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwUMichael Goulet-0/+62
2025-03-06Rollup merge of #135895 - hkBst:patch-15, r=joboetMichael Goulet-5/+11
2025-03-07Fix broken link to Miri intrinsics in documentationRedddy-1/+1
2025-03-06Stabilize `const_copy_from_slice` featureokaneco-2/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-0/+62
2025-03-06Use the v2 resolver in the workspaceTrevor Gross-0/+1
2025-03-06Migrate `testcrate` and `panic-handler` to edition 2024Trevor Gross-15/+20
2025-03-05Make `is_le` and friends work like clang'sScott McMurray-6/+16
2025-03-05feat - FEAT_LUT neon instrinsicsJames Barford-Evans-1/+1606
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-10/+1
2025-03-05Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan许杰友 Jieyou Xu (Joe)-2/+1
2025-03-05Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev许杰友 Jieyou Xu (Joe)-2/+1
2025-03-05Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+60
2025-03-05Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+19
2025-03-05Rollup merge of #137240 - jieyouxu:remove_dir_all, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-3/+5
2025-03-05Rollup merge of #136798 - pcorwin:master, r=tgross35许杰友 Jieyou Xu (Joe)-0/+34
2025-03-05Rollup merge of #136662 - thaliaarchi:formatter-pad-char-count, r=m-ou-se许杰友 Jieyou Xu (Joe)-37/+29
2025-03-05Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb许杰友 Jieyou Xu (Joe)-602/+853
2025-03-05Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubileebors-33/+9
2025-03-05Revert "Add a test config for __gnu_h2f_ieee and __gnu_f2h_ieee"Trevor Gross-21/+4
2025-03-05Update `compiler-builtins` to 0.1.151Trevor Gross-4/+4
2025-03-05chore: release v0.1.151github-actions[bot]-1/+10
2025-03-05Add cygwin support王宇逸-21/+27
2025-03-05Enable `f16` for LoongArch (#770)hev-4/+11
2025-03-04Rollup merge of #137986 - fuyangpengqi:master, r=AmanieuJubilee-1/+1
2025-03-04Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdevJubilee-4/+1
2025-03-04Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhprattJubilee-28/+7
2025-03-04Revert "ci: Pin the nightly toolchain for aarch64-unknown-linux-gnu"Trevor Gross-2/+1
2025-03-04Add a test config for __gnu_h2f_ieee and __gnu_f2h_ieeeTrevor Gross-4/+21
2025-03-04Simplify test crate build featuresTrevor Gross-8/+25
2025-03-04Rollup merge of #137634 - tgross35:update-builtins, r=tgross35Jubilee-4/+4
2025-03-04Add __extendhfdf2 and add __truncdfhf2 testTrevor Gross-2/+47
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-1/+0
2025-03-04Added documentation for flushingpcorwin-0/+34
2025-03-04add unstable for faminmaxJames Barford-Evans-8/+8
2025-03-04mark FEAT_FAMINMAX intrinsics as safeJames Barford-Evans-28/+14
2025-03-04armV7 does not need faminmax flagJames Barford-Evans-1/+0
2025-03-04Add faminmax intrinsics to the skip listJames Barford-Evans-0/+6
2025-03-04Add aarch64_unstable_target_feature and relax instruction assertionJames Barford-Evans-10/+12
2025-03-04feat - FEAT_FAMINMAX neon intrinsicsJames Barford-Evans-0/+312
2025-03-04Fix test hangs on AIXHenry Jiang-4/+19
2025-03-04fix unnecessary unsafe error in doctestRalf Jung-0/+1