| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+24 |
| 2024-09-02 | replace placeholder version | Boxy | -1/+1 |
| 2024-08-31 | Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubilee | Matthias Krüger | -30/+31 |
| 2024-08-31 | Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-29 | wasi: Fix sleeping for `Duration::MAX` | Alex Crichton | -30/+31 |
| 2024-08-28 | Rollup merge of #129715 - Amjad50:update-compiler-builtins, r=tgross35 | Jubilee | -1/+1 |
| 2024-08-28 | Rollup merge of #129683 - RalfJung:copysign, r=thomcc | Jubilee | -12/+32 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -1/+0 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -0/+34 |
| 2024-08-29 | Update `compiler_builtins` to `0.1.123` | Amjad Alsharafi | -1/+1 |
| 2024-08-28 | allow BufReader::peek to be called on unsized types | binarycat | -0/+2 |
| 2024-08-28 | copysign with sign being a NaN is non-portable | Ralf Jung | -12/+32 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-27 | Rollup merge of #129581 - RalfJung:exit, r=joshtriplett | Matthias Krüger | -0/+9 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -146/+78 |
| 2024-08-27 | rustc_target: Add SME aarch64 features | Kajetan Puchalski | -0/+13 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -0/+21 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -146/+78 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -20/+20 |
| 2024-08-26 | Rollup merge of #129588 - hermit-os:sleep-micros, r=workingjubilee | Matthias Krüger | -1/+4 |
| 2024-08-26 | also update copysign docs | Ralf Jung | -20/+20 |
| 2024-08-26 | pal/hermit: saturate `usleep` microseconds at `u64::MAX` | Martin Kröning | -1/+2 |
| 2024-08-25 | pal/hermit: correctly round up microseconds in `Thread::sleep` | Martin Kröning | -1/+3 |
| 2024-08-25 | exit: explain our expectations for the exit handlers registered in a Rust pro... | Ralf Jung | -0/+9 |
| 2024-08-25 | Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d... | Matthias Krüger | -0/+1 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-24 | Rollup merge of #129481 - scottmcm:update-cb, r=tgross35 | Trevor Gross | -1/+1 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -1/+1 |
| 2024-08-23 | library: Move unstable API of new_uninit to new features | Jubilee Young | -0/+1 |
| 2024-08-23 | Update `compiler_builtins` to `0.1.121` | Scott McMurray | -1/+1 |
| 2024-08-23 | Enable `f16` tests on x86 and x86-64 | Trevor Gross | -8/+8 |
| 2024-08-23 | Rollup merge of #129400 - Amjad50:update-compiler-builtins, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -36/+91 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -36/+91 |
| 2024-08-22 | Update `compiler_builtins` to `0.1.120` | Amjad Alsharafi | -1/+1 |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -18/+24 |
| 2024-08-21 | format | Geoffry Song | -9/+2 |
| 2024-08-21 | Clean up cfg-gating of ProcessPrng extern | Geoffry Song | -13/+16 |
| 2024-08-21 | Rollup merge of #129232 - ivmarkov:master, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -2/+2 |
| 2024-08-18 | Rollup merge of #128902 - evanj:evan.jones/env-var-doc, r=workingjubilee | Trevor Gross | -6/+5 |
| 2024-08-18 | code review improvements | Evan Jones | -9/+5 |
| 2024-08-18 | Fix for issue #129212 for the ESP-IDF | ivmarkov | -6/+24 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -0/+100 |
| 2024-08-16 | Stabilize std::thread::Builder::spawn_unchecked | David Tolnay | -2/+1 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+11 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -2/+14 |
| 2024-08-14 | Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-Simulacrum | Matthias Krüger | -42/+5 |