about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-04-21Update stdarch submoduleBen Kimock-0/+0
2024-04-22Don't depend on libc for cfg(windows)Ben Kimock-1/+3
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-19Apply some more fixes suggested by ShellcheckTrevor Gross-30/+36
2024-04-19Add a way to run tests on non-linux machinesTrevor Gross-68/+176
2024-04-19Enable testing for AArch64 WindowsDaniel Paoliello-185/+224
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-18Add vec_mergee and vec_mergeoLuca Barbato-0/+114
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 CI testing for AArch64 DarwinTrevor Gross-0/+5
2024-04-16Change aarch64_linux module and lse tests to have the same gatingTrevor Gross-4/+1
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-16Stabilize `BinaryHeap::as_slice`Slanterns-3/+1
2024-04-16Box::into_raw: make Miri understand that this is a box-to-raw castRalf Jung-2/+6