about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-06-15cargo updategithub-actions-2/+2
2025-06-14symcheck: Add a wrapper around an archiveTrevor Gross-24/+80
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-0/+42
2025-06-14Add minimal triagebot configUrgau-0/+21
2025-06-14use `extern "custom"` on naked functions with a custom calling conventionFolkert de Vries-28/+19
2025-06-14use `is_multiple_of` to check if an addr is alignedFolkert de Vries-9/+9
2025-06-14Remove all support for wasm's legacy ABIbjorn3-3/+0
2025-06-14Rollup merge of #142489 - tgross35:update-builtins, r=tgross35Matthias Krüger-157/+554
2025-06-14Rollup merge of #142484 - dtolnay:bsetextract, r=m-ou-seMatthias Krüger-4/+4
2025-06-14Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35Matthias Krüger-676/+308
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-3/+26
2025-06-14Rollup merge of #141493 - tamird:addreskind-bytestr, r=joshtriplettMatthias Krüger-4/+14
2025-06-14Work around out-of-tree testing with a shim crateTrevor Gross-4/+77
2025-06-14Merge ref 'd087f112b7d1:/library/compiler-builtins' from https://github.com/r...Trevor Gross-2491/+1984
2025-06-14Marks ADT live if it appears in patternMu001999-1/+0
2025-06-14Update the upstream Rust versionTrevor Gross-1/+1
2025-06-13Rollup merge of #142452 - ChrisDenton:intermittent, r=NoratriebJubilee-3/+2
2025-06-13Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJungJubilee-0/+4
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-0/+105
2025-06-14Delete `.release-plz.toml`Trevor Gross-13/+0
2025-06-13Remove unneeded lifetimes from signature of BTreeSet::extract_ifDavid Tolnay-4/+4
2025-06-13100% safe implementation of RepeatNSoveu-118/+43
2025-06-13Mark compiler-builtins as `publish = false`Trevor Gross-0/+1
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-45/+32
2025-06-13Clean up and sort manifest keysTrevor Gross-12/+7
2025-06-13fmaximum,fminimum: Fix incorrect result and add testsTrevor Gross-57/+392
2025-06-13doc: mention that intrinsics should not be called in user codeSasha Pourcelot-0/+4
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-38/+34
2025-06-13Windows: make read_dir stop iterating on errorChris Denton-0/+1
2025-06-13Remove "intermittent" wording from `ReadDir`Chris Denton-3/+2
2025-06-13tweak runtime/const macro managementRalf Jung-44/+49
2025-06-13Eliminate `build.rs`-generated Aarch64 atomic macros (#951)qinghon-65/+75
2025-06-13Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgrbors-33/+169
2025-06-13Rollup merge of #142308 - tgross35:upgrade-library-object, r=Mark-SimulacrumMatthias Krüger-15/+12
2025-06-13Rollup merge of #142276 - tgross35:update-library-lockfile, r=Mark-SimulacrumMatthias Krüger-29/+20
2025-06-13Rollup merge of #142274 - tgross35:update-stdarch, r=AmanieuMatthias Krüger-1/+0
2025-06-13Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubileeMatthias Krüger-18/+10
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-18/+18
2025-06-13Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplettMatthias Krüger-2/+6
2025-06-13Unimplement unsized_localsmejrs-3/+26
2025-06-12Delegate `<SocketAddr as Debug>` to `ByteStr`Tamir Duberstein-4/+14
2025-06-12Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubileeMatthias Krüger-3/+0
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-0/+1
2025-06-12Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdevMatthias Krüger-33/+146
2025-06-12Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscrossMatthias Krüger-0/+3
2025-06-12Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnayMatthias Krüger-0/+20
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-2/+6
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-18/+10
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-18/+18
2025-06-12Add support for $crate to IdentDaniel Bloom-2/+2