about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-05add comments to Zip unsoundness regression testThe 8472-2/+24
2025-06-05fix Zip unsoundness (again)The 8472-75/+99
2025-06-04add Vec::peek_mutJeremy Smart-0/+102
2025-06-04`panic-handler`: Remove the `no_core` featureTrevor Gross-9/+3
2025-06-04Merge ref 'df8102fe5f24:/library/compiler-builtins' from https://github.com/r...Trevor Gross-3408/+5701
2025-06-04Update the upstream Rust versionTrevor Gross-0/+1
2025-06-04Add tooling for `josh` syncsTrevor Gross-0/+424
2025-06-04Add an empty rust-version fileTrevor Gross-0/+0
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-18/+30
2025-06-04Add Location::file_with_nulTaylor Cramer-16/+25
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-353/+548
2025-06-04Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubileeMatthias Krüger-0/+62
2025-06-04Rollup merge of #141924 - rs-sac:extr-doc, r=jhprattMatthias Krüger-7/+7
2025-06-04Rollup merge of #141893 - usamoi:lossless, r=tgross35Matthias Krüger-1/+0
2025-06-04Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=AmanieuMatthias Krüger-5/+7
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-0/+14
2025-06-04Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am...Matthias Krüger-0/+28
2025-06-03add tests for negative numbersJeremy Smart-0/+14
2025-06-03Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgrbors-145/+58
2025-06-03`Display`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-2/+7
2025-06-03`FromStr`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-6/+5
2025-06-03Add some more description of interactions between `Display` and `FromStr`Josh Triplett-0/+6
2025-06-03Improve the documentation of `Display` and `FromStr`, and their interactionsJosh Triplett-0/+18
2025-06-03Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubileeMatthias Krüger-134/+14
2025-06-03Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35Matthias Krüger-11/+10
2025-06-03Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzolbors-0/+52996
2025-06-03Add `iter` macroOli Scherer-0/+34
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-39/+86
2025-06-04std: simplify `NonNull` variance documentationxizheyin-11/+16
2025-06-03Update stdarch submodulesayantn-0/+0
2025-06-03Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgrbors-3/+3
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-1/+1
2025-06-03Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35Matthias Krüger-2/+2
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+1
2025-06-03Update ABI compatibility docs about null-pointer-optimized enums.zachs18-0/+3
2025-06-03Rollup merge of #141873 - neeko-cat:patch-1, r=tgross35Matthias Krüger-1/+1
2025-06-03Rollup merge of #140715 - lukaslueg:oncecellsyncdocs, r=tgross35Matthias Krüger-5/+13
2025-06-02add testsJeremy Smart-0/+48
2025-06-02compiler-builtins: Eliminate symlinksTrevor Gross-2/+1
2025-06-02libm-test: Fix unintentional skips in `binop_common`Trevor Gross-12/+34
2025-06-02Remove more library bootstrapJosh Stone-12/+1
2025-06-02ci: Refactor benchmark regression checksTrevor Gross-74/+29
2025-06-02Stabilize AVX512 intrinsicsAmanieu d'Antras-4595/+4595
2025-06-02Fix incorrect intrinsic name in WASMsayantn-2/+2
2025-06-02Fix incorrect intrinsic name in X86sayantn-11/+11
2025-06-02Remove uses of deprecated type-specific pointers from ARMsayantn-380/+380
2025-06-02Use correct LLVM intrinsic for `vmull` and `vaddv`sayantn-36/+36
2025-06-02Use rust intrinsics for more ARM intrinsicssayantn-527/+73
2025-06-02Mark Neon f16 vectors as unstableAdam Gemmell-4/+9
2025-06-02Revert vbsl[q]_f16 to unstableAdam Gemmell-18/+3