| Age | Commit message (Expand) | Author | Lines |
| 2024-11-02 | Remove unintended link | Houtamelo | -1/+1 |
| 2024-11-02 | Fix type reference in documents which was being confused with html tags. | Houtamelo | -1/+1 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -1/+1 |
| 2024-11-01 | float types: move copysign, abs, signum to libcore | Ralf Jung | -363/+0 |
| 2024-10-29 | Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>` | Eduardo Sánchez Muñoz | -0/+55 |
| 2024-10-29 | Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,... | Matthias Krüger | -2/+0 |
| 2024-10-29 | xous: sync: remove `rustc_const_stable` attribute | Sean Cross | -2/+0 |
| 2024-10-29 | Win: rename: Use offset_of! in struct size calculation | George Tokmaji | -4/+7 |
| 2024-10-29 | Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=Noratrieb | Jubilee | -1/+1 |
| 2024-10-28 | clarified std::fs truncate doc | yakiimoninja | -1/+1 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -4/+4 |
| 2024-10-28 | clarified doc for `std::fs::OpenOptions.truncate()` | yakiimoninja | -1/+1 |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -438/+463 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -4/+4 |
| 2024-10-26 | Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simula... | Matthias Krüger | -0/+20 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -4/+4 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -4/+4 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -34/+34 |
| 2024-10-24 | Rollup merge of #132101 - youknowone:thread_local-gyneiene, r=tgross35 | Jubilee | -5/+4 |
| 2024-10-24 | Rollup merge of #132048 - mustartt:aix-random-impl, r=workingjubilee | Jubilee | -1/+2 |
| 2024-10-24 | Rollup merge of #131851 - sunshowers:musl-posix, r=workingjubilee | Jubilee | -11/+57 |
| 2024-10-25 | Avoid use imports in thread_local_inner! in statik | Jeong YunWon | -5/+4 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -54/+119 |
| 2024-10-23 | [musl] use posix_spawn if a directory change was requested | Rain | -11/+57 |
| 2024-10-23 | Specialize `read_exact` and `read_buf_exact` for `VecDeque` | Benoît du Garreau | -0/+46 |
| 2024-10-22 | AIX use /dev/urandom for impl | Henry Jiang | -1/+2 |
| 2024-10-21 | Document PartialEq impl for OnceLock | David Ross | -0/+20 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+2 |
| 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 | 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 #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 | replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecated | klensy | -5/+5 |
| 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/+26 |
| 2024-10-18 | Add entropy source for RTEMS | Jan Sommer | -0/+4 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -33/+511 |
| 2024-10-18 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -22/+26 |
| 2024-10-17 | std::unix::stack_overflow::drop_handler addressing todo through libc update | David Carlier | -3/+1 |