| Age | Commit message (Expand) | Author | Lines |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -3/+5 |
| 2025-01-10 | Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35 | Jacob Pratt | -11/+13 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -84/+64 |
| 2025-01-10 | Initial fs module for uefi | Ayush Singh | -1/+344 |
| 2025-01-09 | Used pthread name functions returning result for FreeBSD and DragonFly | Yoh Deadfall | -11/+13 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -15/+8 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -1/+1 |
| 2025-01-08 | fmt | Pietro Albini | -8/+2 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2025-01-08 | update version placeholders | Pietro Albini | -8/+8 |
| 2025-01-08 | Rollup merge of #135176 - kornelski:env-example, r=cuviper | Jacob Pratt | -7/+15 |
| 2025-01-08 | Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-se | Jacob Pratt | -2/+4 |
| 2025-01-08 | Outline panicking code for `LocalKey::with` | Joseph Perez | -8/+16 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -7/+7 |
| 2025-01-06 | More compelling env_clear() examples | Kornel | -7/+15 |
| 2025-01-06 | Rollup merge of #135153 - crystalstall:master, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2025-01-06 | chore: remove redundant words in comment | crystalstall | -3/+3 |
| 2025-01-06 | Rollup merge of #135111 - tgross35:float-doc-aliases, r=Noratrieb | Matthias Krüger | -0/+8 |
| 2025-01-04 | Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDenton | Jubilee | -2/+3 |
| 2025-01-05 | Add doc aliases for `libm` and IEEE names | Trevor Gross | -0/+8 |
| 2025-01-04 | Rollup merge of #135070 - klensy:backtrace-deps, r=workingjubilee | Jubilee | -2/+2 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-03 | sync to actual dep verions of backtrace | klensy | -2/+2 |
| 2025-01-03 | Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-03 | Rollup merge of #134241 - liigo:patch-16, r=dtolnay | Matthias Krüger | -1/+1 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -27/+131 |
| 2025-01-03 | Fix UWP build | bdbai | -2/+3 |
| 2025-01-02 | Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472 | bors | -1/+17 |
| 2025-01-02 | path in detail | Liigo Zhuang | -1/+1 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -27/+131 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -1/+17 |
| 2025-01-01 | std::fs::DirEntry.metadata(): prefer use of lstat() on Emscripten | Kleis Auke Wolthuizen | -8/+1 |
| 2025-01-01 | Avoid use of LFS64 symbols on Emscripten | Kleis Auke Wolthuizen | -9/+2 |
| 2024-12-31 | Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35 | bors | -6/+21 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-29 | fix: typos | calciumbe | -1/+1 |
| 2024-12-28 | Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomcc | bors | -24/+70 |
| 2024-12-27 | Update `compiler-builtins` to 0.1.140 | Trevor Gross | -1/+1 |
| 2024-12-27 | Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxu | bors | -2/+27 |
| 2024-12-27 | Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-27 | Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2024-12-27 | Auto merge of #134786 - ChrisDenton:fix-rename-symlink, r=tgross35 | bors | -7/+39 |
| 2024-12-27 | Fix renaming symlinks on Windows | Chris Denton | -7/+39 |
| 2024-12-27 | Fix mistake in windows file open | Chris Denton | -1/+1 |
| 2024-12-26 | Rollup merge of #134791 - notriddle:notriddle/inline-ffi-error-types, r=tgross35 | Jacob Pratt | -5/+5 |
| 2024-12-26 | Rollup merge of #134728 - deltragon:barrier-doc, r=tgross35 | Jacob Pratt | -34/+26 |
| 2024-12-26 | Rollup merge of #134649 - SUPERCILEX:statx-remember, r=thomcc | Jacob Pratt | -1/+5 |
| 2024-12-26 | Rollup merge of #134644 - kpreid:duplicates, r=Mark-Simulacrum | Jacob Pratt | -0/+14 |
| 2024-12-26 | docs: inline `std::ffi::c_str` types to `std::ffi` | Michael Howell | -5/+5 |
| 2024-12-24 | Fix compilation issues on other unixes | Alex Saveau | -44/+53 |