about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-08Remove `const_eval_select` hackOli Scherer-1/+1
2025-07-08Constify `Fn*` traitsOli Scherer-13/+21
2025-07-08Merge ref '040e2f8b9ff2' from rust-lang/rustJakub Beránek-857/+1686
2025-07-08Prepare for merging from rust-lang/rustJakub Beránek-0/+1
2025-07-08Reset rust-versionJakub Beránek-1/+0
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-15/+34
2025-07-08clippy fix: markdown indentation for indented items after line breakMarijn Schouten-16/+16
2025-07-08collect.rs: remove empty line after doc commentMarijn Schouten-8/+3
2025-07-08int_log10.rs: change top level doc comments to outerMarijn Schouten-2/+2
2025-07-08Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35bors-22/+3
2025-07-08remove unneeded castFolkert de Vries-4/+4
2025-07-08shorten array literalsFolkert de Vries-104/+28
2025-07-08remote intermediate assignmentFolkert de Vries-51/+23
2025-07-08fix whitespace in `aarch64.spec.yml`Folkert de Vries-27/+27
2025-07-08update to literal-escaper-0.0.5Marijn Schouten-6/+6
2025-07-08Update README with link to `josh-sync`Jakub Beránek-45/+2
2025-07-08Remove custom josh-sync scriptsJakub Beránek-768/+0
2025-07-08Add josh-sync config fileJakub Beránek-0/+3
2025-07-08Remove josh-sync crateJakub Beránek-455/+0
2025-07-08Rollup merge of #143608 - codexarafat:fix-string-doc, r=NoratriebMatthias Krüger-1/+1
2025-07-08Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=AmanieuMatthias Krüger-82/+325
2025-07-07Use `simd_funnel_sh{l,r}` and `simd_round_ties_even` to remove uses of LLVM i...sayantn-163/+47
2025-07-07some clippy fixesMarijn Schouten-14/+12
2025-07-07std_detect: RISC-V Linux: Ergonomic querying with `riscv_hwprobe`Tsukasa OI-41/+42
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-15/+34
2025-07-08Mention more APIs in `ParseIntError` docsPavel Grigorenko-2/+5
2025-07-07Prepare for merging from rust-lang/rustJakub Beránek-0/+1
2025-07-07Add config files for `rustc-josh-sync`Jakub Beránek-0/+3
2025-07-07Update README.mdkilavvy-1/+1
2025-07-07Remove std-detect dev dependency in core_archJakub Beránek-6/+2
2025-07-07Mark `avx` broadcast intrinsics as safeokaneco-7/+7
2025-07-07Use simd_extract! macro instead of calling simd_extract directlyltdk-6/+6
2025-07-07Update stabilization version of certain x86 intrinsics to 1.89Amanieu d'Antras-27/+27
2025-07-07Add josh synchronization scriptsJakub Beránek-0/+817
2025-07-07Add empty rust-version fileJakub Beránek-0/+0
2025-07-07Remove support for dynamic allocasmejrs-1/+1
2025-07-08Fix in String docs: remove 'else' from 'something else similar'Md. Yeasin Arafat-1/+1
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-2/+2
2025-07-07use `is_multiple_of` to check if an addr is alignedFolkert de Vries-4/+8
2025-07-07UWP: link ntdll functions using raw-dylibChris Denton-62/+30
2025-07-07Rollup merge of #143563 - xizheyin:fix-typo, r=joshtriplett许杰友 Jieyou Xu (Joe)-2/+2
2025-07-07Rollup merge of #143130 - xizheyin:142966, r=ibraheemdev许杰友 Jieyou Xu (Joe)-0/+9
2025-07-07std: fix typo in `std::path`xizheyin-2/+2
2025-07-07doc(std): clarify `NonZero<T>` usage limitation in doc commentxizheyin-0/+9
2025-07-07Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhprattbors-51/+14
2025-07-07Rollup merge of #143552 - nagisa:makes-ceil-char-boundary-go-zoom, r=jhprattJacob Pratt-1/+1
2025-07-07Rollup merge of #143529 - pixel27:master, r=jhprattJacob Pratt-37/+2
2025-07-07Rollup merge of #143359 - clubby789:fallback-2024-doc, r=ibraheemdevJacob Pratt-5/+3
2025-07-07Rollup merge of #143236 - nxsaken:mixed_integer_ops_unsigned_sub, r=ibraheemdevJacob Pratt-8/+8
2025-07-07lib: more eagerly return `self.len()` from `ceil_char_boundary`Simonas Kazlauskas-1/+1