about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-04-21Address more PR feedbackScott McMurray-1/+2
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-8/+46
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-0/+26
2024-04-21Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp...Guillaume Gomez-1/+2
2024-04-21Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-...Guillaume Gomez-38/+66
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-38/+66
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors-3/+5
2024-04-20Avoid reloading Vec::len across grow_one in pushMark Rousskov-3/+5
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors-15/+34
2024-04-20Abort a process when FD ownership is violatedThe 8472-1/+35
2024-04-20Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-10/+26
2024-04-20Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula...许杰友 Jieyou Xu (Joe)-2/+6
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)-3/+2
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors-1/+5
2024-04-20Add a lower bound check to `unicode-table-generator` outputArpad Borsos-1/+5
2024-04-20Suggest using `unsigned_abs` in `abs` documentationGurinder Singh-1/+2
2024-04-20Auto merge of #124114 - scottmcm:better-checked, r=workingjubileebors-10/+47
2024-04-18Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=NilstriebJubilee-0/+7
2024-04-18Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboetJubilee-1/+13
2024-04-18Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcmJubilee-1/+14
2024-04-18Make `checked` ops emit *unchecked* LLVM operations where feasibleScott McMurray-10/+47
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors-23/+26
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+7
2024-04-17Improve std::fs::Metadata Debug representationDavid Tolnay-10/+26
2024-04-18fix: make `str::from_raw_parts_mut` mutardi-1/+1
2024-04-17Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhprattMatthias Krüger-7/+6
2024-04-17Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnayMatthias Krüger-25/+133
2024-04-18Stablise io_error_downcastJiahao XU-3/+1
2024-04-17Address commentsNoa-4/+2
2024-04-17Rollup merge of #124051 - dtolnay:emptyset, r=compiler-errorsMatthias Krüger-1/+1
2024-04-16Fix empty-set symbol in commentsDavid Tolnay-1/+1
2024-04-17Stabilize `const_io_structs`Slanterns-7/+6
2024-04-17Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obkGuillaume Gomez-2/+6
2024-04-16Rollup merge of #123859 - krtab:uneeded_clone, r=cuviperGuillaume Gomez-8/+8
2024-04-16Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDentonGuillaume Gomez-387/+58
2024-04-16Add simple async drop glue generationzetanumbers-0/+288
2024-04-16Use raw-dylib for Windows futex APIsChris Denton-1/+13
2024-04-16std: fix lint on SGXjoboet-2/+5
2024-04-16Remove uneeded clones now that TrustedStep implies CopyArthur Carcano-8/+8
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-12/+1
2024-04-16Box::into_raw: make Miri understand that this is a box-to-raw castRalf Jung-2/+6
2024-04-16Update usage note on OpenOptions::append()Hrvoje Niksic-9/+18
2024-04-16Change intrinsic types to use `u32` instead of `T` to match stable reexportsMaybe Waffle-7/+79
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-23/+26
2024-04-15Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboetMichael Goulet-2/+4
2024-04-15Use fake libc in core testChris Denton-2/+6
2024-04-15Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxubors-4/+3
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-3/+2
2024-04-15zkvm: fix references to `os_str` moduleErik Kaneda-2/+4
2024-04-15Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet许杰友 Jieyou Xu (Joe)-0/+1