about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-06Make it possible to use `hf32!` and similar macros outside of `libm`Trevor Gross-6/+16
2025-02-06Improve tidy outputTrevor Gross-4/+3
2025-02-06chore: release v0.1.146github-actions[bot]-1/+7
2025-02-06remove use of `feature(trait_upcasting)` from core testsWaffle Lapkin-1/+0
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-31/+31
2025-02-06stabilize `NonZero::count_ones`Waffle Lapkin-3/+2
2025-02-06Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplettMatthias Krüger-15/+17
2025-02-06Expose erf{,c}{,f} from libmPavel Grigorenko-0/+5
2025-02-06Rollup merge of #136630 - jieyouxu:render_tests, r=ChrisDentonMatthias Krüger-3/+12
2025-02-06Stabilise 'Cursor::{get_mut, set_position}' in 'const' scenarios;Gabriel Bjørnager Jensen-2/+2
2025-02-06tests(std/net): remove outdated `base_port` calculationJieyou Xu-30/+3
2025-02-06tests(std): don't output to std{out,err} in `test_creation_flags` and `test_p...许杰友 Jieyou Xu (Joe)-3/+12
2025-02-06Add an integration test that verifies a list of casesTrevor Gross-5/+750
2025-02-06Auto merge of #136613 - workingjubilee:rollup-ry6rw0m, r=workingjubileebors-3/+3
2025-02-06sys: net: Add UEFI stubsAyush Singh-0/+374
2025-02-05Rollup merge of #136595 - thaliaarchi:hermit-unreachable-pub, r=NoratriebJubilee-2/+2
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