| Age | Commit message (Expand) | Author | Lines |
| 2024-10-20 | fix docs | klensy | -7/+7 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and apply optimization | klensy | -4/+25 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and regenerate bindings | klensy | -3/+9 |
| 2024-10-19 | Auto merge of #131948 - matthiaskrgr:rollup-c9rvzu6, r=matthiaskrgr | bors | -25/+16 |
| 2024-10-19 | Support lock() and lock_shared() on async IO Files | Christopher Berner | -13/+87 |
| 2024-10-19 | Rollup merge of #131921 - klensy:statx_all, r=ChrisDenton | Matthias Krüger | -5/+5 |
| 2024-10-19 | Rollup merge of #131772 - GnomedDev:remove-proc_macro-todo, r=petrochenkov | Matthias Krüger | -20/+11 |
| 2024-10-19 | Auto merge of #131907 - saethlin:update-compiler-builtins, r=tgross35 | bors | -4/+4 |
| 2024-10-19 | Update `compiler-builtins` to 0.1.134 | Ben Kimock | -4/+4 |
| 2024-10-19 | Rollup merge of #131919 - RalfJung:zero-sized-accesses, r=jhpratt | Matthias Krüger | -13/+16 |
| 2024-10-19 | Rollup merge of #131890 - printfn:precise-capturing-docs, r=traviscross | Matthias Krüger | -7/+39 |
| 2024-10-19 | Rollup merge of #127462 - Ayush1325:uefi-env, r=joboet | Matthias Krüger | -42/+125 |
| 2024-10-19 | Remove the Arc rt::init allocation for thread info | GnomedDev | -54/+119 |
| 2024-10-19 | Auto merge of #131816 - Zalathar:profiler-feature, r=Kobzol | bors | -4/+3 |
| 2024-10-19 | Derive Copy+Hash for IntErrorKind | ranger-ross | -1/+1 |
| 2024-10-19 | replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecated | klensy | -5/+5 |
| 2024-10-19 | zero-sized accesses are fine on null pointers | Ralf Jung | -13/+16 |
| 2024-10-18 | Update `use` keyword docs to describe precise capturing | printfn | -7/+39 |
| 2024-10-18 | std: uefi: Use common function for UEFI shell | Ayush Singh | -36/+2 |
| 2024-10-18 | std: uefi: Add basic Env variables | Ayush Singh | -15/+132 |
| 2024-10-18 | Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxu | bors | -3/+1 |
| 2024-10-18 | Rollup merge of #126207 - devnexen:stack_overflow_libc_upd, r=joboet | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-10-18 | Auto merge of #131841 - paulmenage:futex-abstraction, r=joboet | bors | -66/+83 |
| 2024-10-18 | Revert using `HEAP` static in Windows alloc | Chris Denton | -57/+12 |
| 2024-10-18 | Rollup merge of #131866 - jieyouxu:thread_local, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -22/+49 |
| 2024-10-18 | Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-specia... | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-10-18 | Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-10-18 | Rollup merge of #131774 - thesummer:rtems-add-getentropy, r=joboet | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-10-18 | Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -13/+16 |
| 2024-10-18 | Add entropy source for RTEMS | Jan Sommer | -0/+4 |
| 2024-10-18 | Rollup merge of #131850 - lexeyOK:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-18 | Rollup merge of #131823 - thesummer:bump-libc-0.2.160, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -40/+518 |
| 2024-10-18 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -22/+49 |
| 2024-10-17 | chore: release v0.1.134 | github-actions[bot] | -1/+1 |
| 2024-10-18 | remove outdated documentation for `repeat_n` | AnthonyMikh | -3/+1 |
| 2024-10-17 | Auto merge of #131572 - cuviper:ub-index_range, r=thomcc | bors | -4/+7 |
| 2024-10-17 | Bump libc to 0.2.161 | Jan Sommer | -4/+4 |
| 2024-10-17 | std::unix::stack_overflow::drop_handler addressing todo through libc update | David Carlier | -3/+1 |
| 2024-10-18 | Missing parenthesis | lexx | -1/+1 |
| 2024-10-17 | Abstract the state type for futexes | Paul Menage | -66/+83 |
| 2024-10-17 | Rollup merge of #131835 - ferrocene:amanjeev/add-missing-attribute-unwind, r=... | Matthias Krüger | -0/+1 |
| 2024-10-17 | Rollup merge of #131833 - c-ryan747:patch-1, r=Noratrieb | Matthias Krüger | -0/+1 |
| 2024-10-17 | Auto merge of #130223 - LaihoE:faster_str_replace, r=thomcc | bors | -2/+63 |
| 2024-10-17 | Do not run test where it cannot run | Amanjeev Sethi | -0/+1 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-10-17 | Make `profiler_builtins` an optional dependency of sysroot, not std | Zalathar | -5/+4 |
| 2024-10-17 | Remove TODO in proc_macro now `const_refs_to_static` is stable | GnomedDev | -20/+11 |
| 2024-10-16 | Use wrapping pointer arithmetic in mem/impls.rs | Ben Kimock | -44/+61 |
| 2024-10-16 | Fix predicate signatures in retain_mut docs | Collin O'Connor | -2/+2 |