| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #118241 - fortanix:raoul/gh-530-make_userspace_types_send, r=... | Guillaume Gomez | -0/+6 |
| 2024-01-09 | Rollup merge of #118748 - devnexen:fbsd_getrandom_simpl, r=Nilstrieb,dtolnay | Guillaume Gomez | -11/+1 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+4 |
| 2023-12-30 | openbsd: available_parallelism: use the right API | Sebastien Marie | -26/+6 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -1/+1 |
| 2023-12-23 | Adjust the std library for sanitizer_cfi cfgs changes | Urgau | -1/+1 |
| 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-08 | std: getrandom simplification for freebsd. | David Carlier | -11/+1 |
| 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-26 | Making `User<T>` and `User<[T]>` `Send` | Raoul Strackx | -0/+6 |
| 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 |