about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-05Rollup merge of #136566 - hkBst:patch-1, r=scottmcmJubilee-1/+1
2025-02-06Auto merge of #136409 - TDecking:mul_hi, r=Mark-Simulacrumbors-20/+1
2025-02-06Switch `musl` to track `master`Trevor Gross-0/+0
2025-02-06fma: Ensure zero has the correct signTrevor Gross-46/+3
2025-02-05Print the hex float format upon failureTrevor Gross-7/+39
2025-02-05Commonize the signature for all instances of `get_test_cases`Trevor Gross-33/+45
2025-02-05Start converting `fma` to a generic functionTrevor Gross-192/+278
2025-02-05Add checks via annotation that lists are sorted or exhaustiveTrevor Gross-21/+187
2025-02-05Do not add `libm_helper.rs` to the sources listTrevor Gross-57/+9
2025-02-05Add a check in the `shared.rs` that the function list is sortedTrevor Gross-7/+13
2025-02-05Add `scalbnf16`, `scalbnf128`, `ldexpf16`, and `ldexpf128`Trevor Gross-39/+195
2025-02-05Fix hex float trait recursion problemTrevor Gross-25/+5
2025-02-05Rollup merge of #136555 - cramertj:split_off, r=dtolnay许杰友 Jieyou Xu (Joe)-95/+134
2025-02-05Rollup merge of #136537 - tgross35:update-builtins, r=tgross35许杰友 Jieyou Xu (Joe)-4/+4
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-0/+176
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1036/+113
2025-02-05Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt许杰友 Jieyou Xu (Joe)-3/+62
2025-02-05Fix link in from_fn.rsMarijn Schouten-1/+1
2025-02-04Fix unreachable_pub lint for hermit targetThalia Archibald-2/+2
2025-02-05Rollup merge of #136502 - yotamofek:pr/fmt-from-fn-must-use, r=dtolnayLeón Orell Valerian Liehr-0/+1
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+98
2025-02-04Add OneSidedRangeBound to eliminate panic in `split_point_of`Taylor Cramer-15/+51
2025-02-04Rename slice::take methods to split_offTaylor Cramer-80/+83
2025-02-04Use Option for FindNextFileHandleChris Denton-10/+6
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-3/+113
2025-02-04intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr...Ralf Jung-116/+77
2025-02-04Auto merge of #136534 - jhpratt:rollup-dnz57dq, r=jhprattbors-10/+157
2025-02-04Auto merge of #136533 - jhpratt:rollup-s0ign8n, r=jhprattbors-808/+821
2025-02-04Update `compiler-builtins` to 0.1.145Trevor Gross-4/+4
2025-02-04chore: release v0.1.145github-actions[bot]-1/+11
2025-02-04Revert "Eliminate the use of `public_test_dep!`"Trevor Gross-763/+772
2025-02-04Rollup merge of #136518 - Urgau:fn_ptr-public-bound, r=NoratriebJacob Pratt-0/+3
2025-02-04Rollup merge of #136511 - joshtriplett:nonzero-cast-signed-unsigned, r=dtolnayJacob Pratt-2/+64
2025-02-04Rollup merge of #136479 - RalfJung:dirent64, r=tgross35Jacob Pratt-8/+6
2025-02-04Rollup merge of #136398 - pitaj:unsafecell_access, r=dtolnayJacob Pratt-0/+84
2025-02-04Rollup merge of #136334 - ricci009:primitivers, r=tgross35Jacob Pratt-168/+181
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-0/+5
2025-02-04Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=NoratriebJacob Pratt-640/+635
2025-02-04Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDentonbors-75/+81
2025-02-04specify a prim@slice in docsmay-1/+1
2025-02-04implement inherent str constructorsmay-0/+176
2025-02-03Add note about `FnPtr` being exposed as public boundUrgau-0/+3
2025-02-03primitive type migration from mod.rs to primitives.rsricci009-168/+181
2025-02-03Rename rustc_contract to contractCelina G. Val-10/+10
2025-02-03Improve contracts intrisics and remove wrapper functionCelina G. Val-26/+23
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-11/+11
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+31
2025-02-03Add `cast_signed` and `cast_unsigned` methods for `NonZero` typesJosh Triplett-0/+47
2025-02-03Consistently use the latest itertools.Jacob Bramley-1/+1
2025-02-03Update stdarch-gen-arm path generation.Jacob Bramley-50/+81