| Age | Commit message (Expand) | Author | Lines |
| 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-16 | Add tests for power9-vector instructions | Luca Barbato | -7/+17 |
| 2024-04-16 | Consider power9-vector when testing instructions | Luca Barbato | -2/+6 |
| 2024-04-16 | Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsics | Eduardo Sánchez Muñoz | -21/+91 |
| 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 |
| 2024-04-15 | Rollup merge of #123548 - RalfJung:what-is-time, r=joboet | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-04-15 | Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obk | bors | -0/+1 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-15 | Remove bound checks from `BorrowedBuf` and `BorrowedCursor` methods | Benoît du Garreau | -6/+18 |
| 2024-04-15 | disable create_dir_all_bare on all(miri, windows) | Ralf Jung | -0/+1 |
| 2024-04-15 | libtest: also measure time in Miri | Ralf Jung | -4/+2 |
| 2024-04-15 | Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 2024-04-15 | Add vec_deque::Iter::as_slices and friends | chloekek | -0/+142 |
| 2024-04-14 | Rollup merge of #123915 - shenawy29:patch-1, r=Nilstrieb | Guillaume Gomez | -6/+6 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -29/+31 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -0/+1 |
| 2024-04-14 | `statx` probe: `ENOSYS` might come from a faulty FUSE driver | Tobias Bucher | -8/+5 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -15/+46 |
| 2024-04-14 | improve documentation slightly regarding some pointer methods | Mohamed El-Shenawy | -6/+6 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+11 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -15/+35 |
| 2024-04-14 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -17/+24 |
| 2024-04-14 | Rollup merge of #123875 - Ghamza-Jd:master, r=joboet | Matthias Krüger | -6/+6 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-14 | Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-04-14 | Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnay | bors | -0/+33 |
| 2024-04-14 | Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrum | bors | -45/+49 |
| 2024-04-13 | Rollup merge of #123876 - dpaoliello:backtrace, r=ChrisDenton | Matthias Krüger | -0/+0 |
| 2024-04-13 | Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-04-13 | doc note that f16 and f128 hardware support is limited | ultrabear | -0/+6 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -22/+16 |
| 2024-04-13 | Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472 | Jacob Pratt | -15/+55 |
| 2024-04-13 | Add missing `unsafe` to internal `std::thread::Thread` creation functions | beetrees | -14/+21 |
| 2024-04-13 | Remove duplicated `allow(dead_code)` attribute | Tony Arcieri | -1/+0 |
| 2024-04-13 | Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s... | beetrees | -3/+3 |
| 2024-04-12 | Update backtrace submodule | Daniel Paoliello | -0/+0 |
| 2024-04-13 | chore: replace x with y for hexa-decimal fmt | Hamza Jadid | -6/+6 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -15/+55 |
| 2024-04-12 | Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDenton | Matthias Krüger | -12/+14 |
| 2024-04-12 | Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboet | Matthias Krüger | -2/+0 |
| 2024-04-12 | Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-04-12 | Rollup merge of #123807 - joboet:sys_common_thread, r=jhpratt | Matthias Krüger | -24/+22 |