| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -1/+13 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -16/+2 |
| 2023-07-24 | delete [allow(...)] from issue #74838 | James Dietz | -4/+0 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-22 | Rollup merge of #113876 - darklyspaced:master, r=cuviper | Matthias Krüger | -1/+30 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+100 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-22 | Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviper | bors | -6/+3 |
| 2023-07-21 | Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgr | bors | -28/+49 |
| 2023-07-21 | Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th... | bors | -8/+66 |
| 2023-07-20 | Minor improvements to Windows TLS dtors | Chris Denton | -28/+49 |
| 2023-07-20 | Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrum | bors | -20/+26 |
| 2023-07-20 | added a problematic example | darklyspaced | -3/+25 |
| 2023-07-20 | Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe... | Matthias Krüger | -0/+8 |
| 2023-07-20 | fix docs & example for FileExt::write_at | darklyspaced | -1/+8 |
| 2023-07-19 | avoid tls access while iterating through mpsc thread entries | Ibraheem Ahmed | -20/+26 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -7/+34 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+10 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+5 |
| 2023-07-18 | Update documentation for std::process::Command's new method | Aleksandr Kovalev | -0/+8 |
| 2023-07-16 | adds crate attribute to examples so they compile | dvdsk | -0/+2 |
| 2023-07-16 | fix examples add tracking issue | dvdsk | -9/+16 |
| 2023-07-16 | fixes sleep_until examples | dvdsk | -2/+7 |
| 2023-07-15 | Adds thread::sleep_until, tracking issue TODO | dvdsk | -0/+66 |
| 2023-07-14 | std: add tests for `Path::with_extension` | João M. Bezerra | -5/+45 |
| 2023-07-14 | Re-export core::ffi::FromBytesUntilNulError in std::ffi | Allen Wild | -0/+2 |
| 2023-07-14 | Rollup merge of #113618 - tshepang:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-07-14 | Rollup merge of #112525 - hermitcore:devel, r=m-ou-se | Matthias Krüger | -4/+3 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -2/+2 |
| 2023-07-12 | avoid ambiguous word | Tshepang Mbambo | -1/+1 |
| 2023-07-12 | fix usage of Timespec om the target hermit | Stefan Lankes | -2/+2 |
| 2023-07-12 | add support of available_parallelism for target hermit | Stefan Lankes | -2/+1 |
| 2023-07-12 | update ancient note | Tshepang Mbambo | -2/+2 |
| 2023-07-11 | Auto merge of #103754 - SUPERCILEX:filled-mut, r=m-ou-se | bors | -0/+7 |
| 2023-07-10 | Correct the Android stat struct definitions | Chris Wailes | -47/+58 |
| 2023-07-10 | Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieu | bors | -32/+65 |
| 2023-07-10 | Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee | bors | -1/+1 |
| 2023-07-09 | move personality to sys | Gus Caplan | -1/+1 |
| 2023-07-10 | Auto merge of #108485 - devsnek:float-pat-exception, r=workingjubilee | bors | -36/+53 |
| 2023-07-09 | move pal cfgs in f32 and f64 to sys | Gus Caplan | -36/+53 |
| 2023-07-09 | additional io::copy specializations | The 8472 | -3/+116 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+100 |
| 2023-07-06 | Rollup merge of #112008 - intruder-kat:master, r=Nilstrieb | Michael Goulet | -2/+2 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -26/+26 |
| 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 |