| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-04-12 | Auto merge of #123490 - niluxv:strict_prov_unwind_seh, r=Amanieu | bors | -41/+73 |
| 2024-04-12 | fix pin.rs typo | Yuanzhuo Yang | -1/+1 |
| 2024-04-12 | Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=Amanieu | Matthias Krüger | -2/+8 |
| 2024-04-12 | Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu | bors | -3/+12 |
| 2024-04-11 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -2/+2 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -13/+43 |
| 2024-04-11 | Call the panic hook for non-unwind panics in proc-macros | Ben Kimock | -1/+6 |
| 2024-04-11 | Move rare overflow error to a cold function | Kornel | -2/+8 |
| 2024-04-11 | Rollup merge of #123806 - joboet:advanced_overflow, r=Amanieu | Matthias Krüger | -2/+12 |