about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-08-06Rollup merge of #144971 - okaneco:rename_isolate_ones, r=joshtriplettJakub Beránek-38/+38
2025-08-06Rollup merge of #144926 - JonathanBrouwer:fix-mustuse, r=cuviperJakub Beránek-1/+1
2025-08-06Rollup merge of #144836 - chotchki:patch-1, r=tgross35Jakub Beránek-1/+1
2025-08-06replace version placeholderBoxy-30/+30
2025-08-05Fix some doc links for intrinsicsEric Huss-4/+4
2025-08-05`File::set_times`: Add documentation about setting directory timestampsJosh Triplett-0/+4
2025-08-05`File::set_times`: Remove `write(true)` from the example so it works on direc...Josh Triplett-1/+1
2025-08-05configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustcTrevor Gross-47/+10
2025-08-05add code example showing that file_prefix treats dotfiles as the name of a fi...The 8472-0/+2
2025-08-05Renamed `isolate_most_least_significant_one` functionsokaneco-38/+38
2025-08-05Add `std::ascii::Char` `MIN` and `MAX` constantsChai T. Rex-0/+8
2025-08-05Add `u8`-as-ASCII methods to `core::ascii::Char`Chai T. Rex-1/+603
2025-08-05Fix description of unsigned `checked_exact_div`Michael Tautschnig-12/+6
2025-08-05Dynamically enable LSE for aarch64 rust provided intrinsicsPaul Murphy-0/+27
2025-08-05compiler-builtins: plumb LSE support for aarch64 on linuxPaul Murphy-10/+66
2025-08-05Stabilize `core::iter::chain`Ross MacArthur-6/+3
2025-08-05Ignore sleep_until test on SGXRaoul Strackx-0/+1
2025-08-05use `IntoIterator` for the `add_flags` methodsFolkert de Vries-10/+11
2025-08-05Merge pull request #1895 from madhav-madhusoodanan/intrinsic-test-intrinsicty...Folkert de Vries-52/+50
2025-08-05chore: moved chunk_info to `common` and code cleanupMadhav Madhusoodanan-35/+34
2025-08-05feat: cleaned the IntrinsicType struct and associated functions.Madhav Madhusoodanan-27/+26
2025-08-05Rollup merge of #144872 - connortsui20:once-poison-docs, r=AmanieuSamuel Tardieu-5/+118
2025-08-05Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukangSamuel Tardieu-16/+12
2025-08-05Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-seSamuel Tardieu-2/+2
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-04remove gatesKivooeo-4/+2
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-02updated line number in testIsaac Chen-1/+1
2025-08-02moved new test to updated test locationIsaac Chen-39/+8
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1