| Age | Commit message (Expand) | Author | Lines |
| 2023-10-14 | Guarantee representation of None in NPO | Joshua Liebow-Feeser | -9/+15 |
| 2023-10-14 | Auto merge of #115719 - tgross35:atomic-from-ptr, r=dtolnay | bors | -16/+45 |
| 2023-10-14 | Derive `Ord`, `PartialOrd` and `Hash` for `SocketAddr*` | Maybe Waffle | -49/+2 |
| 2023-10-13 | Stabilize 'atomic_from_ptr', move const gate to 'const_atomic_from_ptr' | Trevor Gross | -9/+9 |
| 2023-10-13 | Correct documentation for `atomic_from_ptr` | Trevor Gross | -7/+36 |
| 2023-10-13 | Revert "Invoke `backtrace-rs` buildscript in `std` buildscript" | Peter Jaszkowiak | -12/+0 |
| 2023-10-13 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -2/+4 |
| 2023-10-13 | Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay | bors | -50/+144 |
| 2023-10-13 | Add some optimizations | daxpedda | -5/+3 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -8/+75 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -12/+38 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -19/+45 |
| 2023-10-13 | Remove Not for IpAddr | ltdk | -23/+0 |
| 2023-10-13 | impl Not, Bit{And,Or,Xor}{,Assign} for IP addresses | ltdk | -0/+154 |
| 2023-10-13 | Test that unix sockets exist on Windows | Chris Denton | -0/+49 |
| 2023-10-13 | Make try_exists return Ok(true) for Windows UDS | Chris Denton | -0/+7 |
| 2023-10-12 | Update library/core/src/alloc/layout.rs | Joshua Liebow-Feeser | -1/+1 |
| 2023-10-12 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 |
| 2023-10-12 | Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubilee | bors | -2/+1 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+77 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+8 |
| 2023-10-11 | Rollup merge of #95967 - CAD97:from-utf16, r=dtolnay | Ali MJ Al-Nasrawy | -0/+150 |
| 2023-10-10 | On Windows make readdir error on the empty path | Chris Denton | -0/+8 |
| 2023-10-10 | Rollup merge of #116559 - Kritzefitz:btree-new-in-const, r=Amanieu | Guillaume Gomez | -2/+2 |
| 2023-10-10 | Rewrite `read_encoded_pointer` conforming to strict provenance | niluxv | -28/+69 |
| 2023-10-10 | Use pointers instead of `usize` addresses for landing pads | niluxv | -42/+50 |
| 2023-10-10 | Update mod.rs | tae-soo-kim | -6/+5 |
| 2023-10-09 | std: explain unconventional choice of let-else binding over while-let loop | joboet | -0/+3 |
| 2023-10-09 | Make BTreeSet::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-09 | Make BTreeMap::new_in const | Sven Bartscher | -1/+1 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -3/+462 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+8 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -42/+32 |
| 2023-10-08 | Bump libc dependency | Samuel Thibault | -1/+1 |
| 2023-10-07 | Auto merge of #100806 - timvermeulen:split_inclusive_double_ended_bound, r=dt... | bors | -1/+1 |
| 2023-10-07 | Expose tests for {f32,f64}.total_cmp in docs, along with comment | Ed Swartz | -6/+22 |
| 2023-10-07 | std: fix registering of Windows TLS destructors | joboet | -1/+4 |
| 2023-10-07 | Auto merge of #109214 - tosti007:std_collection_hash_new_rework, r=workingjub... | bors | -1/+1 |
| 2023-10-07 | Remove unnecessary tmp variable in default_read_exact | Wilfred Hughes | -2/+1 |
| 2023-10-07 | Auto merge of #116318 - pitaj:android-backtrace-build, r=workingjubilee | bors | -0/+12 |
| 2023-10-07 | Auto merge of #116501 - workingjubilee:rollup-fpzov6m, r=workingjubilee | bors | -1/+1 |
| 2023-10-06 | Rollup merge of #116500 - simlay:tvos-support-for-register_dtor, r=workingjub... | Jubilee | -1/+1 |
| 2023-10-06 | Auto merge of #114709 - ShE3py:wasi-io-error-more, r=workingjubilee | bors | -23/+92 |
| 2023-10-06 | Add tvOS to target_os for register_dtor | Sebastian Imlay | -1/+1 |
| 2023-10-06 | Rollup merge of #116484 - peterjoel:once-doc-clarify, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-10-06 | Rollup merge of #116481 - scottmcm:tweak-combinators, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-10-06 | Rollup merge of #114564 - scottmcm:when-to-from, r=dtolnay | Matthias Krüger | -0/+40 |
| 2023-10-06 | Use `io_error_more` on WASI | ShE3py | -23/+92 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -2/+121 |
| 2023-10-06 | Auto merge of #116483 - GuillaumeGomez:rollup-z65pno1, r=GuillaumeGomez | bors | -15/+64 |