about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-03-01Rollup merge of #137730 - RalfJung:checked_ilog_tests, r=tgross35Matthias Krüger-18/+56
2025-02-28Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+2
2025-02-28Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung许杰友 Jieyou Xu (Joe)-2/+2
2025-02-28Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev许杰友 Jieyou Xu (Joe)-4/+4
2025-02-27checked_ilog tests: deal with a bit of float imprecisionRalf Jung-18/+56
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-2/+2
2025-02-27Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubileeMatthias Krüger-1/+10
2025-02-27Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdevMatthias Krüger-5/+135
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+4
2025-02-26Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=ChrisDentonLeón Orell Valerian Liehr-1/+1
2025-02-26Rollup merge of #136187 - hkBst:patch-27, r=workingjubileeLeón Orell Valerian Liehr-36/+37
2025-02-26Rollup merge of #134585 - cyrgani:uninit_array, r=AmanieuLeón Orell Valerian Liehr-36/+0
2025-02-26Fix Windows `Command` search path bugChris Denton-1/+2
2025-02-26Rollup merge of #137614 - xizheyin:issue-134874, r=cuviperLeón Orell Valerian Liehr-2/+2
2025-02-26Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35León Orell Valerian Liehr-1/+0
2025-02-26Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDentonLeón Orell Valerian Liehr-3/+27
2025-02-25Auto merge of #137594 - RalfJung:miri-sync, r=RalfJungbors-0/+1
2025-02-25Auto merge of #137608 - fmease:rollup-h4siso6, r=fmeasebors-1/+1
2025-02-25fix: attr cast for espidfSergio Gasquez-1/+1
2025-02-25fix doc in library/core/src/pin.rsxizheyin-2/+2
2025-02-25Rollup merge of #137515 - tgross35:update-builtins, r=tgross35León Orell Valerian Liehr-4/+4
2025-02-25Use `.expect(..)` insteadMahmoud Mazouz-5/+10
2025-02-25Rollup merge of #137576 - goffrie:setvalzst, r=lcnrLeón Orell Valerian Liehr-1/+1
2025-02-25disable a potentially bogus test on MiriRalf Jung-0/+1
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-49/+50
2025-02-24Don't doc-comment BTreeMap<K, SetValZST, A>Geoffry Song-1/+1
2025-02-24Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDentonMichael Goulet-0/+4
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-1433/+357
2025-02-24Rollup merge of #137321 - aviraxp:patch-1, r=cuviperMichael Goulet-1/+3
2025-02-24Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=AmanieuTrevor Gross-4/+1
2025-02-24Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=NoratriebTrevor Gross-1/+9
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-15/+9
2025-02-24Rollup merge of #136775 - robertbastian:patch-2, r=AmanieuTrevor Gross-5/+2
2025-02-24Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=AmanieuTrevor Gross-3/+2
2025-02-24Rollup merge of #135933 - hkBst:patch-19, r=workingjubileeTrevor Gross-5/+17
2025-02-24Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviperTrevor Gross-16/+10
2025-02-24Simplify trait error message for CoercePointee validationMichael Goulet-0/+1
2025-02-24std: Fix another new symlink test on WindowsVadim Petrochenkov-0/+4
2025-02-24Update string.rsRobert Bastian-2/+2
2025-02-24Remove speculation on cause of errorMahmoud Mazouz-1/+1
2025-02-24remove some unnecessary rustc_const_unstableRalf Jung-4/+1
2025-02-24Update `compiler-builtins` to 0.1.148Trevor Gross-4/+4
2025-02-24Rollup merge of #137495 - madhav-madhusoodanan:feature-unstable-control-flow-...Jacob Pratt-0/+21
2025-02-24Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=NoratriebJacob Pratt-15/+33
2025-02-24Rollup merge of #137482 - rust9x:win-file-open-truncate, r=ChrisDentonJacob Pratt-25/+11
2025-02-24Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=AmanieuJacob Pratt-8/+336
2025-02-24Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibrah...Jacob Pratt-4/+4
2025-02-24remove uses of rustc_intrinsic_must_be_overridden from standard libraryRalf Jung-1433/+357
2025-02-24Added into_value const function to ControlFlow<T, T>Madhav Madhusoodanan-0/+21
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-38/+38