| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | Use FileEndOfFileInfo, not FileAllocationInfo | Chris Denton | -6/+8 |
| 2023-12-15 | Cfg remove lang items in doctest | Cameron Steffen | -1/+1 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -26/+25 |
| 2023-12-13 | Auto merge of #116438 - ChrisDenton:truncate, r=thomcc | bors | -6/+27 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -1/+7 |
| 2023-12-07 | Auto merge of #116565 - Sword-Destiny:master, r=Amanieu | bors | -6/+1168 |
| 2023-12-07 | add teeos std impl | 袁浩 | -6/+1168 |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+7 |
| 2023-12-06 | library: fix comment about const assert in win api | klensy | -1/+1 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -1/+1 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -1/+29 |
| 2023-12-06 | std: xous: take eh_frame address from main args | Sean Cross | -1/+28 |
| 2023-12-05 | Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubilee | Michael Goulet | -1/+1 |
| 2023-12-03 | library: use c string literals | klensy | -26/+25 |
| 2023-11-29 | Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-se | Matthias Krüger | -1/+94 |
| 2023-11-24 | Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -7/+8 |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -128/+73 |
| 2023-11-22 | x fmt library/std | Chris Denton | -3/+2 |
| 2023-11-22 | redundant_slicing | Chris Denton | -1/+1 |
| 2023-11-22 | cmp_null | Chris Denton | -2/+2 |
| 2023-11-22 | manual_range_contains | Chris Denton | -2/+2 |
| 2023-11-22 | op_ref | Chris Denton | -1/+1 |
| 2023-11-22 | manual_map | Chris Denton | -5/+3 |
| 2023-11-22 | unnecessary_lazy_evaluations | Chris Denton | -1/+1 |
| 2023-11-22 | redundant_closure | Chris Denton | -4/+4 |
| 2023-11-22 | duration_subsec | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_cast | Chris Denton | -9/+9 |
| 2023-11-22 | needless_borrow | Chris Denton | -8/+8 |
| 2023-11-22 | needless_borrows_for_generic_args | Chris Denton | -2/+2 |
| 2023-11-22 | manual_slice_size_calculation | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | needless_return | Chris Denton | -1/+1 |
| 2023-11-22 | allow clippy style in windows/c.rs | Chris Denton | -0/+1 |
| 2023-11-21 | Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubilee | Nilstrieb | -0/+2 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -11/+84 |
| 2023-11-19 | Use an absolute path to the NUL device | Chris Denton | -1/+1 |
| 2023-11-19 | Don't set cmsg fields in msghdr if we have no cmsg to send | The 8472 | -3/+4 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -12/+0 |
| 2023-11-17 | Update windows-bindgen | Chris Denton | -5/+5 |
| 2023-11-17 | Define `INVALID_HANDLE_VALUE` ourselves | Chris Denton | -2/+3 |
| 2023-11-16 | std: personality: support gcc personality on Xous | Sean Cross | -0/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -17/+28 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -4/+72 |
| 2023-11-16 | update comment, we're currently using a different syscall | The 8472 | -1/+1 |
| 2023-11-16 | set CLOEXEC on pidfd received from child process | The 8472 | -3/+7 |
| 2023-11-10 | Update variable name to fix `unused_variables` warning | Duo Wang | -1/+1 |
| 2023-11-10 | CFI: Add missing use core::ffi::c_int | Ramon de C Valle | -0/+2 |
| 2023-11-08 | kmc-solid: Implement `{From,Into}Inner<OwnedFd>` for `Socket` | Tomoaki Kawada | -2/+23 |
| 2023-11-08 | kmc-solid: Remove `FileDesc` | Tomoaki Kawada | -115/+43 |