| Age | Commit message (Expand) | Author | Lines |
| 2023-08-24 | Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,... | Weihang Lo | -1/+1 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -21/+21 |
| 2023-08-24 | also use 'env' for printing unsetting | Ralf Jung | -8/+4 |
| 2023-08-24 | also print clearing the environment entirely | Ralf Jung | -12/+44 |
| 2023-08-24 | fix a typo in env_clear docs | Ralf Jung | -1/+1 |
| 2023-08-24 | make unsetting env vars print as executable command | Ralf Jung | -4/+19 |
| 2023-08-24 | Command: also print removed env vars | Ralf Jung | -1/+24 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-23 | Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-Simulacrum | Guillaume Gomez | -0/+8 |
| 2023-08-23 | Rollup merge of #115053 - waywardmonkeys:augment-type-keyword-docs, r=cuviper | Dylan DPC | -1/+9 |
| 2023-08-23 | kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os` | Tomoaki Kawada | -1/+1 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation (tidy) | Ian Jackson | -36/+39 |
| 2023-08-22 | fixup! std: unix process: Test exit statuses / wait statuses | Ian Jackson | -1/+1 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation (fmt) | Ian Jackson | -15/+3 |
| 2023-08-22 | fixup! std: unix process_unsupported: Provide a wait status emulation | Ian Jackson | -1/+1 |
| 2023-08-22 | std: unix process: Test exit statuses / wait statuses | Ian Jackson | -0/+33 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation | Ian Jackson | -50/+120 |
| 2023-08-22 | Improve UdpSocket documentation | Patiga | -1/+20 |
| 2023-08-22 | std: enable feature(slice_ptr_len) on xous | Sean Cross | -0/+1 |
| 2023-08-22 | std: xous: add support for locks | Sean Cross | -1/+310 |
| 2023-08-22 | std: xous: add thread_local_key | Sean Cross | -1/+190 |
| 2023-08-22 | std: xous: add thread support | Sean Cross | -1/+144 |
| 2023-08-22 | std: xous: add support for time | Sean Cross | -1/+57 |
| 2023-08-22 | std: xous: add output support for stdio | Sean Cross | -1/+131 |
| 2023-08-22 | std: xous: add services support | Sean Cross | -0/+264 |
| 2023-08-22 | std: xous: add alloc support | Sean Cross | -1/+62 |
| 2023-08-22 | std: process: skip tests on xous | Sean Cross | -1/+1 |
| 2023-08-22 | std: fs: skip fs tests on xous | Sean Cross | -1/+1 |
| 2023-08-22 | std: net: skip tests on xous | Sean Cross | -2/+2 |
| 2023-08-22 | std: xous: the basics of `os` | Sean Cross | -1/+147 |
| 2023-08-22 | std: xous: add os-specific ffi calls | Sean Cross | -0/+1122 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -19/+19 |
| 2023-08-22 | clarify what you cannot do | Ralf Jung | -3/+3 |
| 2023-08-22 | typos and wording | Ralf Jung | -3/+3 |
| 2023-08-22 | libstd: add xous to libstd | Sean Cross | -0/+48 |
| 2023-08-21 | docs: add alias log1p to ln_1p | Michael Howell | -0/+2 |
| 2023-08-21 | docs: Add example, reference link for `type` keyword. | Bruce Mitchener | -1/+9 |
| 2023-08-20 | Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomcc | Matthias Krüger | -27/+47 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -0/+1 |
| 2023-08-20 | Rollup merge of #114983 - crlf0710:formatmsg, r=ChrisDenton | Matthias Krüger | -6/+2 |
| 2023-08-20 | Rollup merge of #114973 - shepmaster:std-provide-value, r=Amanieu | Matthias Krüger | -1/+1 |
| 2023-08-20 | Rollup merge of #114605 - Easyoakland:hash-collection-doc, r=thomcc | Matthias Krüger | -5/+8 |
| 2023-08-19 | Correct and expand documentation of `handle_alloc_error` and `set_alloc_error... | Kevin Reid | -6/+20 |
| 2023-08-19 | Usage zero as language id for FormatMessageW() | Charles Lew | -6/+2 |
| 2023-08-19 | Rollup merge of #114977 - kpreid:modulo, r=thomcc | Matthias Krüger | -0/+2 |
| 2023-08-19 | Rollup merge of #114971 - kpreid:trig, r=joshtriplett | Matthias Krüger | -0/+18 |
| 2023-08-18 | Add `modulo` and `mod` as doc aliases for `rem_euclid`. | Kevin Reid | -0/+2 |
| 2023-08-18 | Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomcc | bors | -11/+6 |
| 2023-08-18 | Expose core::error::request_value in std | Jake Goulding | -1/+1 |
| 2023-08-18 | Add doc aliases for trigonometry and other f32,f64 methods. | Kevin Reid | -0/+18 |