| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Use with_capacity_and_hasher instead of using base | tosti007 | -1/+1 |
| 2023-03-29 | std: use `cvt` to handle errors from `read_entropy` on Hermit | joboet | -9/+3 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -2/+5 |
| 2023-03-29 | Use #[inline] on Windows for thread local access | John Kåre Alsaker | -48/+4 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -2/+5 |
| 2023-03-28 | Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDenton | nils | -21/+208 |
| 2023-03-27 | Allow access to `OsStr` bytes | Ed Page | -9/+91 |
| 2023-03-28 | Add "Platform-specific behavior" heading and link to changes disclaimer | Josh Triplett | -0/+5 |
| 2023-03-28 | Document the heuristics IsTerminal uses on Windows | Josh Triplett | -0/+4 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+208 |
| 2023-03-27 | Document that SystemTime does not count leap seconds | Ian Jackson | -0/+20 |
| 2023-03-27 | Add note about clone-and-hack to the two UNIX_EPOCH definitions | Ian Jackson | -0/+6 |
| 2023-03-27 | Rollup merge of #102742 - bjorn3:cleanup_rust_start_panic, r=ChrisDenton | Matthias Krüger | -10/+5 |
| 2023-03-27 | Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -1/+0 |
| 2023-03-26 | Remove unnecessary raw pointer in __rust_start_panic arg | bjorn3 | -10/+5 |
| 2023-03-24 | Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviper | Matthias Krüger | -7/+0 |
| 2023-03-24 | Rollup merge of #109368 - hermitcore:typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-03-24 | Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviper | Matthias Krüger | -7/+17 |
| 2023-03-23 | Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati... | Matthias Krüger | -2/+10 |
| 2023-03-22 | Check the presence of linkat() on Solaris (not available in version 10, avail... | Daniel Laügt | -5/+6 |
| 2023-03-21 | Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=Amanieu | Matthias Krüger | -26/+98 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -31/+250 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -47/+40 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -7/+0 |
| 2023-03-20 | Apply suggestions from code review | the8472 | -3/+3 |
| 2023-03-20 | Add block-based mutex unlocking example | The 8472 | -7/+17 |
| 2023-03-19 | fix typo in the creation of OpenOption | Stefan Lankes | -1/+1 |
| 2023-03-19 | Rollup merge of #109022 - tmiasko:read-buf-exact, r=dtolnay | Dylan DPC | -2/+16 |
| 2023-03-19 | Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -2/+10 |
| 2023-03-18 | Rollup merge of #109288 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -20/+15 |
| 2023-03-17 | review | Gus Caplan | -3/+3 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -2/+10 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -20/+15 |
| 2023-03-18 | Rollup merge of #109235 - chaitanyav:master, r=ChrisDenton | Matthias Krüger | -1/+11 |
| 2023-03-17 | Remove irrelevant docs on error kinds | Jubilee Young | -10/+4 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -2/+2 |
| 2023-03-17 | Add Command environment variable inheritance docs | schneems | -15/+61 |
| 2023-03-17 | Modify code style as per comments | NagaChaitanya Vellanki | -7/+5 |
| 2023-03-17 | Update mod.rs | Sean Linsley | -2/+2 |
| 2023-03-16 | run rustfmt on changes | NagaChaitanya Vellanki | -1/+1 |
| 2023-03-16 | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | -1/+13 |
| 2023-03-16 | Clarify that RUST_MIN_STACK is internally cached | Sean Linsley | -1/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -2/+2 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2023-03-14 | std: leak remaining messages in bounded channel if message destructor panics | joboet | -66/+42 |
| 2023-03-14 | Update libc dependency of std to 0.2.140 | Kleis Auke Wolthuizen | -1/+1 |
| 2023-03-14 | Use getentropy() instead of /dev/urandom on Emscripten | Kleis Auke Wolthuizen | -2/+3 |
| 2023-03-13 | Rollup merge of #108507 - hermitcore:new, r=m-ou-se | Matthias Krüger | -4/+3 |