about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-01Move core::fmt::Arguments::new_v1* to rt.rs.Mara Bos-36/+44
2025-04-30Avoid redundant WTF-8 checks in `PathBuf`Thalia Archibald-6/+10
2025-04-30Make internal `OsString::truncate` and `extend_from_slice` unsafeThalia Archibald-25/+55
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-59/+61
2025-04-30docs: Specify that common sort functions sort in an ascending directionNatrix-9/+12
2025-04-30Stabilize `#![feature(non_null_from_ref)]`Mathis B-3/+4
2025-04-30Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhprattMatthias Krüger-1/+8
2025-04-30Update doc comments.Mara Bos-2/+2
2025-04-30Stabilize proc_macro::Span::{file, local_file}.Mara Bos-2/+2
2025-04-30Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008...Matthias Krüger-4/+6
2025-04-30Rollup merge of #136160 - ShE3py:should-panic-backticks, r=thomccMatthias Krüger-8/+7
2025-04-30Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviperbors-2/+1
2025-04-29Refactor the fma modulesTrevor Gross-175/+179
2025-04-29Move `fma` implementations to `mod generic`Trevor Gross-0/+0
2025-04-29Resolve `unnecessary_transmutes` lintsTrevor Gross-48/+32
2025-04-29mention provenance in the pointer::wrapping_offset docsbinarycat-4/+6
2025-04-29Update rc.rs docsJon Bauman-1/+1
2025-04-29Rollup merge of #140422 - betrusted-io:bump-unwinding-to-0.2.6, r=workingjubileeTrevor Gross-3/+3
2025-04-29Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bitsayantn-26/+26
2025-04-29Fix errors in decoupling avx512vl and avx512dq from avx512fp16sayantn-92/+106
2025-04-29Fix CI errors due to alignment issues in msvcsayantn-35/+142
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-3/+40
2025-04-29unwind: bump `unwinding` dependency to 0.2.6Sean Cross-3/+3
2025-04-28Reexport types from `c_size_t` in `std`Trevor Gross-0/+2
2025-04-28Rollup merge of #140391 - DaniPopes:sub-ptr-rename, r=RalfJungChris Denton-14/+15
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-262/+648
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-23/+106
2025-04-28Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`Lieselotte-8/+7
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-324/+92
2025-04-28Rename sub_ptr to offset_from_unsigned in docsDaniPopes-14/+15
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-324/+92
2025-04-28std: get rid of `sys_common::process`joboet-136/+176
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-3/+15
2025-04-28Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrumbors-265/+370
2025-04-28Rollup merge of #140359 - DiuDiu777:str-fix, r=NoratriebChris Denton-2/+2
2025-04-28Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomccChris Denton-2/+8
2025-04-28Rollup merge of #139546 - lolbinarycat:std-set_permissions-75942, r=thomccChris Denton-0/+15
2025-04-28Rollup merge of #139224 - epage:nocapture, r=thomccChris Denton-5/+8
2025-04-28Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35Chris Denton-8/+61
2025-04-28Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35Chris Denton-6/+6
2025-04-28Streamline the `format` macro.Nicholas Nethercote-2/+1
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-262/+648
2025-04-27Add `Arc::is_unique`SabrinaJewson-8/+61
2025-04-27Fix SGX library code implicit auto-refUrgau-1/+1
2025-04-27Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboetMatthias Krüger-2/+3
2025-04-27Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35Matthias Krüger-3/+12
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-4/+5
2025-04-27specify explicit safety guidance for from_utf8_uncheckedLemonJ-2/+2