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