| Age | Commit message (Expand) | Author | Lines |
| 2025-01-14 | Auto merge of #135359 - RalfJung:lang-start-unwind, r=joboet | bors | -17/+30 |
| 2025-01-14 | Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhpratt | bors | -7/+16 |
| 2025-01-13 | Rollup merge of #135393 - Ayush1325:uefi-helper-path, r=thomcc | Jacob Pratt | -7/+16 |
| 2025-01-13 | uefi: helpers: Introduce OwnedDevicePath | Ayush Singh | -7/+16 |
| 2025-01-13 | further improve panic_immediate_abort by removing rtprintpanic messages | klensy | -0/+5 |
| 2025-01-13 | Rollup merge of #135405 - Ayush1325:path-is-absolute, r=tgross35 | Matthias Krüger | -11/+27 |
| 2025-01-13 | path: Move is_absolute check to sys::path | Ayush Singh | -11/+27 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -9/+7 |
| 2025-01-11 | avoid nesting the user-defined main so deeply on the stack | Ralf Jung | -12/+17 |
| 2025-01-11 | use a single large catch_unwind in lang_start | Ralf Jung | -14/+22 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -3/+5 |
| 2025-01-11 | Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboet | Jacob Pratt | -1/+344 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -84/+64 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+8 |
| 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 |