| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -1/+2 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -8/+46 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+26 |
| 2024-04-21 | Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp... | Guillaume Gomez | -1/+2 |
| 2024-04-21 | Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-... | Guillaume Gomez | -38/+66 |
| 2024-04-21 | Fix watchOS and visionOS for pread64 and pwrite64 calls | Sebastian Imlay | -38/+66 |
| 2024-04-21 | Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt | bors | -3/+5 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -3/+5 |
| 2024-04-20 | Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu | bors | -15/+34 |
| 2024-04-20 | Abort a process when FD ownership is violated | The 8472 | -1/+35 |
| 2024-04-20 | Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -10/+26 |
| 2024-04-20 | Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2024-04-20 | Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm | bors | -1/+5 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -1/+5 |
| 2024-04-20 | Suggest using `unsigned_abs` in `abs` documentation | Gurinder Singh | -1/+2 |
| 2024-04-20 | Auto merge of #124114 - scottmcm:better-checked, r=workingjubilee | bors | -10/+47 |
| 2024-04-18 | Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb | Jubilee | -0/+7 |
| 2024-04-18 | Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet | Jubilee | -1/+13 |
| 2024-04-18 | Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcm | Jubilee | -1/+14 |
| 2024-04-18 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -10/+47 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -23/+26 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+7 |
| 2024-04-17 | Improve std::fs::Metadata Debug representation | David Tolnay | -10/+26 |
| 2024-04-18 | fix: make `str::from_raw_parts_mut` mut | ardi | -1/+1 |
| 2024-04-17 | Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhpratt | Matthias Krüger | -7/+6 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -25/+133 |
| 2024-04-18 | Stablise io_error_downcast | Jiahao XU | -3/+1 |
| 2024-04-17 | Address comments | Noa | -4/+2 |
| 2024-04-17 | Rollup merge of #124051 - dtolnay:emptyset, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-17 | Stabilize `const_io_structs` | Slanterns | -7/+6 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -2/+6 |
| 2024-04-16 | Rollup merge of #123859 - krtab:uneeded_clone, r=cuviper | Guillaume Gomez | -8/+8 |
| 2024-04-16 | Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton | Guillaume Gomez | -387/+58 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+288 |
| 2024-04-16 | Use raw-dylib for Windows futex APIs | Chris Denton | -1/+13 |
| 2024-04-16 | std: fix lint on SGX | joboet | -2/+5 |
| 2024-04-16 | Remove uneeded clones now that TrustedStep implies Copy | Arthur Carcano | -8/+8 |
| 2024-04-16 | Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwco | Guillaume Gomez | -12/+1 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+6 |
| 2024-04-16 | Update usage note on OpenOptions::append() | Hrvoje Niksic | -9/+18 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -7/+79 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -23/+26 |
| 2024-04-15 | Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboet | Michael Goulet | -2/+4 |
| 2024-04-15 | Use fake libc in core test | Chris Denton | -2/+6 |
| 2024-04-15 | Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxu | bors | -4/+3 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -3/+2 |
| 2024-04-15 | zkvm: fix references to `os_str` module | Erik Kaneda | -2/+4 |
| 2024-04-15 | Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet | 许杰友 Jieyou Xu (Joe) | -0/+1 |