about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-08-02added regression test for `core::panic::Location::file`'s lifetimeIsaac Chen-0/+39
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1
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-31add Option::reduceJeremy Smart-0/+37
2025-07-31[Doc] Add links to the various collectionsBruno Roy-6/+6
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
2025-07-30ci: Don't print output twice in `ci-util`Trevor Gross-3/+1
2025-07-30ci: Switch to strongly typed directivesTrevor Gross-25/+54
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-3/+5
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-45/+5
2025-07-29Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhprattbors-3/+123
2025-07-29Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdevJacob Pratt-3/+123
2025-07-29Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35bors-3/+16
2025-07-29Fix Ord, Eq and Hash implementation of panic::LocationOrson Peters-3/+123
2025-07-29ci: Simplify tests for verbatim pathsTrevor Gross-5/+4
2025-07-29cleanup: Trim trailing whitespaceTrevor Gross-4/+4
2025-07-29Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqdStuart Cook-1/+1
2025-07-29LoongArch64 LSX fast-path for `str.contains(&str)`WANG Rui-3/+16
2025-07-29Fix typo in `DropGuard` docLucas Werkmeister-1/+1
2025-07-29Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-29/+78
2025-07-29Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35Stuart Cook-0/+48
2025-07-29Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35Stuart Cook-202/+1038
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+260