| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Update compiler-builtins to 0.1.95 | jyn | -2/+1 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -23/+25 |
| 2023-07-05 | Revert "fix ptr cast" | León Orell Valerian Liehr | -9/+7 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -14/+32 |
| 2023-07-05 | Workaround for old android not having echo | Chris Denton | -1/+8 |
| 2023-07-04 | Test Child::kill behaviour on exited process | Chris Denton | -0/+8 |
| 2023-07-02 | Update std to backtrace 0.3.68 | Jubilee Young | -3/+3 |
| 2023-07-02 | downgrade compiler_builtins | Nilstrieb | -1/+2 |
| 2023-07-02 | Rollup merge of #113202 - guilliamxavier:patch-1, r=workingjubilee | Matthias Krüger | -6/+8 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -14/+17 |
| 2023-06-30 | std docs: factorize literal in Barrier example | Guilliam Xavier | -6/+8 |
| 2023-06-29 | make HashMap::or_insert_with example more simple | Tshepang Mbambo | -4/+4 |
| 2023-06-27 | std: remove an allocation in `Path::with_extension` | João M. Bezerra | -3/+21 |
| 2023-06-25 | Stabilize chown functions (`unix_chown`) | Yuki Okushi | -6/+3 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -49/+44 |
| 2023-06-25 | Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubilee | Matthias Krüger | -1/+0 |
| 2023-06-25 | Rollup merge of #112956 - Amanieu:weak-intrinsics, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-06-25 | Rollup merge of #112950 - tshepang:patch-4, r=Mark-Simulacrum | Matthias Krüger | -2/+8 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -49/+44 |
| 2023-06-23 | Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=Amanieu | Michael Goulet | -1/+1 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -2/+2 |
| 2023-06-23 | Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriate | Tobias Bucher | -0/+46 |
| 2023-06-23 | Forward `io::{Read,Seek,Write}` impls of `File` to `&File` | Tobias Bucher | -33/+20 |
| 2023-06-23 | Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std` | Amanieu d'Antras | -0/+1 |
| 2023-06-23 | DirEntry::file_name: improve explanation | Tshepang Mbambo | -2/+8 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -7/+36 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -1/+15 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -21/+83 |
| 2023-06-21 | Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68 | Guillaume Gomez | -2/+2 |
| 2023-06-21 | Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-se | Guillaume Gomez | -11/+21 |
| 2023-06-21 | "Memory Orderings" -> "Memory Ordering" | Mara Bos | -1/+1 |
| 2023-06-21 | Fix typo in `eprintln` docs | clubby789 | -2/+2 |
| 2023-06-20 | relaxed orderings in `thread::park` example | Ibraheem Ahmed | -3/+4 |
| 2023-06-20 | Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri... | Guillaume Gomez | -1/+12 |
| 2023-06-20 | Remove useless unit tests | Eval EXEC | -21/+0 |
| 2023-06-20 | Ignore `connect_timeout` unit test on SGX platform | Eval EXEC | -0/+1 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -1/+1 |
| 2023-06-19 | Document thread names for SGX compilation target | Vas | -1/+9 |
| 2023-06-18 | Bump compiler_builtins | Patryk Wychowaniec | -1/+1 |
| 2023-06-18 | Add unit test to connect to an unreachable address | Eval EXEC | -0/+11 |
| 2023-06-18 | Rollup merge of #112685 - cuviper:wasm-dlmalloc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-18 | Rollup merge of #107200 - mina86:c, r=Amanieu | Matthias Krüger | -5/+6 |
| 2023-06-17 | Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrum | bors | -3/+23 |
| 2023-06-18 | Add unit test for `TcpStream::connect_timeout` | Eval EXEC | -0/+20 |
| 2023-06-18 | Fix windows `Socket::connect_timeout` overflow | Eval EXEC | -1/+1 |
| 2023-06-17 | Auto merge of #112739 - matthiaskrgr:rollup-8cfggml, r=matthiaskrgr | bors | -1/+7 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |