| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -22/+16 |
| 2024-04-12 | Add `unsafe` to two functions with safety invariants | Eduardo Sánchez Muñoz | -12/+14 |
| 2024-04-12 | zkvm: remove cmath | Marijan Petričević | -2/+0 |
| 2024-04-12 | std::net: TcpListener shrinks the backlog argument to 32 for Haiku. | David Carlier | -0/+4 |
| 2024-04-12 | Rollup merge of #123852 - kamaboko123:fix_typo_in_std_lib_rs, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123833 - dpaoliello:stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-04-12 | Rollup merge of #123825 - saethlin:report-nounwind-panics, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2024-04-12 | Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgr | bors | -3/+3 |
| 2024-04-12 | Update document for std::io::Error::downcast | Jiahao XU | -6/+6 |
| 2024-04-12 | fix typo in library/std/src/lib.rs | kamaboko123 | -1/+1 |
| 2024-04-12 | Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-04-12 | Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieu | bors | -0/+224 |
| 2024-04-12 | core: get rid of `USIZE_MARKER` | joboet | -45/+49 |