| Age | Commit message (Expand) | Author | Lines |
| 2023-10-18 | Stabilize `result_option_inspect` | Slanterns | -13/+4 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -1/+0 |
| 2023-10-17 | Auto merge of #115577 - RalfJung:atomic-load, r=Amanieu | bors | -0/+34 |
| 2023-10-17 | remove 128bit atomics, they are anyway not exposed on those targets | Ralf Jung | -2/+1 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -60/+30 |
| 2023-10-16 | use target-arch based table | Ralf Jung | -5/+4 |
| 2023-10-16 | Add `#[track_caller]` to `Option::unwrap_or_else` | DaniPopes | -0/+1 |
| 2023-10-16 | Rollup merge of #115955 - tgross35:ip-to-canonical, r=dtolnay | Matthias Krüger | -10/+13 |
| 2023-10-15 | Auto merge of #113747 - clarfonthey:ip_bitops, r=dtolnay | bors | -0/+131 |
| 2023-10-15 | Rollup merge of #116760 - Nilstrieb:triviality, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-10-15 | Auto merge of #110729 - ColinFinck:decode-utf16-fused-iterator, r=dtolnay | bors | -0/+4 |
| 2023-10-15 | acquire loads can be done as relaxed load; acquire fence | Ralf Jung | -0/+3 |
| 2023-10-15 | only guarantee for Relaxed; add ptr-size fallback | Ralf Jung | -18/+15 |
| 2023-10-15 | wording | Ralf Jung | -9/+13 |
| 2023-10-15 | define 'read-only memory' | Ralf Jung | -1/+8 |
| 2023-10-15 | add general powerpc64le bound | Ralf Jung | -7/+8 |
| 2023-10-15 | add ARM and RISC-V values | Ralf Jung | -3/+7 |
| 2023-10-15 | document when atomic loads are guaranteed read-only | Ralf Jung | -0/+20 |
| 2023-10-15 | Add tests for `SocketAddrV6` ordering with scope_id and flowinfo | Maybe Waffle | -0/+11 |
| 2023-10-15 | Remove trivial cast in `guaranteed_eq` | Nilstrieb | -1/+1 |
| 2023-10-15 | Rollup merge of #116594 - tae-soo-kim:convert-tryfrom-doc, r=scottmcm | Matthias Krüger | -6/+5 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -2/+121 |
| 2023-10-14 | Rollup merge of #116540 - daxpedda:once-cell-lock-try-insert, r=Mark-Simulacrum | Guillaume Gomez | -9/+37 |
| 2023-10-14 | Rollup merge of #115653 - joshlf:patch-9, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -125/+115 |
| 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 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -2/+4 |
| 2023-10-13 | Update primitive_docs.rs | Joshua Liebow-Feeser | -3/+2 |
| 2023-10-13 | Update library/core/src/primitive_docs.rs | Joshua Liebow-Feeser | -1/+5 |
| 2023-10-13 | Add some optimizations | daxpedda | -5/+3 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -5/+35 |
| 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-12 | Update primitive_docs.rs | Joshua Liebow-Feeser | -1/+0 |
| 2023-10-12 | Update library/core/src/alloc/layout.rs | Joshua Liebow-Feeser | -1/+1 |
| 2023-10-12 | References refer to allocated objects | Joshua Liebow-Feeser | -0/+12 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+77 |
| 2023-10-10 | Update mod.rs | tae-soo-kim | -6/+5 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -36/+26 |
| 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-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 | optimize zipping over array iterators | The 8472 | -2/+121 |