about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-08-04Correct the use of `must_use` on btree::IterMutJonathan Brouwer-1/+1
2025-08-04std: sys: io: io_slice: Add UEFI typesAyush Singh-0/+196
2025-08-04Add new `test::print_merged_doctests_times` used by rustdoc to display more d...Guillaume Gomez-11/+76
2025-08-04remove begin prefixKivooeo-1/+1
2025-08-04remove feature gateKivooeo-3/+2
2025-08-04Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-SimulacrumStuart Cook-6/+6
2025-08-04Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35Stuart Cook-3/+5
2025-08-04Rollup merge of #144188 - joshtriplett:available-parallelism, r=Mark-SimulacrumStuart Cook-0/+3
2025-08-04Rollup merge of #142205 - paolobarbolini:const_swap_with_slice-impl, r=Mark-S...Stuart Cook-1/+2
2025-08-04remove gateKivooeo-9/+2
2025-08-03add poisoning documentation to `LazyLock`Connor Tsui-2/+58
2025-08-03add poisoning documentation to `LazyCell`Connor Tsui-2/+59
2025-08-03fix broken doc section link in `poison.rs`Connor Tsui-1/+1
2025-08-03Rollup merge of #144843 - rust-lang:cargo_update, r=clubby789Samuel Tardieu-7/+6
2025-08-03Rollup merge of #144070 - stifskere:feat/macros/hash_map, r=NoratriebSamuel Tardieu-0/+76
2025-08-03Use `as_array` in PartialEq for arraysScott McMurray-16/+12
2025-08-03remove rust_ prefixesKivooeo-6/+6
2025-08-03removed gateKivooeo-3/+1
2025-08-03rename rust_panic_without_hookKivooeo-2/+2
2025-08-03Merge pull request #1889 from rust-lang/rustc-pullFolkert de Vries-909/+1814
2025-08-03feat: Added another variant of the Constraint enumMadhav Madhusoodanan-6/+13
2025-08-03cargo updategithub-actions-7/+6
2025-08-02Change visibility of Args new functionChristopher Hotchkiss-1/+1
2025-08-02use gcc 15 as the linker on loongarchFolkert de Vries-11/+11
2025-08-02fmt with table lookup for binary, octal and hexPascal S. de Kloe-122/+55
2025-08-02Rollup merge of #144797 - nilehmann:safety-comment-niche, r=NoratriebSamuel Tardieu-3/+3
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-34/+39
2025-08-02Rollup merge of #144185 - purplesyringa:poisoning-wording, r=AmanieuSamuel Tardieu-25/+87
2025-08-02Rollup merge of #143771 - Randl:const-result, r=tgross35Samuel Tardieu-25/+197
2025-08-02feat: implement `hash_map!` macrostifskere-0/+76
2025-08-01Fix safety comment for new_unchecked in niche_typesNico Lehmann-3/+3
2025-08-01Constify additional Result functionsEvgenii Zheltonozhskii-25/+197
2025-08-01Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Norat...Jacob Pratt-26/+24
2025-07-31Correct some grammar in integer documentationTrevor Gross-18/+12
2025-07-31Remove `std`'s dependency on `compiler-builtins`Trevor Gross-2/+0
2025-07-31Use `core` via `rustc-std-workspace-core` in `library/panic*`Trevor Gross-13/+13
2025-07-31uefi: Use slice equality rather than `memcmp`Trevor Gross-11/+11
2025-07-31Rollup merge of #144721 - a4lg:riscv-hwprobe-linux-6.16, r=AmanieuSamuel Tardieu-4/+10
2025-07-31Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=AmanieuSamuel Tardieu-2/+2
2025-07-31Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdocGuillaume Gomez-2/+2
2025-07-31std_detect: Linux 6.16 support for RISC-VTsukasa OI-4/+10
2025-07-31Rollup merge of #135975 - balt-dev:master, r=tgross35Stuart Cook-29/+243
2025-07-31Merge ref '32e7a4b92b10' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-908/+1813
2025-07-31Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-30Stabilize strict_overflow_opsNurzhan Sakén-87/+54
2025-07-30Implement push_mutBalt-29/+243
2025-07-30Simplify the configuration for no-panicTrevor Gross-174/+174
2025-07-30ci: Set pipefail before running ci-utilTrevor Gross-1/+3
2025-07-30ci: Add a way to run `libm` tests that would otherwise be skippedTrevor Gross-0/+13
2025-07-30ci: Commonize the way `PrInfo` is loaded from envTrevor Gross-10/+22