| Age | Commit message (Expand) | Author | Lines |
| 2024-02-21 | Remove unnecessary map_err | Kornel | -9/+9 |
| 2024-02-21 | TryReserveError to ErrorKind::OutOfMemory | Kornel | -0/+22 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -231/+8 |
| 2024-02-20 | Rollup merge of #121310 - GrigorenkoPV:doc-smallfix, r=Nilstrieb | Nilstrieb | -4/+2 |
| 2024-02-19 | Remove an old hack for rustdoc | Pavel Grigorenko | -4/+2 |
| 2024-02-19 | Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton | bors | -164/+141 |
| 2024-02-19 | Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-02-19 | Auto merge of #105917 - a1phyr:read_chain_more_impls, r=workingjubilee | bors | -3/+66 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -58/+61 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -3/+3 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -60/+51 |
| 2024-02-18 | Add some comments to prevent regression | David Thomas | -0/+5 |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -8/+15 |
| 2024-02-18 | Rollup merge of #121266 - SabrinaJewson:easy-syscall-aliases, r=Mark-Simulacrum | Matthias Krüger | -3/+32 |
| 2024-02-18 | Rollup merge of #118569 - blyxxyz:platform-os-str-slice, r=Mark-Simulacrum | Matthias Krüger | -47/+219 |
| 2024-02-18 | Add uncontroversial syscall doc aliases to std docs | SabrinaJewson | -3/+32 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -1/+0 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -8/+11 |
| 2024-02-17 | Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDenton | Guillaume Boisseau | -5/+25 |
| 2024-02-17 | Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se | bors | -21/+13 |
| 2024-02-16 | Remove cfg_attr | Steven | -1/+0 |
| 2024-02-16 | Use a hardcoded constant instead of calling OpenProcessToken. | Steven | -5/+26 |
| 2024-02-16 | Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-se | bors | -2/+2 |
| 2024-02-16 | std: move locks to `sys` on platforms without threads | joboet | -17/+10 |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -10/+11 |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -8/+10 |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -218/+55 |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -10/+158 |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -23/+19 |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -41/+41 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -91/+91 |
| 2024-02-16 | Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett | bors | -0/+120 |
| 2024-02-15 | Update library/std/src/fs.rs | Haydon Ryan | -2/+2 |
| 2024-02-15 | Update library/std/src/fs.rs | Haydon Ryan | -2/+2 |
| 2024-02-15 | Rollup merge of #120672 - devnexen:update_thread_stack_guardpages_fbsd, r=m-o... | Guillaume Gomez | -5/+25 |
| 2024-02-15 | Rollup merge of #121098 - ShoyuVanilla:thread-local-unnecessary-else, r=Nilst... | Matthias Krüger | -1/+2 |
| 2024-02-15 | Rollup merge of #118749 - ChrisDenton:winsys, r=cuviper | Matthias Krüger | -9/+10 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -29/+27 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -89/+91 |
| 2024-02-15 | Remove unnecessary else block from `thread_local!` expanded code | Shoyu Vanilla | -1/+2 |
| 2024-02-14 | Auto merge of #121078 - oli-obk:rollup-p11zsav, r=oli-obk | bors | -5/+7 |
| 2024-02-14 | Rollup merge of #121073 - IgorLaborieWefox:patch-1, r=workingjubilee | Oli Scherer | -1/+1 |
| 2024-02-14 | Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviper | Oli Scherer | -4/+6 |
| 2024-02-14 | Auto merge of #100603 - tmandry:zst-guards, r=dtolnay | bors | -2/+49 |
| 2024-02-14 | Automatically sort windows_sys bindings | Chris Denton | -8/+1 |
| 2024-02-14 | Add windows_sys readme | Chris Denton | -0/+9 |
| 2024-02-14 | Move windows_sys.lst to bindings.txt | Chris Denton | -1/+0 |
| 2024-02-14 | Fix typos in `OneLock` doc | Igor | -1/+1 |
| 2024-02-13 | Fix incorrect use of `compile_fail` | Noah Lev | -3/+3 |