about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-13Move `select_unpredictable` to the `hint` moduleAmanieu d'Antras-59/+60
2025-04-12https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴наб-2/+2
2025-04-12Rollup merge of #139713 - GenYuLi:master, r=compiler-errorsChris Denton-1/+1
2025-04-12Rollup merge of #139701 - Rudxain:doc-pow2, r=tgross35Chris Denton-1/+1
2025-04-12Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomezChris Denton-0/+2
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-28/+285
2025-04-12Rollup merge of #139276 - tgross35:enable-f16-without-neon, r=Mark-SimulacrumChris Denton-7/+0
2025-04-12Rollup merge of #139163 - scottmcm:stabilize-exact_div, r=RalfJungChris Denton-6/+1
2025-04-12Optimize `ToString` implementation for integersGuillaume Gomez-9/+67
2025-04-12Fix typo in documentationGenYuLi-1/+1
2025-04-12Unify owned Args types between platformsThalia Archibald-222/+77
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-14/+3
2025-04-12cfg(kcfi)Alice Ryhl-1/+8
2025-04-12Move args into std::sysThalia Archibald-41/+53
2025-04-12RISC-V: tidying: Fix separation of I-related extensionsTsukasa OI-1/+1
2025-04-12RISC-V: doc: tidying: Move link to the ISA ManualTsukasa OI-2/+2
2025-04-12RISC-V: doc: Updated status and clarificationTsukasa OI-24/+21
2025-04-12RISC-V: doc: Capitalize some words for consistencyTsukasa OI-5/+5
2025-04-12docs: clarify uint exponent for `is_power_of_two`Ricardo Fernández Serrata-1/+1
2025-04-11Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviperbors-141/+420
2025-04-11Rollup merge of #137835 - scottmcm:signum, r=compiler-errorsJacob Pratt-8/+7
2025-04-11rustdoc-search: add unbox flag to Result aliasesMichael Howell-0/+2
2025-04-11Use with_native_path for WindowsChris Denton-47/+86
2025-04-11Update library/core/src/fmt/rt.rsAlice Ryhl-1/+0
2025-04-11Fix profiler_builtins build script to handle full path to profiler libJesus Checa Hidalgo-2/+8
2025-04-11Replace proc_macro::SourceFile by Span::{file, local_file}.Mara Bos-56/+21
2025-04-11sync::mpsc: prevent double free on `Drop`Petros Angelatos-1/+7
2025-04-11sync::mpsc: add miri reproducer of double freePetros Angelatos-0/+5
2025-04-11Remove proc_macro::SourceFile::is_real().Mara Bos-20/+2
2025-04-11hmmbendn-1/+3
2025-04-11fix broken intra doc linksbendn-6/+6
2025-04-11Implement Default for raw pointersChris Denton-0/+33
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-40/+0
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-15/+12
2025-04-11Rollup merge of #139600 - tgross35:update-builtins, r=tgross35Stuart Cook-4/+4
2025-04-11Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcmStuart Cook-6/+6
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-3/+36
2025-04-10indirect-const-stabilize the `exact_div` intrinsicScott McMurray-6/+1
2025-04-10Apply suggestions from code reviewCelina G. Val-2/+2
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-48/+124
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-3/+36
2025-04-10Update `compiler-builtins` to 0.1.153Trevor Gross-4/+4
2025-04-10cfi: do not transmute function pointers in formatting codeAlice Ryhl-23/+24
2025-04-10Disable cfg check for the recently-merged target features to allow stdarch up...sayantn-1/+11
2025-04-10Don't allow flattened format_args in const.Mara Bos-1/+8
2025-04-10Use posix_spawn on cygwinBerrysoft-2/+6
2025-04-09PR feedbackScott McMurray-8/+8
2025-04-10Doc more control flow behaviour for return keywordLynnesbian-0/+22
2025-04-10Document async block control flow in async keywordLynnesbian-0/+38
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-270/+162